HomeSort by: relevance | last modified time | path
    Searched defs:nfound (Results 1 - 23 of 23) sorted by relevancy

  /src/sys/arch/arm/arm/
disksubr_mbr.c 120 int nfound = 0; local
162 nfound++;
189 if (nfound > 0) {
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_hid.c 178 size_t ndevs, nfound; local
193 fido_dev_info_manifest(devlist, ndevs, &nfound) != FIDO_OK)
195 for (size_t i = 0; i < nfound; i++) {
fuzz_pcsc.c 156 size_t ndevs, nfound; local
161 r = fido_pcsc_manifest(NULL, 0, &nfound);
162 assert(r == FIDO_OK && nfound == 0);
163 r = fido_pcsc_manifest(NULL, 1, &nfound);
168 fido_pcsc_manifest(devlist, ndevs, &nfound) != FIDO_OK)
171 for (size_t i = 0; i < nfound; i++) {
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 147 int nfound;
428 nfound = poll(set, 1, timeout);
429 if (nfound < 0) {
435 if (nfound == 0) {
146 int nfound; local
  /src/external/bsd/libfido2/dist/src/
u2f.c 818 size_t nfound = 0; local
835 &fa->allow_list.ptr[i], fa, nfound, ms))) {
840 nfound++;
852 fa->stmt_len = nfound;
854 if (nfound == 0)
  /src/usr.sbin/bootp/bootpd/
bootpd.c 184 int nfound;
488 nfound = poll(set, 1, timeout);
489 if (nfound < 0) {
507 if (nfound == 0) {
181 int nfound; local
  /src/common/lib/libc/gen/
radixtree.c 816 unsigned int nfound; local
836 nfound = 0;
858 results[nfound] = entry_ptr(*vpp);
859 nfound++;
860 if (nfound == maxresults) {
861 return nfound;
864 return nfound;
885 return nfound;
913 return nfound;
1578 unsigned int nfound; local
1600 unsigned int nfound; local
1625 unsigned int nfound; local
1648 unsigned int nfound; local
1679 unsigned int nfound; local
1711 unsigned int nfound; local
    [all...]
  /src/sys/kern/
kern_lwp.c 598 int nfound; local
628 nfound = 0;
668 nfound += exiting;
685 nfound++;
688 nfound++;
713 if (nfound == 0) {
kern_sig.c 796 int nfound; local
801 nfound = 0;
816 nfound++;
837 nfound++;
846 return nfound ? 0 : SET_ERROR(ESRCH);
  /src/external/gpl2/gmake/dist/glob/
glob.c 1228 size_t nfound;
1270 nfound = 0;
1284 nfound = 1;
1298 nfound = 0;
1309 nfound = 0;
1351 ++nfound;
1358 if (nfound == 0 && (flags & GLOB_NOCHECK))
1361 nfound = 1;
1375 if (nfound != 0)
1381 nfound + 1)
1227 size_t nfound; local
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
glob.c 1074 size_t nfound;
1085 nfound = 0;
1107 nfound = 0;
1121 nfound = 1;
1135 nfound = 0;
1146 nfound = 0;
1226 ++nfound;
1234 if (nfound == 0 && (flags & GLOB_NOCHECK))
1237 nfound = 1;
1246 if (nfound != 0
1073 size_t nfound; local
    [all...]
  /src/sys/arch/atari/dev/
fd.c 323 int i, nfound, first_found; local
325 nfound = first_found = 0;
340 if (nfound == 0)
342 nfound++;
347 if (nfound != 0) {
  /src/sys/miscfs/genfs/
genfs_io.c 228 int nfound; local
239 nfound = uvn_findpages(uobj, origoffset, &npages,
244 if (nfound == 0) {
  /src/usr.sbin/tprof/
tprof_top.c 1006 int nfound; local
1013 nfound = select(devfd + 1, &r, NULL, NULL, NULL);
1014 if (nfound == -1) {
  /src/crypto/external/bsd/openssh/dist/
ssh-pkcs11.c 200 CK_ULONG nfound = 0; local
210 if ((rv = f->C_FindObjects(session, obj, 1, &nfound)) != CKR_OK ||
211 nfound != 1) {
212 debug("C_FindObjects failed (nfound %lu nattr %lu): %lu",
213 nfound, nattr, rv);
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 320 int nfound; local
576 nfound = poll(rdfdes, (unsigned int)nbsock, timeout.tv_sec * 1000);
579 nfound = select(maxfd, &rdfdes, NULL, NULL,
582 if (nfound > 0)
584 else if (nfound == SOCKET_ERROR)
602 "poll(): nfound = %d, error: %m",
604 "select(): nfound = %d, error: %m",
606 nfound);
  /src/external/gpl3/gdb/dist/gnulib/import/
glob.c 1297 size_t nfound = 0;
1445 ++nfound;
1446 if (SIZE_MAX - pglob->gl_offs <= nfound)
1453 if (nfound == 0 && (flags & GLOB_NOCHECK))
1456 nfound = 1;
1464 if (nfound != 0)
1470 < pglob->gl_offs + nfound + 1)
1475 (pglob->gl_pathc + pglob->gl_offs + nfound + 1)
1296 size_t nfound = 0; local
  /src/external/gpl3/gdb.old/dist/gnulib/import/
glob.c 1297 size_t nfound = 0;
1445 ++nfound;
1446 if (SIZE_MAX - pglob->gl_offs <= nfound)
1453 if (nfound == 0 && (flags & GLOB_NOCHECK))
1456 nfound = 1;
1464 if (nfound != 0)
1470 < pglob->gl_offs + nfound + 1)
1475 (pglob->gl_pathc + pglob->gl_offs + nfound + 1)
1296 size_t nfound = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.c 41 int *nfound);
2091 found in nfound. */
2095 int ignore_help_classes, int *nfound)
2100 *nfound = 0;
2106 (*nfound)++;
2109 *nfound = 1;
2185 int len, nfound;
2210 nfound = 0;
2211 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
2214 if (nfound == 0
2183 int len, nfound; local
2595 int nfound = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.c 42 int *nfound);
2170 found in nfound. */
2174 int ignore_help_classes, int *nfound)
2179 *nfound = 0;
2185 (*nfound)++;
2188 *nfound = 1;
2264 int len, nfound;
2289 nfound = 0;
2290 found = find_cmd (command, len, clist, ignore_help_classes, &nfound);
2293 if (nfound == 0
2262 int len, nfound; local
2674 int nfound = 0; local
    [all...]
  /src/usr.sbin/sysinst/
util.c 85 int nfound; member in struct:tarstats
1043 tarstats.nfound++;
1448 oldfound = tarstats.nfound;
1492 tarstats.nfound = oldfound;
1509 tarstats.nfound, tarstats.nsuccess, tarstats.nerror);
  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 3663 int nfound; local
3684 nfound = select(maxactivefd + 1, &rdfdes, NULL,
3692 nfound = select(maxactivefd + 1,
3697 if (nfound < 0 && sanitize_fdset(errno)) {
3702 nfound = select(maxactivefd + 1,
3707 if (nfound > 0) {
3713 } else if (nfound == -1 && errno != EINTR) {
3718 msyslog(LOG_DEBUG, "select(): nfound=%d, error: %m", nfound);
3720 DPRINTF(3, ("select() returned %d: %m\n", nfound));
    [all...]
  /src/external/bsd/tmux/dist/
window-copy.c 4104 u_int px, py, nfound = 0, width; local
4169 nfound++;
4198 if (nfound > 1000)
4200 else if (nfound > 100)
4202 else if (nfound > 10)
4208 data->searchcount = nfound;

Completed in 88 milliseconds