/titanic_50/usr/src/cmd/ssh/sshd/ |
H A D | auth2-kbdint.c | 43 char *lang, *devs; in userauth_kbdint() local 49 devs = packet_get_string(NULL); in userauth_kbdint() 52 debug("keyboard-interactive devs %s", devs); in userauth_kbdint() 59 auth2_challenge(authctxt, devs); in userauth_kbdint() 61 xfree(devs); in userauth_kbdint()
|
H A D | auth2-chall.c | 76 kbdint_alloc(const char *devs) in kbdint_alloc() argument 83 if (strcmp(devs, "") == 0) { in kbdint_alloc() 95 kbdintctxt->devices = xstrdup(devs); in kbdint_alloc() 158 auth2_challenge(Authctxt *authctxt, char *devs) in auth2_challenge() argument 162 devs ? devs : "<no devs>"); in auth2_challenge() 164 if (authctxt->user == NULL || !devs) in auth2_challenge() 170 authctxt->method->method_data = (void *) kbdint_alloc(devs); in auth2_challenge()
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_rename_001_pos.ksh | 57 set -A devs "" "-d $DEVICE_DIR" 72 log_must $ZPOOL import ${devs[i]} \ 77 log_must $ZPOOL import ${devs[i]} ${pools[i]} 127 log_must $ZPOOL import ${devs[i]} ${options[j]} \ 154 log_must $ZPOOL import ${devs[i]} $target ${pools[i]}
|
H A D | zpool_import_002_pos.ksh | 55 set -A devs "" "-d $DEVICE_DIR" 68 log_must $ZPOOL import ${devs[i]} ${pools[i]} 116 log_must $ZPOOL import ${devs[i]} ${options[j]} $target 133 log_mustnot $ZPOOL import ${devs[i]} $target
|
H A D | zpool_import_012_pos.ksh | 55 set -A devs "" "-d $DEVICE_DIR" 68 $ZPOOL import ${devs[i]} ${pools[i]} 71 $ZPOOL import $option ${devs[i]} ${pools[i]} 168 $ZPOOL import $option ${devs[i]} \ 176 ${devs[i]} ${options[j]} \
|
H A D | zpool_import_001_pos.ksh | 55 set -A devs "" "-d $DEVICE_DIR" 69 log_must $ZPOOL import ${devs[i]} ${pools[i]} 115 log_must $ZPOOL import ${devs[i]} ${options[j]} $target
|
H A D | zpool_import_009_neg.ksh | 61 set -A devs "" "-d $DEVICE_DIR" 74 log_must $ZPOOL import ${devs[i]} ${pools[i]}
|
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | SUNW,vdevices.pl | 76 my @devs = glob $path; 83 printf "rcm_log_debug=do_register: %d devices\n", scalar(@devs); 84 foreach $consdev(@devs) {
|
/titanic_50/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | PrinterUtil.java | 44 String devs[] = null; in main() local 51 devs = getDeviceList(); in main() 60 for (int i = 0; i < devs.length; i++) { in main() 61 System.out.println(devs[i]); in main()
|
/titanic_50/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 176 #define DR_DEVS_CONFIGURE(bp, devs) \ argument 177 ((bp)->b_dev_attached = (devs)) 178 #define DR_DEVS_DISCONNECT(bp, devs) \ argument 179 ((bp)->b_dev_present &= ~(devs)) 180 #define DR_DEVS_CANCEL(bp, devs) \ argument 181 ((bp)->b_dev_released &= ~(devs), \ 182 (bp)->b_dev_unreferenced &= ~(devs))
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | dr.h | 210 #define DR_DEVS_CONFIGURE(bp, devs) \ argument 211 ((bp)->b_dev_attached = (devs)) 212 #define DR_DEVS_DISCONNECT(bp, devs) \ argument 213 ((bp)->b_dev_present &= ~(devs)) 214 #define DR_DEVS_CANCEL(bp, devs) \ argument 215 ((bp)->b_dev_released &= ~(devs), \ 216 (bp)->b_dev_unreferenced &= ~(devs))
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_remove/ |
H A D | zpool_remove_001_neg.ksh | 57 typeset devs="$2" 60 for dev in $devs; do
|
/titanic_50/usr/src/uts/sun4u/opl/sys/ |
H A D | fiomp.h | 59 char **devs; /* device names */ member 157 char **devs; /* device names */ member
|
/titanic_50/usr/src/cmd/fs.d/ |
H A D | fsck.c | 224 struct devlist *dp, *devs = NULL; in main() local 357 dp->nxt = devs; in main() 358 devs = dp; in main() 378 fsck_dopreen(&devs, preencnt); in main() 542 dp->nxt = devs; in main() 543 devs = dp; in main() 573 fsck_dopreen(&devs, preencnt); in main()
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | sbdpriv.h | 482 #define SBD_DEVS_CONFIGURE(bp, devs) \ argument 483 ((bp)->sb_dev_attached = (devs)) 484 #define SBD_DEVS_DISCONNECT(bp, devs) \ argument 485 ((bp)->sb_dev_present &= ~(devs)) 486 #define SBD_DEVS_CANCEL(bp, devs) \ argument 487 ((bp)->sb_dev_released &= ~(devs), \ 488 (bp)->sb_dev_unreferenced &= ~(devs))
|
/titanic_50/usr/src/uts/i86pc/io/tzmon/ |
H A D | tzmon.c | 641 ACPI_OBJECT *devs; in tzmon_set_power() local 644 devs = ((ACPI_OBJECT *)devlist.Pointer); in tzmon_set_power() 645 if (devs->Type != ACPI_TYPE_PACKAGE) { in tzmon_set_power() 650 for (i = 0; i < devs->Package.Count; i++) in tzmon_set_power() 652 devs->Package.Elements[i].Reference.Handle, on_off, in tzmon_set_power()
|
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/cherrystone/common/ |
H A D | workfile.c | 262 int devs = 0; in fill_device_array_from_id() local 278 ++devs; in fill_device_array_from_id() 280 *device_array = calloc((devs), sizeof (picl_nodehdl_t)); in fill_device_array_from_id() 292 for (i = 0; i < devs; i++) { in fill_device_array_from_id() 317 *number_of_devices = devs; in fill_device_array_from_id()
|
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/daktari/common/ |
H A D | workfile.c | 516 int devs = 0; in fill_device_array_from_id() local 531 ++devs; in fill_device_array_from_id() 533 *device_array = calloc((devs), sizeof (picl_nodehdl_t)); in fill_device_array_from_id() 544 for (i = 0; i < (devs); i++) { in fill_device_array_from_id() 569 *number_of_devices = devs; in fill_device_array_from_id()
|
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/littleneck/common/ |
H A D | workfile.c | 341 int devs = 0; in fill_device_array_from_id() local 356 ++devs; in fill_device_array_from_id() 358 *device_array = calloc((devs), sizeof (picl_nodehdl_t)); in fill_device_array_from_id() 370 for (i = 0; i < devs; i++) { in fill_device_array_from_id() 395 *number_of_devices = devs; in fill_device_array_from_id()
|
/titanic_50/usr/src/uts/common/io/usb/ |
H A D | usbdevs2h.awk | 264 if (arg !~ /^-[dDhH]+$/ && arg !~ /devs$/) 274 if (arg ~ /devs$/)
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 612 _rdc_rlse_d(rdc_k_info_t *krdc, int devs) in _rdc_rlse_d() argument 616 int raw = (devs & RDC_RAW); in _rdc_rlse_d() 623 ASSERT((devs & (~RDC_BMP)) != 0); in _rdc_rlse_d() 714 _rdc_rlse_devs(rdc_k_info_t *krdc, int devs) in _rdc_rlse_devs() argument 720 ASSERT(!(devs & RDC_CACHE)); in _rdc_rlse_devs() 722 if ((devs & (~RDC_BMP)) != 0) { in _rdc_rlse_devs() 723 _rdc_rlse_d(krdc, devs); in _rdc_rlse_devs() 726 if ((devs & RDC_BMP) != 0) { in _rdc_rlse_devs() 913 _rdc_rsrv_devs(rdc_k_info_t *krdc, int devs, int flag) in _rdc_rsrv_devs() argument 924 ASSERT(!(devs & RDC_CACHE)); in _rdc_rsrv_devs() [all …]
|
/titanic_50/usr/src/cmd/allocate/ |
H A D | disk_clean.sh | 226 nawk -f - -v vold_root="$VOLD_ROOT" -v devs="$*" /etc/mnttab <<\ 229 split(devs, devlist, " ");
|
/titanic_50/usr/src/uts/i86pc/io/pci/ |
H A D | pci_tools.c | 265 pcitool_get_intr_dev_info(dev_info_t *dip, pcitool_intr_dev_t *devs) in pcitool_get_intr_dev_info() argument 267 (void) strncpy(devs->driver_name, in pcitool_get_intr_dev_info() 269 devs->driver_name[MAXMODCONFNAME-1] = '\0'; in pcitool_get_intr_dev_info() 270 (void) ddi_pathname(dip, devs->path); in pcitool_get_intr_dev_info() 271 devs->dev_inst = ddi_get_instance(dip); in pcitool_get_intr_dev_info()
|
/titanic_50/usr/src/uts/sun4u/io/pci/ |
H A D | pci_ib.c | 1021 ib_t *ib_p, uint32_t ino, uint8_t *devs_ret, pcitool_intr_dev_t *devs) in ib_get_ino_devs() argument 1039 (void) strlcpy(devs[i].driver_name, in ib_get_ino_devs() 1042 (void) ddi_pathname(ih_p->ih_dip, devs[i].path); in ib_get_ino_devs() 1043 devs[i].dev_inst = in ib_get_ino_devs()
|
/titanic_50/usr/src/uts/sun4/io/px/ |
H A D | px_ib.h | 165 uint32_t msi_num, uint8_t *devs_ret, pcitool_intr_dev_t *devs);
|