Searched refs:ctid (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libcontract/common/
H A Ddevice_dump.c53 ctid_t ctid; local
58 ctid = ct_event_get_ctid(ev);
60 statfd = contract_open(ctid, "device", "status", O_RDONLY);
H A Dlibcontract_priv.c81 contract_open(ctid_t ctid, const char *type, const char *file, int oflag) argument
91 n = snprintf(path, PATH_MAX, CTFS_ROOT "/%s/%ld/%s", type, ctid, file);
110 contract_abandon_id(ctid_t ctid) argument
114 fd = contract_open(ctid, "all", "ctl", O_WRONLY);
176 contract_pr_check_decorations(const char *svc_fmri, ctid_t ctid, argument
216 if (ctid != -1) {
221 if (ct_ctid != ctid) {
H A Dprocess_dump.c94 ctid_t ctid; local
151 if (ct_pr_event_get_senderct(ev, &ctid) == 0)
153 "\tsender ctid: %d\n"), ctid);
H A Dprocess.c42 ct_pr_tmpl_set_transfer(int fd, ctid_t ctid) argument
44 return (ct_tmpl_set_internal(fd, CTPP_SUBSUME, ctid));
72 ct_pr_tmpl_get_transfer(int fd, ctid_t *ctid) argument
74 return (ct_tmpl_get_internal(fd, CTPP_SUBSUME, (uint_t *)ctid));
297 ct_pr_status_get_svc_ctid(ct_stathdl_t stathdl, ctid_t *ctid) argument
305 (int32_t *)ctid));
H A Dlibcontract.c61 ctid_t ctid = ioctl(fd, CT_TCREATE); local
62 if (ctid == -1)
64 *ctidp = ctid;
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c484 ctid_t ctid; local
527 ctid = ct_event_get_ctid(ev);
529 "got contract event ctid=%d", ctid);
544 ctid);
558 CTFS_ROOT "/device/%ld/ctl", ctid);
573 ctid);
740 topo_mod_dprintf(mod, "failed to create ctid rval = %d", rval);
742 topo_mod_dprintf(mod, "created ctid=%d", stp->set_ctid);

Completed in 26 milliseconds