Searched refs:did (Results 1 - 25 of 137) sorted by relevance

123456

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nb5000.h36 #define INTEL_NB5000_PCIE_DEV_ID(did) (((did) >= 0x3600 && (did) <= 0x360a) || \
37 ((did) == 0x25d8 || (did) == 0x25d4 || (did) == 0x25c0 || \
38 (did) == 0x25d0 || ((did) >= 0x25e2 && (did) <= 0x25e7)) || \
39 ((did) >
[all...]
H A Dpcie_nvidia.h55 #define NVIDIA_CK804_LPC2PCI_DEVICE_ID(did) \
56 (((did) == NVIDIA_CK804_DEFAULT_ISA_BRIDGE_DEVID) || \
57 ((did) == NVIDIA_CK804_PRO_ISA_BRIDGE_DEVID) || \
58 ((did) == NVIDIA_CK804_SLAVE_ISA_BRIDGE_DEVID))
82 #define NVIDIA_C51_DEVICE_ID(did) \
83 (((did) == NVIDIA_C51_DEVICE_ID_XVR16) || \
84 ((did) == NVIDIA_C51_DEVICE_ID_XVR1_0) || \
85 ((did) == NVIDIA_C51_DEVICE_ID_XVR1_1))
98 #define NVIDIA_MCP55_DEVICE_ID(did) \
99 (((did)
[all...]
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpci_cfgacc_x86.h52 #define IS_BAD_AMD_NTBRIDGE(vid, did) \
54 (((did) == AMD_HT_NTBRIDGE_DID) || \
55 ((did) == AMD_AM_NTBRIDGE_DID) || \
56 ((did) == AMD_DC_NTBRIDGE_DID) || \
57 ((did) == AMD_MC_NTBRIDGE_DID)))
59 #define IS_K10_AMD_NTBRIDGE(vid, did) \
61 (((did) == AMD_K10_NTBRIDGE_DID_0) || \
62 ((did) == AMD_K10_NTBRIDGE_DID_1) || \
63 ((did) == AMD_K10_NTBRIDGE_DID_2) || \
64 ((did)
[all...]
/illumos-gate/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 Ddid_props.h34 #include <did.h>
H A Dpcibus_labels.h31 #include <did.h>
/illumos-gate/usr/src/uts/sun4v/sys/
H A Ddrctl_impl.h49 uint_t did; member in struct:drctl_setup
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm_filter.h59 int name_size, uint64_t *did);
60 int etm_filter_find_ldom_name(fmd_hdl_t *hdl, uint64_t did, char *name,
H A Detm_filter.c151 uint64_t did; /* domain id */ local
158 LDOM_RSRC_PCI, &virt_cfg_handle, name, MAX_LDOM_NAME, &did);
164 prc->prc_did = did;
181 int name_size, uint64_t *did)
248 *did = prc->prc_did;
268 * Find the ldom name of a given domain id (did)
271 etm_filter_find_ldom_name(fmd_hdl_t *hdl, uint64_t did, char *name, argument
280 /* visit all the root complexes to find an entry that matches the did */
288 if (prc->prc_status == 0 && prc->prc_did == did) {
180 etm_filter_find_ldom_id(fmd_hdl_t *hdl, nvlist_t *evp, char *name, int name_size, uint64_t *did) argument
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/pcibus/
H A Dpci_sun4.c34 #include <did.h>
/illumos-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
H A Dioboard.h33 #include <did.h>
/illumos-gate/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;
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_hostbridge.c41 * The enumeration uses did routines heavily, which requires a did hash
53 #include <did.h>
100 did_t *did; local
107 if ((did = did_create(mod, rcn, topo_node_instance(tn_bb),
111 did_markrc(did);
114 * Let did set the hostbridge properties excluding FRU and label.
116 (void) did_props_set(tn_hbr, did, ExHB_common_props, ExHB_propcnt - 2);
141 * Let did set the RC properties excluding FRU, and label.
143 if (did_props_set(tn_rc, did, RC_common_prop
165 did_t *did; local
[all...]
H A DMakefile35 UTILSRCS = did.c did_hash.c did_props.c
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_sys.c69 uint_t did; local
85 if (copyin((uint_t *)arg, &did, sizeof (uint_t)))
91 fngp->fng_autofs_daemon_dh = door_ki_lookup(did);
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/
H A DMakefile31 UTILSRCS = did.c did_hash.c did_props.c util.c
/illumos-gate/usr/src/uts/common/syscall/
H A Dsidsys.c86 idmap_reg(int did) argument
95 dh = door_ki_lookup(did);
107 idmap_unreg(int did) argument
109 door_handle_t dh = door_ki_lookup(did);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/sparc/
H A Dsendsig.s37 ! that's what the 4.x kernel did and that's where the signal handler
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c87 "node=%p did=%06x channel=%d. offline=%d update.",
95 "node=%p did=%06x channel=%d. timeout=%d update.",
112 "node=%p did=%06x channel=%d. offline=%d set.",
119 "node=%p did=%06x channel=%d. timeout=%d set.",
123 "node=%p did=%06x channel=%d.",
195 "node=%p did=%06x channel=%d Opening.", ndlp, ndlp->nlp_DID,
210 "node=%p did=%06x channel=%d. Flushing.", ndlp, ndlp->nlp_DID,
294 "node=%p did=%06x rpi=%d channel=%d", ndlp, ndlp->nlp_DID,
378 emlxs_node_match_did(emlxs_port_t *port, NODELIST *ndlp, uint32_t did) argument
384 if (ndlp->nlp_DID == did)
475 emlxs_node_find_did(emlxs_port_t *port, uint32_t did, uint32_t lock) argument
778 emlxs_node_create(emlxs_port_t *port, uint32_t did, uint32_t rpi, SERV_PARM *sp) argument
[all...]
H A Demlxs_diag.c134 emlxs_diag_echo_run(emlxs_port_t *port, uint32_t did, uint32_t pattern) argument
150 /* Check did */
151 if (did == 0) {
152 did = port->did;
156 if ((hba->state < FC_LINK_UP) || (port->did == 0)) {
164 ndlp = emlxs_node_find_did(port, port->did, 1);
190 pkt->pkt_cmd_fhdr.d_id = did;
192 pkt->pkt_cmd_fhdr.s_id = port->did;
266 "Data miscompare. did
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
H A DMakefile29 UTILSRCS = did.c did_hash.c did_props.c util.c
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.temporal.ksh89 echo $tst: begin probe did not fire
96 echo $tst: end probe did not fire
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_sys.c375 uint_t did; local
382 if (copyin(arg, &did, sizeof (did)))
384 mountd_args(did);
390 uint_t did; local
397 if (copyin(arg, &did, sizeof (did)))
399 nfscmd_args(did);
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_pm.c322 id_t did; local
330 did = cpupm_domain_id(cp, type);
331 dom = cpupm_domain_find(did, type);
333 dom = cpupm_domain_create(did, type);
674 id_t did; local
679 did = cpupm_domain_id(cp, type);
681 dom = cpupm_domain_find(did, type);
684 dom = cpupm_domain_find(did, type);

Completed in 331 milliseconds

123456