Searched refs:ndevices (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmc.h129 int ndevices; /* The number of available devices on this dev group */ member in struct:mc_devgrp
H A Dmc-us3.h107 int ndevices; /* The number of available devices on this dev group */ member in struct:dgrp_info
112 /* id = id of dgrp_info * ndevices + device_no */
H A Dmc-us3i.h128 /* id = id of dgrp_info * ndevices + device_no */
138 int ndevices; /* number of physical dimms - always a pair */ member in struct:dgrp_info
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dsysfiles.c76 static int ndevices; /* index into list of Devices files */ variable
135 return (access(Devices[ndevices], R_OK));
141 return (eaccess(Devices[ndevices], R_OK));
174 ndevices = 0;
463 ndevices = 0;
557 ndevices++;
559 ndevices = 0;
561 for (; Devices[ndevices] != NULL; ndevices++)
562 if ((fdevices = fopen(Devices[ndevices], "r
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dsysfiles.c64 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;
555 ndevices++;
557 ndevices = 0;
559 for ( ; Devices[ndevices] != NULL; ndevices++)
560 if ((fdevices = fopen(Devices[ndevices], "r")) != NULL)
727 return(Devices[ndevices]);
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/common/memcfg/
H A Dpiclmemcfg_comm.c504 size = mcdevgrp->size / mcdevgrp->ndevices;
509 for (i = 0; i < mcdevgrp->ndevices; i++) {
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.c167 int ndevices = 0; local
310 ++ndevices;
404 gettext(" %d volumes\n"), ndevices);
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3i.c636 mcdevgrp.ndevices = dgrp->ndevices;
1268 dgrp->ndevices = NDIMMS_PER_DGRP;
H A Dmc-us3.c713 mcdevgrp.ndevices = dgrp->ndevices;
1548 dgrp->ndevices = NDIMMS;
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c1843 unsigned int ndevices; local
1860 &ndevices)) == NULL)
1863 for (j = 0, ldevices = 0; j < ndevices; j++) {

Completed in 88 milliseconds