| /src/sys/arch/sun68k/stand/bootxx/ |
| conf.c | 9 int ndevs = 1; variable
|
| /src/sys/arch/sun68k/stand/bootyy/ |
| conf.c | 9 int ndevs = 1; variable
|
| /src/external/bsd/libfido2/dist/examples/ |
| manifest.c | 18 size_t ndevs; local 26 if ((r = fido_dev_info_manifest(devlist, 64, &ndevs)) != FIDO_OK) 29 for (size_t i = 0; i < ndevs; i++) { 39 fido_dev_info_free(&devlist, ndevs);
|
| select.c | 59 select_dev(const fido_dev_info_t *devlist, size_t ndevs, fido_dev_t **dev, 76 printf("%u authenticator(s) detected\n", (unsigned)ndevs); 78 if (ndevs == 0) 81 if ((devtab = calloc(ndevs, sizeof(*devtab))) == NULL) { 86 for (size_t i = 0; i < ndevs; i++) { 103 for (size_t i = 0; i < ndevs; i++) { 127 for (size_t i = 0; i < ndevs; i++) { 169 for (size_t i = 0; i < ndevs; i++) { 189 size_t ndevs; local 197 if ((r = fido_dev_info_manifest(devlist, 64, &ndevs)) != FIDO_OK [all...] |
| /src/sys/arch/mvme68k/stand/bootxx/ |
| conf.c | 12 int ndevs = __arraycount(devsw); variable
|
| /src/sys/arch/sun68k/stand/netboot/ |
| conf.c | 19 int ndevs = 1; variable
|
| /src/sys/arch/sun68k/stand/tapeboot/ |
| conf.c | 15 int ndevs = 1; variable
|
| /src/sys/arch/sun68k/stand/ufsboot/ |
| conf.c | 17 int ndevs = 1; variable
|
| /src/sys/arch/mmeye/stand/boot/ |
| conf.c | 48 int ndevs = __arraycount(devsw); variable
|
| /src/sys/arch/mvme68k/stand/bootsd/ |
| conf.c | 18 int ndevs = __arraycount(devsw); variable
|
| /src/sys/arch/mvme68k/stand/bootst/ |
| conf.c | 15 int ndevs = 1; variable
|
| /src/sys/arch/rs6000/stand/boot/ |
| conf.c | 44 int ndevs = (sizeof (devsw) / sizeof (devsw[0])); variable
|
| /src/sys/arch/hpcmips/stand/lcboot/ |
| devopen.c | 57 for (i = 0; i < ndevs; i++) { 65 for (i = 0; i < ndevs; i++) {
|
| /src/sys/arch/alpha/stand/netboot/ |
| conf.c | 18 int ndevs = 1; variable
|
| /src/sys/arch/evbmips/stand/sbmips/netboot/ |
| conf.c | 18 int ndevs = 1; variable
|
| /src/sys/arch/mvmeppc/stand/boot/ |
| conf.c | 19 int ndevs = sizeof(devsw) / sizeof(devsw[0]); variable
|
| /src/sys/arch/prep/stand/boot/ |
| conf.c | 50 int ndevs = (sizeof (devsw) / sizeof (devsw[0])); variable
|
| /src/sys/arch/sbmips/stand/netboot/ |
| conf.c | 18 int ndevs = 1; variable
|
| /src/sys/arch/sgimips/stand/common/ |
| iris_conf.c | 46 int ndevs = __arraycount(devsw); variable
|
| /src/sys/arch/luna68k/luna68k/ |
| mainbus.c | 77 int i, ndevs; local 82 ndevs = __arraycount(luna_devs); 85 for (i = 0; i < ndevs; i++) {
|
| /src/sbin/devpubd/ |
| devpubd.c | 90 size_t i, ndevs; local 92 for (ndevs = 0, i = 0; device[i] != NULL; i++) { 93 ++ndevs; 98 argv = calloc(3 + ndevs, sizeof(*argv)); 101 for (i = 0; i < ndevs; i++) { 230 size_t ndevs, i; local 234 ndevs = 0; 236 ++ndevs; 238 devs = calloc(ndevs + 1, sizeof(*devs));
|
| /src/sys/arch/evbppc/stand/wii/ |
| conf.c | 44 int ndevs = __arraycount(devsw); variable
|
| /src/sys/arch/hppa/stand/cdboot/ |
| conf.c | 48 int ndevs = NENTS(devsw); variable
|
| /src/sys/arch/i386/stand/pxeboot/ |
| conf.c | 78 int ndevs = sizeof(devsw) / sizeof(devsw[0]); variable
|
| /src/sys/arch/landisk/stand/boot/ |
| conf.c | 49 int ndevs = sizeof(devsw) / sizeof(devsw[0]); variable
|