Home
last modified time | relevance | path

Searched refs:is_target (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libfcoe/common/
H A Dlibfcoe.c107 fcoe_cfg_scf_init(scf_handle_t **handle, scf_service_t **service, int is_target) in fcoe_cfg_scf_init() argument
148 is_target ? FCOE_TARGET_SERVICE: FCOE_INITIATOR_SERVICE, in fcoe_cfg_scf_init()
177 int is_target, int is_promiscuous, int addRemoveFlag) in fcoe_add_remove_scf_entry() argument
201 is_target, is_promiscuous); in fcoe_add_remove_scf_entry()
203 ret = fcoe_cfg_scf_init(&handle, &svc, is_target); in fcoe_add_remove_scf_entry()
624 uint64_t is_target = 0; in FCOE_DeletePort() local
659 fcoeio.fcoeio_obuf = (uintptr_t)&is_target; in FCOE_DeletePort()
691 is_target, in FCOE_DeletePort()
899 int is_target, is_promiscuous; in FCOE_LoadConfig() local
912 &portWWN, &nodeWWN, &is_target, &is_promiscuous); in FCOE_LoadConfig()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_proto_if.h92 u8 is_target; member
133 u8 is_target; member
H A Decore_cxt.c1906 p_hwfn->pf_params.fcoe_pf_params.is_target) in ecore_prs_init_common()
1921 if (p_hwfn->pf_params.fcoe_pf_params.is_target) { in ecore_prs_init_pf()
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c433 fcoe_create_port(dev_info_t *parent, fcoe_mac_t *mac, int is_target) in fcoe_create_port() argument
437 char *devname = is_target ? FCOET_DRIVER_NAME : FCOEI_DRIVER_NAME; in fcoe_create_port()
467 uint64_t *is_target) in fcoe_delete_port() argument
478 *is_target = EPORT_CLT_TYPE(&mac->fm_eport); in fcoe_delete_port()
H A Dfcoe_fc.h40 datalink_id_t, uint64_t *is_target);
H A Dfcoe.c771 uint64_t *is_target = (uint64_t *)obuf; in fcoe_iocmd() local
783 del_port_param->fdp_mac_linkid, is_target); in fcoe_iocmd()
/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc290 if (np->is_target && !np->has_parent && np != target) { in print_forest()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h494 Boolean is_target:1; member