HomeSort by: relevance | last modified time | path
    Searched refs:ncmds (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/checknr/
checknr.c 199 static int ncmds; /* size of knowncmds */ variable
224 while (knowncmds[ncmds])
225 ncmds++;
572 if (ncmds >= MAXCMDS) {
602 src = &knowncmds[ncmds-1];
608 ncmds++;
612 knowncmds[slot+2], ncmds);
628 top = ncmds-1;
  /src/tests/lib/libcurses/slave/
commands.c 56 for (i = 0; i < ncmds; i++) {
command_table.h 431 size_t ncmds = sizeof(commands) / sizeof(struct command_def); variable
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_vm.c 925 unsigned nptes, ncmds, ndw; local
978 ncmds = (nptes >> min(radeon_vm_block_size, 11)) + 1;
986 ndw += ncmds * 7;
990 ndw += ncmds * 4;
997 ndw += ncmds * 10;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_procmaps_mac.cc 299 data_.current_load_cmd_count = hdr->ncmds;
sanitizer_common_interceptors.inc 8002 INTERCEPTOR(int, cap_ioctls_limit, int fd, const uptr *cmds, SIZE_T ncmds) {
8004 COMMON_INTERCEPTOR_ENTER(ctx, cap_ioctls_limit, fd, cmds, ncmds);
8006 COMMON_INTERCEPTOR_READ_RANGE(ctx, cmds, sizeof(*cmds) * ncmds);
8008 return REAL(cap_ioctls_limit)(fd, cmds, ncmds);
  /src/sys/dev/hyperv/
vmbus.c 2060 int bodylen = 0, ncmds = 0, pfn = 0; local
2101 ncmds = howmany(left, VMBUS_NPFNBODY);
2102 bodylen = ncmds * VMBUS_MSG_DSIZE_MAX;
2123 for (i = 0; i < ncmds; i++) {
2139 for (i = 0; i < ncmds; i++) {
2144 if (i == ncmds - 1)
2152 "with %d\n", device_xname(sc->sc_dev), i, ncmds,

Completed in 37 milliseconds