| /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsd/ |
| space | 7 devices/pseudo/clone@0:eri 0 1 8 devices/pseudo/clone@0:hme 0 1 9 devices/pseudo/clone@0:rts 0 1 10 devices/pseudo/devinfo@0:devinfo 0 1
|
| preremove | 29 /usr/bin/rm -f ${BASEDIR}/devices/README
|
| preinstall | 31 if [ -d $BASEDIR/devices/pseudo -a -c $BASEDIR/devices/pseudo/clone:arp ]; then 32 find $BASEDIR/devices/pseudo/* -type d -prune \ 37 [ -c $BASEDIR/devices/pseudo/profile:profile ] && \ 38 rm -f $BASEDIR/devices/pseudo/profile:profile
|
| postinstall | 48 devices/pseudo/arp@0:arp dev/arp 49 devices/pseudo/clone@0:ibd dev/ibd 50 devices/pseudo/dld@0:ctl dev/dld 51 devices/pseudo/dlpistub@0:ipmpstub dev/ipmpstub 52 devices/pseudo/icmp@0:icmp dev/icmp 53 devices/pseudo/icmp@0:icmp dev/rawip 54 devices/pseudo/icmp6@0:icmp6 dev/icmp6 55 devices/pseudo/icmp6@0:icmp6 dev/rawip6 56 devices/pseudo/ip@0:ip dev/ip 57 devices/pseudo/ip6@0:ip6 dev/ip [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/excalibur/io/ |
| xcalppm.conf | 30 ppm-devices="/SUNW,UltraSPARC-III@*","/SUNW,UltraSPARC-III+@*","/pci@8,700000","/upa@8,480000","/pci@8,700000/firewire@5,2","/pci@8,700000/ebus@5/floppy@1,3023f0","/pci@8,700000/scsi@6","/pci@8,600000/SUNW,qlc@4";
|
| /onnv/onnv-gate/usr/src/uts/sun4u/enchilada/io/ |
| ppm.conf | 40 # a domain. Currently, it is used by PCI_PROP model to identify devices 41 # that are to have their clocks stopped when all power-manageable devices 44 # "domain-xxx-devices" - a list of prom path match patterns to match devices 95 domain_cpu-devices="/SUNW,UltraSPARC-IIIi@*"; 112 domain_scsifet1-devices = "/pci@1d,700000/scsi@3/sd@0,0", "/pci@1d,700000/scsi@4/sd@0,0"; 118 domain_scsifet2-devices = "/pci@1d,700000/scsi@3/sd@1,0", "/pci@1d,700000/scsi@4/sd@1,0"; 130 domain_idefet-devices = "/pci@1e,600000/ide@d"; 144 domain_led-devices = ""; 164 domain_pcislot_0-devices = "/pci@1f,700000/*@2,*", "/pci@1f,700000/*@2"; [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/taco/io/ |
| ppm.conf | 40 # a domain. Currently, it is used by PCI_PROP model to identify devices 41 # that are to have their clocks stopped when all power-manageable devices 44 # "domain-xxx-devices" - a list of prom path(s) to include every devices 56 # path=<prompath> - control device's /devices pathname (includes minor) 86 domain_cpu-devices="/SUNW,UltraSPARC-IIIi@*"; 100 # - No devices to claim in the LED domain 104 domain_idefet-devices = "/pci@1e,600000/ide@d"; 110 domain_led-devices = ""; 118 # Note that the "domain_pcislot?-devices" property contains wildcar [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4u/chicago/io/ |
| ppm.conf | 40 # a domain. Currently, it is used by PCI_PROP model to identify devices 41 # that are to have their clocks stopped when all power-manageable devices 44 # "domain-xxx-devices" - a list of prom path match patterns to match devices 89 domain_cpu-devices="/SUNW,UltraSPARC-IIIi@*", "/SUNW,UltraSPARC-IIIi+@*"; 103 domain_diskfet-devices = "/pci@1e,600000/pci@0/pci@9/pci@0/scsi@1"; 112 # Note: no devices to claim in this domain 114 domain_led-devices = ""; 123 domain_pciegfx-devices = "/pci@1f,700000/*";
|
| /onnv/onnv-gate/usr/src/pkgdefs/common_files/ |
| i.logindevperm | 46 # extract 'devices' field 47 devices=`echo "$line" | awk '{print $3}'` 48 if [ -z "$devices" ]; then 60 devices=`echo "$devices" | sed 's/\[/\\\[/g' | sed 's/\]/\\\]/g' | sed 's/\+/\\\+/g' | sed 's/\*/\\\*/g'` 62 # if dest has an entry for these devices and the difference 65 dest_entry=`egrep "^[# ]*/[a-zA-Z0-9\/]+[ ]+[0-9]+[ ]+$devices[ ]*$drivers" $dest | tail -1 2>/dev/null` 83 # extract 'devices' field 84 devices=`echo "$line" | awk '{print $3}'` 85 if [ -z "$devices" ]; the [all...] |
| i.vfstab | 34 LN_DEVFS="/devices - /devices devfs - no -" 53 if missing $dst /devices; then
|
| /onnv/onnv-gate/usr/src/lib/libdevinfo/ |
| devinfo_dim.c | 35 * information into /devices and /dev paths. It does this using interfaces to 36 * the kernel instance tree so that it can provide translations for devices 82 char *devices; local 88 /* find the length of the devices path given major,instance */ 100 if ((devices = (char *)malloc(mlen)) == NULL) 103 if (modctl(MODGETDEVFSPATH_MI, major, instance, len, devices) != 0) { 104 free(devices); 109 /* add ':<minot_name>' to the end of /devices path */ 110 (void) strcat(devices, ":"); 111 (void) strcat(devices, minor_name) 132 char *devices; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/lvm/metassist/layout/ |
| layout_hsp.h | 42 dlist_t *devices,
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sshd/ |
| auth2-chall.c | 55 KbdintDevice *devices[] = { variable 69 char *devices; member in struct:KbdintAuthctxt 85 for (i = 0; devices[i]; i++) { 88 buffer_append(&b, devices[i]->name, 89 strlen(devices[i]->name)); 92 kbdintctxt->devices = xstrdup(buffer_ptr(&b)); 95 kbdintctxt->devices = xstrdup(devs); 97 debug("kbdint_alloc: devices '%s'", kbdintctxt->devices); 118 if (kbdintctxt->devices) { [all...] |
| /onnv/onnv-gate/usr/src/uts/i86pc/io/ |
| ppm.conf | 38 # a domain. Currently, it is used by PCI_PROP model to identify devices 39 # that are to have their clocks stopped when all power-manageable devices 42 # "domain-xxx-devices" - a list of prom path match patterns to match devices 75 # A special rule exists on x86 to catch all CPU devices by using "/" as the 78 domain_cpu-devices="/"; 86 domain_estar-devices="/";
|
| /onnv/onnv-gate/usr/src/cmd/hal/tools/sunos/ |
| hal-system-power-hibernate-sunos.sh | 21 #Refresh devices as a resume can do funny things 24 devices=`hal-find-by-capability --capability $type` 25 for device in $devices
|
| hal-system-power-suspend-sunos.sh | 32 #Refresh devices as a resume can do funny things 35 devices=`hal-find-by-capability --capability $type` 36 for device in $devices
|
| /onnv/onnv-gate/usr/src/cmd/hal/addons/ |
| Makefile | 28 SUBDIRS = storage acpi network-devices cpufreq
|
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| llib-lbsm | 30 #include <bsm/devices.h> 36 #include <bsm/devices.h>
|
| /onnv/onnv-gate/usr/src/lib/hal/libhal-storage/common/ |
| hal-storage.pc.in | 14 Description: hal library for storage devices and volumes
|
| /onnv/onnv-gate/usr/src/cmd/hal/tools/ |
| lshal.c | 4 * lshal.c : Show devices managed by HAL 48 * @defgroup HalLsHal List HAL devices 52 * monitor the devices managed by the HAL daemon. Uses libhal. 60 #define UDI_BASE "/org/freedesktop/Hal/devices/" 203 * @param num_devices Total number of devices in device list 204 * @param devices List of devices 209 dump_children (char *udi, int num_devices, struct Device *devices, int depth) 215 if (devices[i].parent) 219 if (!devices[i].parent 254 struct Device *devices; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/devmgmt/cmds/ |
| listdgrp.c | 37 * listdgrp Writes on the standard output stream a list of devices 124 * List the devices that belong to the device group <dgroup>. 143 char **devices; /* List of devices in the group */ 217 * Get the list of devices associated with the device group. 223 if (devices = listdgrp(dgroup)) { 224 for (pp = devices ; *pp ; pp++) (void) puts(*pp); 140 char **devices; \/* List of devices in the group *\/ local
|
| /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/fcal_leds/ |
| fcal_leds.conf | 29 fcal-leds: /devices/pci@8,700000/ebus@5/i2c@1,30/ioexp@0,74:pcf8574 30 fcal-status: /devices/pci@8,700000/ebus@5/i2c@1,30/ioexp@0,7a:pcf8574 68 # search string for parent node to ssd devices in PICL platform tree
|
| /onnv/onnv-gate/usr/src/cmd/svc/milestone/ |
| Makefile | 62 devices-local.xml \ 63 devices-audio.xml 97 devices-audio \ 98 devices-local \
|
| /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/ |
| device.c | 27 * devices. It constructs a list which can be accessed with 32 * devices from file descriptors, stores, etc. For example, 47 static PedDevice* devices; /* legal advice says: initialized to NULL, variable 88 for (walk = devices; walk && walk->next; walk = walk->next); 92 devices = dev; 102 for (walk = devices; walk != NULL; last = walk, walk = walk->next) { 109 devices = dev->next; 125 return devices; 143 * Attempts to detect all devices. 152 * Close/free all devices [all...] |
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
| DoPrinterUtil.java | 70 String devices = ""; local 97 devices = devices.concat(" " + dev + " "); 104 devices = devices.concat(" " + dev + " "); 111 devices = devices.concat(" " + dev + " "); 118 devices = devices.concat(" " + dev + " "); 126 devices = devices.concat(" " + dev + " ") [all...] |