HomeSort by relevance Sort by last modified time
    Searched refs:did (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /nfsv41/nfs41-gate/usr/src/uts/intel/io/pciex/
pcie_nb5000.h 36 #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) >= 0x25f7 && (did) <= 0x25fa) ||
    [all...]
pcie_nvidia.h 57 #define NVIDIA_CK804_LPC2PCI_DEVICE_ID(did) \
58 (((did) == NVIDIA_CK804_DEFAULT_ISA_BRIDGE_DEVID) || \
59 ((did) == NVIDIA_CK804_PRO_ISA_BRIDGE_DEVID) || \
60 ((did) == NVIDIA_CK804_SLAVE_ISA_BRIDGE_DEVID))
84 #define NVIDIA_C51_DEVICE_ID(did) \
85 (((did) == NVIDIA_C51_DEVICE_ID_XVR16) || \
86 ((did) == NVIDIA_C51_DEVICE_ID_XVR1_0) || \
87 ((did) == NVIDIA_C51_DEVICE_ID_XVR1_1))
100 #define NVIDIA_MCP55_DEVICE_ID(did) \
101 (((did) == NVIDIA_MCP55_DEVICE_ID_XVR4) ||
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/lvm/etc/
devpath 27 /dev/did/rdsk
  /nfsv41/nfs41-gate/usr/src/lib/fm/topo/modules/common/pcibus/
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 */
did.c 28 * did.c
29 * The acronym did means "Dev-Info-Data". Many properties and
225 did_physlot(did_t *did)
227 assert(did != NULL);
228 return (did->dp_physlot);
232 did_physlot_exists(did_t *did)
234 assert(did != NULL);
235 return ((did->dp_physlot >= 0) || (did->dp_nslots > 0));
434 did_board(did_t *did)
    [all...]
did_props.h 35 #include <did.h>
pcibus_labels.h 31 #include <did.h>
  /nfsv41/nfs41-gate/usr/src/uts/sun4v/sys/
drctl_impl.h 49 uint_t did; member in struct:drctl_setup
  /nfsv41/nfs41-gate/usr/src/cmd/fm/modules/sun4v/etm/
etm_filter.h 59 int name_size, uint64_t *did);
60 int etm_filter_find_ldom_name(fmd_hdl_t *hdl, uint64_t did, char *name,
etm_filter.c 151 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,
280 /* visit all the root complexes to find an entry that matches the did */
288 if (prc->prc_status == 0 && prc->prc_did == did) {
  /nfsv41/nfs41-gate/usr/src/lib/fm/topo/modules/sun4/pcibus/
pci_sun4.c 34 #include <did.h>
  /nfsv41/nfs41-gate/usr/src/lib/fm/topo/modules/i86pc/pcibus/
Makefile 34 UTILSRCS = did.c did_hash.c did_props.c util.c
  /nfsv41/nfs41-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
ioboard.h 33 #include <did.h>
Makefile.iob 31 UTILSRCS = did.c did_hash.c did_props.c util.c
  /nfsv41/nfs41-gate/usr/src/lib/libproc/common/
pr_door.c 40 pr_door_info(struct ps_prochandle *Pr, int did, door_info_t *di)
48 return (door_info(did, di));
50 adp->arg_value = did;
  /nfsv41/nfs41-gate/usr/src/uts/i86pc/io/pciex/
npe_misc.c 76 #define IS_BAD_AMD_NTBRIDGE(vid, did) \
78 (((did) == AMD_HT_NTBRIDGE_DID) || \
79 ((did) == AMD_AM_NTBRIDGE_DID) || \
80 ((did) == AMD_DC_NTBRIDGE_DID) || \
81 ((did) == AMD_MC_NTBRIDGE_DID)))
83 #define IS_K10_AMD_NTBRIDGE(vid, did) \
85 (((did) == AMD_K10_NTBRIDGE_DID_0) || \
86 ((did) == AMD_K10_NTBRIDGE_DID_1) || \
87 ((did) == AMD_K10_NTBRIDGE_DID_2) || \
88 ((did) == AMD_K10_NTBRIDGE_DID_3) ||
    [all...]
  /nfsv41/nfs41-gate/usr/src/uts/common/fs/autofs/
auto_sys.c 72 uint_t did; local
88 if (copyin((uint_t *)arg, &did, sizeof (uint_t)))
94 fngp->fng_autofs_daemon_dh = door_ki_lookup(did);
  /nfsv41/nfs41-gate/usr/src/uts/common/syscall/
sidsys.c 88 idmap_reg(int did)
97 dh = door_ki_lookup(did);
109 idmap_unreg(int did)
111 door_handle_t dh = door_ki_lookup(did);
  /nfsv41/nfs41-gate/usr/src/uts/common/os/
cpu_pm.c 311 id_t did; local
319 did = cpupm_domain_id(cp, type);
320 dom = cpupm_domain_find(did, type);
322 dom = cpupm_domain_create(did, type);
693 id_t did; local
698 did = cpupm_domain_id(cp, type);
700 dom = cpupm_domain_find(did, type);
757 id_t did; local
761 did = cpupm_domain_id(cp, CPUPM_DTYPE_ACTIVE);
762 if (did == CPUPM_NO_DOMAIN
    [all...]
  /nfsv41/nfs41-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
nfs4_cmn.h 57 #define deviceid_hash(did) adler16(did, 16)
  /nfsv41/nfs41-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
README.osf 20 OSF did not write this code.
  /nfsv41/nfs41-gate/usr/src/lib/libbc/libc/sys/common/sparc/
sendsig.s 37 ! that's what the 4.x kernel did and that's where the signal handler
  /nfsv41/nfs41-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
emlxs_node.c 82 "node=%p did=%06x %s. offline=%d set.", ndlp,
90 "node=%p did=%06x %s. timeout=%d set.", ndlp,
174 "node=%p did=%06x %s. Opening.", ndlp, ndlp->nlp_DID,
189 "node=%p did=%06x %s. Flushing.", ndlp, ndlp->nlp_DID,
272 "node=%p did=%06x %s.", ndlp, ndlp->nlp_DID,
352 emlxs_node_match_did(emlxs_port_t *port, NODELIST *ndlp, uint32_t did)
358 if (ndlp->nlp_DID == did)
364 mydid.un.word = port->did;
369 ndid.un.word = did;
375 odid.un.word = did;
    [all...]
  /nfsv41/nfs41-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/
Makefile 31 UTILSRCS = did.c did_hash.c did_props.c util.c
  /nfsv41/nfs41-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/
Makefile.hb 33 HBSRCS = hostbridge.c hb_sun4.c did.c did_hash.c did_props.c util.c

Completed in 4829 milliseconds

1 2 3 4 5 6