Searched defs:did (Results 1 - 13 of 13) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A Dpr_door.c40 pr_door_info(struct ps_prochandle *Pr, int did, door_info_t *di) argument
48 return (door_info(did, di));
50 adp->arg_value = did;
/osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/
H A Ddid_impl.h34 #include <did.h>
63 struct did { struct
64 struct did *dp_next; /* for chaining in a hash bucket */
65 struct did *dp_link; /* for chaining to related did_t */
66 struct did *dp_chain; /* for chaining to another chain of did_ts */
H A Ddid.c27 * did.c
28 * The acronym did means "Dev-Info-Data". Many properties and
255 did_physlot(did_t *did) argument
257 assert(did != NULL);
258 return (did->dp_physlot);
262 did_physlot_exists(did_t *did) argument
264 assert(did != NULL);
265 return ((did->dp_physlot >= 0) || (did->dp_nslots > 0));
468 did_board(did_t *did) argument
475 did_bridge(did_t *did) argument
482 did_rc(did_t *did) argument
533 did_slot_label_get(did_t *did) argument
540 did_slot_label_set(did_t *did, char *l) argument
[all...]
H A Dpcibus.c43 #include <did.h>
435 uint_t vid, did; local
492 di_uintprop_get(mod, din, DI_DEVIDPROP, &did) >= 0) {
493 if (vid == SUN_VENDOR_ID && did == NEPTUNE_DEVICE_ID) {
643 * and we have to construct our own did hash and did_t.
679 * use the did hash established by the parent.
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_hostbridge.c41 * The enumeration uses did routines heavily, which requires a did hash
53 #include <did.h>
97 did_t *did; local
104 if ((did = did_create(mod, rcn, topo_node_instance(tn_bb),
108 did_markrc(did);
111 * Let did set the hostbridge properties excluding FRU and label.
113 (void) did_props_set(tn_hbr, did, ExHB_common_props, ExHB_propcnt - 2);
138 * Let did set the RC properties excluding FRU, and label.
140 if (did_props_set(tn_rc, did, RC_common_prop
162 did_t *did; local
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_door.c86 int did; local
94 if ((did = open(rendezvous, O_RDONLY, 0)) < 0) {
101 if (door_info(did, &info) < 0 || (info.di_attributes & DOOR_REVOKED)) {
102 (void) close(did);
140 cu->cu_fd = did;
169 (void) close(did);
H A Dsvc_door.c317 int did = -1; local
368 did = door_create(door_server, (void *)xprt, DOOR_REFUSE_DESC);
369 if (did < 0) {
375 if (fattach(did, rendezvous) < 0) {
377 fattach(did, rendezvous) < 0) {
415 xprt->xp_fd = did;
428 if (did >= 0)
429 (void) door_revoke(did);
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddevice.h92 short host, did; member in struct:_PedDevice
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c383 ddi_devid_t did = NULL; local
414 did = (ddi_devid_t)
418 if (did == (ddi_devid_t)NULL) {
423 devid = devid_str_encode(did, NULL);
426 Free(did);
H A Dmeta_import.c43 void *rdid; /* real did if replicated set */
44 void *did; /* did stored in lb */ member in struct:did_list
251 * size of a valid devid which can be 'did' or 'rdid'
262 o_devid_sz = devid_sizeof((ddi_devid_t)(nonrep_did_listp->did));
264 (void) memcpy(midp->mid_o_devid, nonrep_did_listp->did,
268 devid_sz = devid_sizeof(nonrep_did_listp->did);
274 (void) memcpy(midp->mid_devid, nonrep_did_listp->did, devid_sz);
541 char *did_driver = "did";
766 * Take a minor name from a SunCluster did devic
916 meta_stdmin_to_didmin( ddi_devid_t did, char *search_path, char *repl_minor, char **devname, dev_t *devp ) argument
1035 struct did_shr_name *did; local
2334 void *did = NULL; local
2828 ddi_devid_t did; local
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.c785 uint64_t *virt_addr, char *name, int name_size, uint64_t *did)
797 name, name_size, did));
784 ldom_find_id(ldom_hdl_t *lhp, uint64_t addr, ldom_rsrc_t rsrc, uint64_t *virt_addr, char *name, int name_size, uint64_t *did) argument
H A Dldmsvcs_utils.c1674 uint64_t *virt_addr, char *name, int name_len, uint64_t *did)
1729 *did = iop->domain_id;
1673 ldmsvcs_io_req_id(struct ldom_hdl *lhp, uint64_t addr, uint_t type, uint64_t *virt_addr, char *name, int name_len, uint64_t *did) argument
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c276 int did, retv, etmp; local
284 did = open(doorname, O_RDONLY | O_NOFOLLOW | O_NONBLOCK);
285 if (did == -1)
289 (void) close(did);
306 if ((retv = door_call(did, &arg)) == 0)
351 (void) close(did);

Completed in 65 milliseconds