| /osnet-11/usr/src/lib/fm/topo/modules/common/pcibus/ |
| H A D | did_impl.h | 34 #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 D | did.c | 27 * 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 D | did_props.h | 34 #include <did.h>
|
| H A D | pcibus_labels.h | 31 #include <did.h>
|
| H A D | did.h | 38 typedef struct did did_t;
|
| H A D | did_hash.c | 36 #include <did.h>
|
| H A D | pcibus.c | 43 #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/sun4/pcibus/ |
| H A D | pci_sun4.c | 34 #include <did.h>
|
| /osnet-11/usr/src/lib/libproc/common/ |
| H A D | pr_door.c | 40 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/i86pc/x86pi/common/ |
| H A D | x86pi_hostbridge.c | 41 * 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/fm/topo/modules/i86pc/hostbridge/ |
| H A D | Makefile.com | 31 UTILSRCS = did.c did_hash.c did_props.c util.c
|
| /osnet-11/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_print.c | 383 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 D | meta_import.c | 43 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/topo/modules/i86pc/pcibus/ |
| H A D | Makefile.com | 34 UTILSRCS = did.c did_hash.c did_props.c util.c
|
| /osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
| H A D | Makefile.com | 35 UTILSRCS = did.c did_hash.c did_props.c
|
| /osnet-11/usr/src/lib/libnsl/rpc/ |
| H A D | clnt_door.c | 86 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 D | svc_door.c | 317 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 D | device.h | 92 short host, did; member in struct:_PedDevice
|
| /osnet-11/usr/src/lib/fm/libldom/sparc/ |
| H A D | ldmsvcs_utils.h | 214 uint64_t *virt_addr, char *name, int name_len, uint64_t *did);
|
| /osnet-11/usr/src/lib/fm/topo/modules/i86pc/hostbridge/common/ |
| H A D | hb_i86pc.c | 32 #include <did.h>
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
| H A D | require.t | 108 print "# $@\nnot " unless $@ =~ /did not return a true/;
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | groups.t | 138 $gr1 = join(' ', grep(!$did{$_}++, sort split(' ', join(' ', @gr))));
|
| /osnet-11/usr/src/lib/libc/i386/gen/ |
| H A D | strncmp.s | 93 jc .neg / did we overflow in the sub
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/lib/Encode/Unicode/ |
| H A D | UTF7.pm | 100 to non-utf8-savvy perl did support UTF-7, the UTF-7 support was added
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/ |
| H A D | upgrade.inc | 260 # test done, see if error did crop up
|