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

1 2 3 4 5 6 7 8

  /onnv/onnv-gate/usr/src/uts/common/io/sata/adapters/nv_sata/
nv_sata.conf 28 use-cmdk-devid-format=1;
  /onnv/onnv-gate/usr/src/lib/libdevid/
inc.flg 29 find_files "s.*" usr/src/common/devid
Makefile.com 27 OBJECTS= deviceid.o devid.o devid_scsi.o devid_smp.o
32 SRCS = ../deviceid.c $(SRC)/common/devid/devid.c \
33 $(SRC)/common/devid/devid_scsi.c \
34 $(SRC)/common/devid/devid_smp.c
52 pics/devid.o: $(SRC)/common/devid/devid.c
53 $(COMPILE.c) -o $@ $(SRC)/common/devid/devid.
    [all...]
libdevid.h 34 #include <devid.h>
47 uchar_t *inq83, size_t inq83_len, ddi_devid_t *devid);
51 ddi_devid_t *devid);
53 extern char *devid_to_guid(ddi_devid_t devid);
  /onnv/onnv-gate/usr/src/head/
devid.h 46 extern void devid_free(ddi_devid_t devid);
48 extern size_t devid_sizeof(ddi_devid_t devid);
50 extern int devid_deviceid_to_nmlist(char *search_path, ddi_devid_t devid,
53 extern int devid_valid(ddi_devid_t devid);
54 extern char *devid_str_encode(ddi_devid_t devid, char *minor_name);
  /onnv/onnv-gate/usr/src/uts/common/sys/scsi/
scsi_fm.h 43 const char *error_class, uint64_t ena, char *devid, int sflag, ...);
  /onnv/onnv-gate/usr/src/uts/common/io/chxge/com/
ch_compat.h 132 unsigned short devid; member in struct:pci_device_id
137 #define CH_DEVICE_COMMON(devid, ssid, idx) { devid, ssid, idx }
138 #define CH_DEVICE(devid, ssid, idx) CH_DEVICE_COMMON(devid, ssid, idx)
  /onnv/onnv-gate/usr/src/common/devid/
devid.c 45 ddi_devid_valid(ddi_devid_t devid)
47 devid_valid(ddi_devid_t devid)
50 impl_devid_t *id = (impl_devid_t *)devid;
53 DEVID_ASSERT(devid != NULL);
75 * Return the sizeof a device id. If called with NULL devid it returns
80 ddi_devid_sizeof(ddi_devid_t devid)
82 devid_sizeof(ddi_devid_t devid)
85 impl_devid_t *id = (impl_devid_t *)devid;
90 DEVID_ASSERT(DEVID_FUNC(devid_valid)(devid) == DEVID_RET_VALID);
123 /* get current devid types *
    [all...]
devid_impl.h 66 #include <devid.h>
devid_smp.c 29 * Solaris devid / guid values.
51 * Typically the wwnstr makes a good devid, however in some cases the wwnstr
56 * to form the devid.
69 * Description: This routine finds and encodes a unique devid given the
77 * devid - id returned
93 ddi_devid_t *devid) /* OUT */
110 DEVID_ASSERT(devid != NULL);
111 *devid = NULL;
135 /* no vid/pid match, use wwn for devid */
139 /* extract the special vendor-specific 'devid serial number' *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/cardbus/
cardbus_parse.h 46 uint16_t devid; member in struct:cb_deviceset_props
  /onnv/onnv-gate/usr/src/lib/libdiskmgt/common/
path.c 183 ddi_devid_t devid; local
188 if (devid_str_decode(dp->name, &devid, NULL) != 0) {
195 if (pp->disks[i]->devid != NULL &&
196 devid_compare(pp->disks[i]->devid, devid) == 0) {
206 devid_free(devid);
221 ddi_devid_t devid; local
226 if (devid_str_decode(dp->name, &devid, NULL) != 0) {
233 if (pp->disks[i]->devid != NULL &&
234 devid_compare(pp->disks[i]->devid, devid) == 0)
    [all...]
partition.h 39 #include <devid.h>
  /onnv/onnv-gate/usr/src/uts/common/io/scsi/impl/
scsi_fm.c 38 const char *devpath, const char *minor_name, const char *devid,
95 const char *error_class, uint64_t ena, char *devid, int sflag, ...)
134 fm_dev_ereport_postv(dip, dip, devpath, minor_name, devid,
  /onnv/onnv-gate/usr/src/uts/common/sys/
vuid_event.h 175 #define vuid_first(devid) ((devid) << 8)
176 #define vuid_last(devid) (((devid) << 8)+VUID_SEG_SIZE-1)
177 #define vuid_in_range(devid, id) \
178 ((id >= vuid_first(devid)) && (id <= vuid_last(devid)))
  /onnv/onnv-gate/usr/src/uts/sun4v/io/
dr_io.c 106 uint64_t devid; member in struct:__anon9335
114 uint64_t devid; local
122 devid = ddi_prop_get_int(DDI_DEV_T_ANY, dip, DDI_PROP_DONTPASS,
125 DR_DBG_IO("%s: found devid=%ld, looking for %ld\n",
126 __func__, devid, sarg->devid);
128 if (devid == sarg->devid) {
143 * Walk the device tree to find the dip corresponding to the devid
149 dr_io_find_node(char *name, uint64_t devid)
178 uint64_t devid; local
252 uint64_t devid; local
432 uint64_t devid = req->dev_id; local
645 uint64_t devid = req->dev_id; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fps/fpsd/
fpsd_sched.c 65 check_invoke_prog(int devid, time_t *last,
82 record_failure(int devid, int index) {
87 RECORD_FAILURE_MSG, devid, index);
115 check_invoke_prog(int devid, /* cpu-id */
148 (void) snprintf(cpuid_c, sizeof (cpuid_c), "%d", devid);
235 devid);
236 record_failure(devid, fpu_index);
240 devid);
241 record_failure(devid, fpu_index);
245 devid);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
devid_cache.c 49 * instances, to search for the device referenced by a devid. Obviously,
52 * discovery at the devid cache level.
84 * devid cache backing store. Probably there's no reason to ever
110 * Devid cache will continue to operate normally but
115 * Any updates to the devid cache will not be preserved across a reboot.
118 * Set to 1 to enable some error messages related to devid
121 * The devid is packed in the cache file as a byte array. For
138 * State to manage discovery of devices providing a devid
165 * devid cache file registration for cache reads and updates
176 * handle to registered devid cache handler
    [all...]
  /onnv/onnv-gate/usr/src/cmd/fm/modules/common/fdd-msg/
