Searched refs:ct_id (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_sym.c69 ct->ct_type->ct_type_name, (long)ct->ct_id) + 1;
72 ct->ct_type->ct_type_name, (long)ct->ct_id) < len);
H A Dctfs_cdir.c84 gfs_file_set_inode(vp, CTFS_INO_CT_DIR(ct->ct_id));
129 return (CTFS_INO_CT_FILE(cdirnode->ctfs_cn_contract->ct_id, index));
H A Dctfs_all.c115 *inop = CTFS_INO_CT_LINK(ct->ct_id);
/illumos-gate/usr/src/uts/common/sys/contract/
H A Dprocess_impl.h43 ((pp)->p_ct_process ? (pp)->p_ct_process->conp_contract.ct_id : 0)
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dcontract.c124 mdb_printf("%0?p %8d %8s %8s %?p %?p\n", addr, ct.ct_id, str,
175 if (ct->ct_id == arg->fc_ctid) {
/illumos-gate/usr/src/uts/common/os/
H A Dcontract.c215 if (ct1->ct_id < ct2->ct_id)
217 if (ct1->ct_id > ct2->ct_id)
295 ct->ct_id = id_alloc(contract_ids);
329 id_free(contract_ids, ct->ct_id);
419 id_free(contract_ids, ct->ct_id);
717 ct->ct_id);
726 ct->ct_id);
993 (ct->ct_state == CTS_INHERITED) ? ct->ct_regent->ct_id
[all...]
H A Dfm.c1280 print_msg_hwerr(ctid_t ct_id, proc_t *p) argument
1283 "due to hardware error\n", p->p_pid, p->p_user.u_comm, ct_id);
H A Dzone.c6110 if (ctp->conp_svc_ctid != ct->ct_id) {
6112 ctp->conp_svc_zone_enter = ct->ct_id;
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c695 *ctidp = ctd->cond_contract.ct_id;
822 ct->ct_id));
1022 ctid = ct->ct_id;
1688 ctid = ctd->cond_contract.ct_id;
1723 ctd->cond_contract.ct_id, evtype));
1793 ctd->cond_contract.ct_id, event->cte_type));
1816 ctd->cond_contract.ct_id) == 0);
2125 "ctid: %d", ct->ct_id));
H A Dprocess.c375 ctp->ctp_subsume->ct_id : 0;
706 ctids[loc++] = cnext->ct_id;
856 ctp->conp_svc_ctid = ctp->conp_contract.ct_id;
/illumos-gate/usr/src/uts/common/sys/
H A Dcontract_impl.h274 ctid_t ct_id; /* contract ID */ member in struct:contract
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in251 T->p_ct_process->conp_contract.ct_id;
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c1933 extern void print_msg_hwerr(ctid_t ct_id, proc_t *p);
1937 print_msg_hwerr(p->p_ct_process->conp_contract.ct_id, p);
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1391 extern void print_msg_hwerr(ctid_t ct_id, proc_t *p);
1394 print_msg_hwerr(p->p_ct_process->conp_contract.ct_id,
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvnops.c5873 ct->ct_type->ct_type_name, ct->ct_id);

Completed in 171 milliseconds