Home
last modified time | relevance | path

Searched refs:cid (Results 76 – 100 of 152) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/vf/common/
H A Dlm_vf_common.h312 lm_status_t lm_vf_queue_init(struct _lm_device_t *pdev, u8_t cid);
313 lm_status_t lm_vf_queue_close(struct _lm_device_t *pdev, u8_t cid);
/illumos-gate/usr/src/uts/common/os/
H A Dfork.c797 newproc(void (*pc)(), caddr_t arg, id_t cid, int pri, struct contract **ct, in newproc() argument
806 ASSERT(cid != sysdccid); in newproc()
807 ASSERT(cid != syscid || ct == NULL); in newproc()
808 if (CLASS_KERNEL(cid)) { in newproc()
897 &curthread->t_hold, cid, 1)) == NULL) { in newproc()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dcommon_hsi.h657 __le32 cid /* Context ID of the connection */; member
710 __le32 cid /* Context ID of the connection */; member
727 __le32 cid /* Dedicated field RoCE destroy QP event */; member
H A Dtcp_common.h50 __le32 cid /* connection ID */; member
H A Dtesting.h44 __le32 cid; member
/illumos-gate/usr/src/uts/common/sys/
H A Discsi_protocol.h479 uint16_t cid; member
565 uint16_t cid; member
H A Dpcie.h951 cid :16; member
1020 uint32_t cid :16, member
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h112 char *cid; member
H A Dcfga.c225 a->tgt != AP_BOARD ? a->cid : ""); in cfga_list_ext()
/illumos-gate/usr/src/uts/common/disp/
H A Ddisp.c212 id_t cid; in dispinit() local
248 for (cid = 0; cid < nclass; cid++) { in dispinit()
251 sc = &sclass[cid]; in dispinit()
253 cl_maxglobpri = sc->cl_init(cid, PC_CLPARMSZ, in dispinit()
H A Dfx.c269 fx_init(id_t cid, int clparmsz, classfuncs_t **clfuncspp) in fx_init() argument
278 fx_cid = cid; /* Record our class ID */ in fx_init()
440 fx_enterclass(kthread_t *t, id_t cid, void *parmsp, cred_t *reqpcredp, in fx_enterclass() argument
524 t->t_clfuncs = &(sclass[cid].cl_funcs->thread); in fx_enterclass()
525 t->t_cid = cid; in fx_enterclass()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c467 leak_pc_t *stack, uint_t depth, uintptr_t cid, uintptr_t data) in leaky_add_leak() argument
483 nlkb->lkb_cid = cid; in leaky_add_leak()
504 lkb->lkb_cid != cid) in leaky_add_leak()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.h501 u32 cid);
H A Decore_iscsi_api.h174 u32 cid);
H A Decore_spq.h201 u32 cid; member
H A Decore_dbg_fw_funcs.h314 u32 cid);
H A Decore_roce.h350 u32 cid; member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_state.c1626 } cid; typedef
1629 static int foreign_clientid(cid *cidp);
1630 static void embed_nodeid(cid *cidp);
1643 cid *idp = key; in clientid_hash()
1818 cid *cidp; in rfs4_client_create()
1825 cidp = (cid *)&cp->rc_clientid; in rfs4_client_create()
1957 cid *cidp = (cid *)&clientid; in rfs4_findclient_by_id()
2934 foreign_clientid(cid *cidp) in foreign_clientid()
2946 embed_nodeid(cid *cidp) in embed_nodeid()
3432 cid *cidp = (cid *) cp; in rfs4_check_clientid()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c634 char *cid = NULL; in make_hc_pairs() local
711 if ((cid = topo_mod_strdup(mod, starti)) == NULL) in make_hc_pairs()
716 if ((cid = topo_mod_strdup(mod, starti)) == NULL) in make_hc_pairs()
724 nvlist_add_string(pa[i], FM_FMRI_HC_ID, cid)) in make_hc_pairs()
728 topo_mod_strfree(mod, cid); in make_hc_pairs()
730 cid = NULL; in make_hc_pairs()
734 topo_mod_strfree(mod, cid); in make_hc_pairs()
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_impl.c330 if (ntohs(logout_req->cid) == ic->ic_login_cid) { in idm_parse_logout_req()
820 idm_cid_free(uint32_t cid) in idm_cid_free() argument
822 idm_idpool_free(&idm.idm_conn_id_pool, (uint16_t)cid); in idm_cid_free()
/illumos-gate/usr/src/contrib/bhyve/dev/nvme/
H A Dnvme.h654 uint16_t cid; /* command identifier */ member
695 uint16_t cid; /* command identifier */ member
1386 uint16_t cid; member
1941 s->cid = le16toh(s->cid); in nvme_error_information_entry_swapbytes()
/illumos-gate/usr/src/cmd/stat/common/
H A Dacquire_iodevs.c41 make_controller(int cid) in make_controller() argument
48 new->is_id.id = cid; in make_controller()
51 (void) snprintf(new->is_name, sizeof (new->is_name), "c%d", cid); in make_controller()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h750 int cid);
900 u32_t cid,
904 u32_t cid,
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_sess.c347 iscsit_sess_lookup_conn(iscsit_sess_t *ist, uint16_t cid) in iscsit_sess_lookup_conn() argument
355 if (result->ict_cid == cid) { in iscsit_sess_lookup_conn()
/illumos-gate/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h168 #define newproc(f, a, cid, pri, ctp, pid) (ENOSYS) argument

1234567