Searched refs:ndevices (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/dial/ |
H A D | sysfiles.c | 76 static int ndevices; /* index into list of Devices files */ variable 135 return (access(Devices[ndevices], R_OK)); in sysaccess() 141 return (eaccess(Devices[ndevices], R_OK)); in sysaccess() 174 ndevices = 0; in scansys() 463 ndevices = 0; in devreset() 557 ndevices++; in nextdevices() 559 ndevices = 0; in nextdevices() 561 for (; Devices[ndevices] != NULL; ndevices++) in nextdevices() 562 if ((fdevices = fopen(Devices[ndevices], "rF")) != NULL) in nextdevices() 711 return (Devices[ndevices]); in currdev()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | sysfiles.c | 64 static int ndevices; /* index into list of Devices files */ variable 133 return(access(Devices[ndevices], R_OK)); 139 return(eaccess(Devices[ndevices], R_OK)); 440 ndevices = 0; in devreset() 553 ndevices++; in nextdevices() 555 ndevices = 0; in nextdevices() 557 for ( ; Devices[ndevices] != NULL; ndevices++) in nextdevices() 558 if ((fdevices = fopen(Devices[ndevices], "r")) != NULL) in nextdevices() 724 return(Devices[ndevices]); in currdev()
|
/illumos-gate/usr/src/uts/sun4u/sys/ |
H A D | mc.h | 129 int ndevices; /* The number of available devices on this dev group */ member
|
H A D | mc-us3.h | 107 int ndevices; /* The number of available devices on this dev group */ member
|
H A D | mc-us3i.h | 138 int ndevices; /* number of physical dimms - always a pair */ member
|
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/ |
H A D | piclmemcfg_comm.c | 506 size = mcdevgrp->size / mcdevgrp->ndevices; in add_mem_modules() 511 for (i = 0; i < mcdevgrp->ndevices; i++) { in add_mem_modules()
|
/illumos-gate/usr/src/uts/sun4u/io/ |
H A D | mc-us3i.c | 636 mcdevgrp.ndevices = dgrp->ndevices; in mc_ioctl() 1268 dgrp->ndevices = NDIMMS_PER_DGRP; in mc_add_devgrp()
|
H A D | mc-us3.c | 713 mcdevgrp.ndevices = dgrp->ndevices; in mc_ioctl() 1548 dgrp->ndevices = NDIMMS; in mc_construct()
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_xhci.c | 2789 int type, usb3_port, usb2_port, i, ndevices; in pci_xhci_parse_devices() local 2797 ndevices = 0; in pci_xhci_parse_devices() 2885 ndevices++; in pci_xhci_parse_devices() 2891 if (ndevices > 0) { in pci_xhci_parse_devices()
|
/illumos-gate/usr/src/uts/common/xen/os/ |
H A D | xvdi.c | 1851 unsigned int ndevices; in i_xvdi_enum_worker() local 1868 &ndevices)) == NULL) in i_xvdi_enum_worker() 1871 for (j = 0, ldevices = 0; j < ndevices; j++) { in i_xvdi_enum_worker()
|
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | ZFS.po | 42 …t0d0 ONLINE\n\n\nThis will automatically scan /dev/dsk for any\ndevices part of a pool. …
|