fdd_msg.c 63 ipmi_deviceid_t *devid; local
65 if ((devid = ipmi_get_deviceid(ipmi_hdl)) == NULL)
68 if (!ipmi_is_sun_ilom(devid))
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/
opl_cfg.h 55 #define OPL_CPUID_TO_LSB(devid) ((devid >> 5) & OPL_LSBID_MASK)
56 #define OPL_CPU_CHIP(devid) ((devid >> 3) & 0x3)
57 #define OPL_CORE(devid) ((devid >> 1) & 0x3)
58 #define OPL_CPU(devid) ((devid & 0x001))
  /onnv/onnv-gate/usr/src/cmd/oplhpd/
scf_notify.c 254 unsigned int devid, funcid; /* bus addr */ local
291 if (sscanf(tmp, "%x,%x", &devid, &funcid) != 2) {
293 if (sscanf(tmp, "%x", &devid) != 1) {
294 devid = 0;
311 * Case 1. devid > sdevid
312 * Case 2. devid == sdevid && funcid > sfuncid
314 if ((devid > sdevid) || ((devid == sdevid) &&
317 devid = sdevid;
324 * Case 1. devid >= sdevi
    [all...]
  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
dev.c 33 #include <devid.h>
135 char *devid = NULL; local
149 /* Get devid, if present */
150 err = nvlist_lookup_string(nvl, FM_FMRI_DEV_ID, &devid);
178 /* device-id part, topo_fmristr_build does nothing if devid is NULL */
180 buf, buflen, devid, "/:" FM_FMRI_DEV_ID "=", NULL);
228 char *devid = NULL; local
251 devid = alloca(len + 1);
252 (void) memcpy(devid, devpath + 7, len);
253 devid[len] = 0
287 char *devid = NULL, *path; local
367 char *devid = NULL, *path; local
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
config.c 54 dev->devid.bus_type = PCI_BUS_TYPE;
55 dev->devid.vendor_id = htons(state->dev.vendor);
56 dev->devid.device_id = htons(state->dev.dev_id);
103 dev->devid.bus_type = ISA_BUS_TYPE;
dev.h 49 struct dev_id devid; /* device ID string (sent to DHCP server) */ member in struct:dev
  /onnv/onnv-gate/usr/src/lib/lvm/libmeta/common/
meta_se_notify.c 200 do_mdnotify(char *se_subclass, uint32_t tag, set_t setno, md_dev64_t devid)
222 NOTIFY_MD(md_tag, setno, devid, ev_type);
324 md_dev64_t devid
333 do_mdnotify(se_subclass, tag, setno, devid);
365 (uint64_t)devid);
371 devname = obj2devname(tag, setno, devid);

Completed in 610 milliseconds

1 2 3 4 5 6 7 8