Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Dcontract.c215 if (ct1->ct_id < ct2->ct_id) in contract_compar()
217 if (ct1->ct_id > ct2->ct_id) in contract_compar()
295 ct->ct_id = id_alloc(contract_ids); in contract_ctor()
329 id_free(contract_ids, ct->ct_id); in contract_ctor()
419 id_free(contract_ids, ct->ct_id); in contract_rele()
717 ct->ct_id); in contract_ack_inval()
726 ct->ct_id); in contract_qack_inval()
993 (ct->ct_state == CTS_INHERITED) ? ct->ct_regent->ct_id : 0); in contract_status_common()
1021 STRUCT_FSET(lstatus, ctst_id, ct->ct_id); in contract_status_common()
1149 res = ct ? ct->ct_id : -1; in contract_type_max()
[all …]
H A Dfm.c1280 print_msg_hwerr(ctid_t ct_id, proc_t *p) in print_msg_hwerr() argument
1283 "due to hardware error\n", p->p_pid, p->p_user.u_comm, ct_id); in print_msg_hwerr()
H A Dzone.c5914 if (ctp->conp_svc_ctid != ct->ct_id) { in zone_enter()
5916 ctp->conp_svc_zone_enter = ct->ct_id; in zone_enter()
/titanic_50/usr/src/uts/common/fs/ctfs/
H A Dctfs_sym.c69 ct->ct_type->ct_type_name, (long)ct->ct_id) + 1; in ctfs_create_symnode()
72 ct->ct_type->ct_type_name, (long)ct->ct_id) < len); in ctfs_create_symnode()
H A Dctfs_cdir.c84 gfs_file_set_inode(vp, CTFS_INO_CT_DIR(ct->ct_id)); in ctfs_create_cdirnode()
129 return (CTFS_INO_CT_FILE(cdirnode->ctfs_cn_contract->ct_id, index)); in ctfs_cdir_do_inode()
H A Dctfs_all.c115 *inop = CTFS_INO_CT_LINK(ct->ct_id); in ctfs_adir_do_lookup()
/titanic_50/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, in cmd_contract()
175 if (ct->ct_id == arg->fc_ctid) { in findct()
/titanic_50/usr/src/uts/common/sys/contract/
H A Dprocess_impl.h43 ((pp)->p_ct_process ? (pp)->p_ct_process->conp_contract.ct_id : 0)
/titanic_50/usr/src/uts/common/contract/
H A Ddevice.c695 *ctidp = ctd->cond_contract.ct_id; in ctmpl_device_create()
822 ct->ct_id)); in contract_device_destroy()
1023 ctid = ct->ct_id; in contract_device_ack_nack()
1689 ctid = ctd->cond_contract.ct_id; in contract_device_publish()
1724 ctd->cond_contract.ct_id, evtype)); in contract_device_publish()
1794 ctd->cond_contract.ct_id, event->cte_type)); in contract_device_publish()
1817 ctd->cond_contract.ct_id) == 0); in contract_device_publish()
2126 "ctid: %d", ct->ct_id)); in contract_device_remove_dip()
H A Dprocess.c375 ctp->ctp_subsume->ct_id : 0; in ctmpl_process_get()
706 ctids[loc++] = cnext->ct_id; in contract_process_status()
856 ctp->conp_svc_ctid = ctp->conp_contract.ct_id; in contract_process_create()
/titanic_50/usr/src/uts/common/sys/
H A Dcontract_impl.h274 ctid_t ct_id; /* contract ID */ member
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c1376 extern void print_msg_hwerr(ctid_t ct_id, proc_t *p); in trap()
1379 print_msg_hwerr(p->p_ct_process->conp_contract.ct_id, in trap()
/titanic_50/usr/src/uts/sun4/os/
H A Dtrap.c1933 extern void print_msg_hwerr(ctid_t ct_id, proc_t *p); in trap_async_hwerr()
1937 print_msg_hwerr(p->p_ct_process->conp_contract.ct_id, p); in trap_async_hwerr()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dprocfs.d.in251 T->p_ct_process->conp_contract.ct_id;
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprvnops.c5845 ct->ct_type->ct_type_name, ct->ct_id); in prreadlink()