Home
last modified time | relevance | path

Searched refs:device (Results 1 – 25 of 522) sorted by path

12345678910>>...21

/illumos-gate/exception_lists/
H A Dhdrchk261 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bd_chain_st.h
262 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/bd_chain.h
263 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/context.h
264 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/hw_debug.h
265 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dcbx_mp.h
266 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_desc.h
267 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_dmae.h
268 usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/lm_sp_req_mgr.h
/illumos-gate/usr/src/
H A DTargetdirs191 /lib/svc/manifest/device \
193 /lib/svc/manifest/system/device \
406 /var/svc/manifest/device \
408 /var/svc/manifest/system/device \
/illumos-gate/usr/src/boot/common/
H A Dhelp.common35 beadm activate beName [<device>]
36 beadm list [<device>]
39 sets currdev to <device> and loads configuration from new device.
40 Use lsdev to get available device names.
64 Display the currently active console device(s) and show
74 device names. Disk name must end with colon.
86 echo Current device is $currdev
88 will print the current device.
121 directory of the current device if <path> is not specified.
268 # Tset Scurrdev DSet the current device
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th176 \ list be's on device
189 \ activate be on device.
257 \ beadm list [device]
258 \ beadm activate BE [device] | device
268 ." beadm activate {beName [device] | device}" cr
269 ." beadm list [device]" cr
313 if ( it is device name )
394 0 to device
450 \ set device name
466 dup to device
[all …]
H A Dpcibios.4th29 \ pci-device-count pci-id
33 : pci-device-count
42 dup pcibios-device-count ." Found " . ." instances of " hex . decimal cr
47 builtin: pci-device-count
H A Dsupport.4th248 \ execute xt for each device listed in console variable.
249 \ this allows us to have device specific output for logos, menu frames etc
/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()
H A Dlibi386.h129 uint32_t biospci_locator(int8_t bus, uint8_t device, uint8_t function);
/illumos-gate/usr/src/boot/i386/loader/
H A Dhelp.i38624 and where the IDE disks are the default boot device, it is necessary
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h265 typedef struct device *device_t;
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch25 # during attempts to determine the name of a terminal device.
28 # are most likely to contain device entries for terminal
35 # an exact match requires that the major/minor device number
38 # match on the major/minor device and the file system identifier
52 # if all Starlan network clone device entries were contained
/illumos-gate/usr/src/cmd/
H A DMakefile.cmd201 ROOTSVCDEVICE= $(ROOTSVCMANIFEST)/device
203 ROOTSVCSYSTEMDEVICE= $(ROOTSVCSYSTEM)/device
/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};
H A Dsymcheck.pl695 my ($device, $inode) = (stat($lib))[0,1];
696 if (! defined($device) || ! defined($inode)) {
699 $key = "$device/$inode";
937 my ($device, $inode) = (stat($path_to_library))[0,1];
942 if (defined($device) && defined($inode) && ! defined($def)) {
944 $key = "$dir|$device/$inode|$abi";
/illumos-gate/usr/src/cmd/acct/lib/
H A Ddevtolin.c66 devtolin(dev_t device) in devtolin() argument
74 if (device == tp->tdev) in devtolin()
85 found = srch_dir(device, srch_dirs[dirno], in devtolin()
97 found = srch_dir(device, dev_dir, 0, srch_dirs); in devtolin()
106 tp->tdev = device; in devtolin()
118 tp->tdev = device; in devtolin()
134 srch_dir(dev_t device, char *path, int depth, char *skip_dirs[]) in srch_dir() argument
187 if (lintodev(file_name+5) == device) { in srch_dir()
195 found = srch_dir(device, file_name, depth+1, in srch_dir()
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate.c348 device = optarg; in main()
385 if (device && ((argc - optind) >= 1)) in main()
387 if (device == NULL) { in main()
390 device = argv[optind]; in main()
401 device = optarg; in main()
408 device = optarg; in main()
455 } else if (device == NULL) { in main()
458 device = argv[optind]; in main()
480 device = optarg; in main()
563 if (device == NULL) { in main()
[all …]
H A Dallocate.h91 extern int allocate(int optflg, uid_t uid, char *device, char *zonename);
92 extern int deallocate(int optflg, uid_t uid, char *device, char *zonename);
93 extern int list_devices(int optflg, uid_t uid, char *device, char *zonename);
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 …]
H A Ddevalloc_defaults25 # Default device_allocation attributes for device types.
30 # device-type:\
33 # auths=<comma separated list of device authorizations>;\
37 # e.g.: minlabel="TS A B";maxlabel="TS AB";auths=solaris.device.allocate;\
40 audio:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/securit…
41 fd:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/l…
42 sr:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/l…
43 st:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/security/l…
44 rmdisk:minlabel=admin_low;maxlabel=admin_high;auths=solaris.device.allocate;cleanscript=/etc/securi…
H A Ddminfo.c115 int device = 0; in main() local
147 if ((name) || (device) || (update) || (tp)) { in main()
151 device++; in main()
163 if ((name) || (device) || (update) || (tp)) { in main()
170 if ((name) || (device) || (update) || (tp)) { in main()
177 if ((name) || (device) || (update) || (tp)) { in main()
200 if ((device) || (name) || (update) || (tp)) { in main()
389 if (device) { in main()
H A Dmkdevalloc.c89 char *device; member
102 char *device; member
112 char *device; member
127 char *device; member
137 char *device; member
359 if (strcmp(tape[i].device, tape[j].device)) in dotape()
563 if (strcmp(audio[i].device, audio[j].device)) in doaudio()
714 fp[i].device = nm; in dofloppy()
882 cd[i].device = nm; in docd()
937 cd[i].device = ""; in docd()
[all …]
H A Dsvc-allocate33 HALFDI=/etc/hal/fdi/policy/30user/90-solaris-device-allocation.fdi
53 <device>
62 </device>
/illumos-gate/usr/src/cmd/amdzen/
H A Dudf.c55 const char *device = NULL; in main() local
68 device = optarg; in main()
85 if (device == NULL || funcstr == NULL || inststr == NULL || in main()
112 if ((fd = open(device, O_RDONLY)) < 0) { in main()
113 err(EXIT_FAILURE, "failed to open %s", device); in main()
H A Dusmn.c80 const char *device = NULL; in main() local
88 device = optarg; in main()
114 if (device == NULL) { in main()
129 if ((fd = open(device, do_write ? O_RDWR : O_RDONLY)) < 0) { in main()
130 err(EXIT_FAILURE, "failed to open %s", device); in main()
/illumos-gate/usr/src/cmd/audio/audioctl/
H A Daudioctl.c140 typedef struct device { struct
150 struct device *nextp; argument

12345678910>>...21