Home
last modified time | relevance | path

Searched refs:device (Results 151 – 175 of 522) sorted by relevance

12345678910>>...21

/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm1544 my ($device, $inode) = (stat($lib))[0,1];
1545 if (defined($device) && defined($inode)) {
1546 $key = "$dir|$device/$inode|$abi";
1824 my ($device, $inode);
1825 ($device, $inode) = (stat($lib2))[0,1];
1826 if ($device ne '' && $inode ne '') {
1827 push(@libs, "$device/$inode");
1943 my ($device, $inode) = (stat($key))[0,1];
1944 if (defined($device) && defined($inode)) {
1945 $model_tweak{"$device/$inode"} = $model_tweak{$key};
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-management-wbem-data-management.p5m29 set name=pkg.description value="software for WBEM/CIM data device management"
37 legacy pkg=SUNWdmgtr desc="software for WBEM/CIM data device management" \
39 legacy pkg=SUNWdmgtu desc="software for WBEM/CIM data device management" \
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dfreeprinter.c58 if (pp->device)
59 Free (pp->device);
H A Dokprinter.c60 prbufp->device in okprinter()
93 if (!prbufp->remote && !prbufp->device && !prbufp->dial_info) in okprinter()
/illumos-gate/usr/src/lib/libadm/common/
H A Ddevattr.c98 char *device, /* The device ) we're to look for */ in devattr() argument
110 if (!(record = _getdevrec(device))) { in devattr()
H A Dputdev.c849 char *device, /* Device to modify */ in _moddevtabrec() argument
872 if (ent = _getdevrec(device)) { in _moddevtabrec()
875 if (chg = mkdevtabent(device, attrval)) { in _moddevtabrec()
1020 _rmdevtabrec(char *device) /* Device to remove */ in _rmdevtabrec() argument
1031 if (rment = _getdevrec(device)) { in _rmdevtabrec()
1087 char *device, /* Device to modify */ in _rmdevtabattrs() argument
1124 if (modent = _getdevrec(device)) { in _rmdevtabattrs()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiohd/
H A Daudiohd.c616 if (pin->device == DTYPE_SPEAKER || in audiohd_init_play_path()
617 pin->device == DTYPE_HP_OUT || in audiohd_init_play_path()
708 if (pin->device == DTYPE_MIC_IN) { in audiohd_init_record_path()
716 (pin->device == DTYPE_CD) || in audiohd_init_record_path()
1237 if ((1U << pin->device) == val) { in audiohd_set_input_pin()
1242 statep->in_port = pin->device; in audiohd_set_input_pin()
3265 pin->device != DTYPE_HP_OUT) in audiohd_do_build_output_path()
3648 switch (pin->device) { in audiohd_find_input_pins()
4124 switch (pin->device) { in audiohd_find_inpin_for_monitor()
4819 switch (pin->device) { in audiohd_find_output_pins()
[all …]
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c403 cidp->device = DEVICE_ID_5720; in bge_chip_cfg_init()
890 if ((cidp->device == DEVICE_ID_5714C) || in bge_nic_setwin()
891 (cidp->device == DEVICE_ID_5715C)) { in bge_nic_setwin()
2009 switch (bgep->chipid.device) { in bge_nvmem_id()
2630 switch (cidp->device) { in bge_chip_id_init()
2648 if (cidp->device == DEVICE_ID_5717) { in bge_chip_id_init()
2762 if (cidp->device == DEVICE_ID_5754) { in bge_chip_id_init()
2831 if (cidp->device == DEVICE_ID_5755M) in bge_chip_id_init()
2889 if (cidp->device == DEVICE_ID_5723) in bge_chip_id_init()
3159 cidp->vendor, cidp->device, cidp->device); in bge_chip_id_init()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dckentry.c49 extern char *basedir, *device, pkgspool[];
72 if (!device) in ckentry()
80 if (!device) { in ckentry()
102 if (device) { in ckentry()
/illumos-gate/usr/src/cmd/nsadmin/
H A Dsystem49 * root device and root filesystem configuration:
56 * rootdev: Set the root device. This should be a fully
58 * physical pathname of the device where the boot
66 * (Swap device configuration should be specified in /etc/vfstab.)
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c521 if (device) { in list_devices()
525 da_defs = getdadeftype(device); in list_devices()
529 "%s\n", device); in list_devices()
553 if (device) { in list_devices()
560 if (class && (strcmp(class, device) == 0)) { in list_devices()
570 if ((da = getdanam(device)) == NULL) { in list_devices()
1370 while ((da = getdatype(device)) != NULL) { in allocate()
1394 if ((da = getdanam(device)) == NULL) { in allocate()
1475 while ((da = getdatype(device)) != NULL) { in deallocate()
1500 if (class && (strcmp(class, device) == 0)) { in deallocate()
[all …]
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c113 setdevcfg(service, device) in setdevcfg() argument
114 char *service, *device; in setdevcfg()
118 scancfg(service, device);
200 scancfg(service, device) in scancfg() argument
201 char *service, *device; in scancfg()
220 if ( namematch("device=", tok, device)) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dcreate-o_ashift.ksh85 typeset device=$1
88 zdb -quuul $device | awk -v ubcount=$ubcount '
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml128 <propval name='device' type='astring' value='/dev/console' />
179 <propval name='device' type='astring' value='/dev/vt/$num' />
213 <prop_pattern name='device' type='astring'
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.c544 uint16_t pci_command, vendor, device; in auvia_attach() local
565 device = pci_config_get16(pcih, PCI_CONF_DEVID); in auvia_attach()
566 if ((vendor != VIA_VENDOR_ID) || (device != VIA_8233_ID && in auvia_attach()
567 device != VIA_8233A_ID)) { in auvia_attach()
569 "(vendor=%x, dev=%x)", vendor, device); in auvia_attach()
589 if ((device == VIA_8233A_ID) || in auvia_attach()
590 (device == VIA_8233_ID && pci_revision == 0x40)) { in auvia_attach()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_tape.c134 "Adapter device opened: %s", request->device.name); in ndmpd_tape_open_v2()
135 (void) strlcpy(adptnm, request->device.name, SCSI_MAX_NAME-2); in ndmpd_tape_open_v2()
141 scsi_find_sid_lun(sa, request->device.name, &sid, &lun); in ndmpd_tape_open_v2()
142 if (ndmp_open_list_find(request->device.name, sid, lun) == 0 && in ndmpd_tape_open_v2()
143 (devid = tape_open(request->device.name, in ndmpd_tape_open_v2()
146 request->device.name); in ndmpd_tape_open_v2()
153 request->device.name); in ndmpd_tape_open_v2()
194 if ((session->ns_tape.td_fd = open(request->device.name, mode)) < 0) { in ndmpd_tape_open_v2()
196 request->device.name); in ndmpd_tape_open_v2()
587 common_tape_open(connection, request->device, request->mode); in ndmpd_tape_open_v3()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c413 biospci_locator(int8_t bus, uint8_t device, uint8_t function) in biospci_locator() argument
416 return ((bus << 8) | ((device & 0x1f) << 3) | (function & 0x7)); in biospci_locator()
576 uint32_t bus, device, function, locator; in ficlPciBiosLocator() local
581 device = ficlStackPopInteger(ficlVmGetDataStack(pVM)); in ficlPciBiosLocator()
584 locator = biospci_locator(bus, device, function); in ficlPciBiosLocator()
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-3263 - Command: root device [hdbias]
264 Set the current "root device" to the device DEVICE, then attempt
283 - Command: rootnoverify device [hdbias]
526 11 : Unrecognized device string
531 12 : Invalid device requested
576 This error is returned if the device part of a device- or full
631 33 : Serial device not configured
684 `--device-map=FILE'
812 The device name INSTALL_DEVICE is an OS device name or a GRUB device
844 Recheck the device map, even if `/boot/grub/device.map' already
[all …]
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c657 char device[20]; in exec_cmd() local
682 *device = '\0'; in exec_cmd()
691 sprintf(device, "%.9s%02.02d", prefix, minor(sbuf.st_rdev)); in exec_cmd()
693 sprintf(device, "%.8s%03.03d", prefix, minor(sbuf.st_rdev)); in exec_cmd()
694 DEBUG((9, "Device: %s", device)); in exec_cmd()
699 strncpy(utline.ut_line, device, sizeof (utline.ut_line) - 1); in exec_cmd()
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dio.c433 char device[MAXSTRLEN]; in display_ffb() local
448 (void) sprintf(device, "%s@%x", type, in display_ffb()
454 if (strstr(direntp->d_name, device) != NULL) { in display_ffb()
455 (void) sprintf(device, "/devices/%s", in display_ffb()
457 fd = open(device, O_RDWR, 0666); in display_ffb()
477 fmt_manf_id(fsi.dac_version, device), 0); in display_ffb()
479 fmt_manf_id(fsi.fbram_version, device), 0); in display_ffb()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rarpd.c93 char device[DLPI_LINKNAME_MAX]; member
252 (void) strlcpy(rarpdev_head->device, ifsp.ifsp_devnm, in main()
253 sizeof (rarpdev_head->device)); in main()
360 (void) strlcpy(rdev->device, ifsp.ifsp_devnm, in getintf()
361 sizeof (rdev->device)); in getintf()
392 strcmp(specp->ifsp_devnm, rdev->device) == 0) in find_device()
410 (void) snprintf(linkname, DLPI_LINKNAME_MAX, "%s%d", rdev->device, in init_rarpdev()
461 dev = rdev->device; in init_rarpdev()
498 " address %s", rdev->device, rdev->unit, str); in do_rarp()
/illumos-gate/usr/src/lib/libsecdb/
H A Dauth_attr.txt42 solaris.device.:::Device Allocation::help=DevAllocHeader.html
43 solaris.device.allocate:::Allocate Device::help=DevAllocate.html
44 solaris.device.config:::Configure Device Attributes::help=DevConfig.html
45 solaris.device.grant:::Delegate Device Administration::help=DevGrant.html
46 solaris.device.revoke:::Revoke or Reclaim Device::help=DevRevoke.html
47 solaris.device.cdrw:::CD-R/RW Recording Authorizations::help=DevCDRW.html
48 solaris.device.mount.:::Device Mount::help=DevMount.html
49 solaris.device.mount.alloptions.fixed:::Device Mount Fixed With All Options::help=DevMount.html
50 solaris.device.mount.alloptions.removable:::Device Mount Removable With All Options::help=DevMount.…
51 solaris.device.mount.fixed:::Device Mount Fixed::help=DevMount.html
[all …]
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.h92 int (*fw_readfw)(struct devicelist *device, char *filename);
100 int (*fw_writefw)(struct devicelist *device, char *filename);
/illumos-gate/usr/src/test/nvme-tests/runfiles/
H A Dunit.run18 # specific NVMe device to target. This must be invoked by the top-level
19 # scripts which will validate that the selected device is usable.
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c698 char device[MAXSTRLEN]; in display_ffb() local
710 (void) sprintf(device, "%s@%x", FFB_NAME, in display_ffb()
716 if (strstr(direntp->d_name, device) != NULL) { in display_ffb()
717 (void) sprintf(device, "/devices/%s", in display_ffb()
719 fd = open(device, O_RDWR, 0666); in display_ffb()
740 fmt_manf_id(fsi.dac_version, device), 0); in display_ffb()
742 fmt_manf_id(fsi.fbram_version, device), 0); in display_ffb()
1259 tazmo_physical_slot(Prom_node *slotd, Prom_node *parent, int device, char *str) in tazmo_physical_slot() argument
1298 *upa_id, offset, device); in tazmo_physical_slot()
1352 if (shift == device) { in tazmo_physical_slot()

12345678910>>...21