Searched refs:highest (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/usr.sbin/ppp/
H A Dlink.c99 struct mqueue *queue, *highest; local
103 highest = LINK_HIGHQ(l);
104 for (queue = l->Queue; queue < highest; queue++)
106 m_enqueue(highest, m_dequeue(queue));
112 struct mqueue *queue, *highest; local
114 highest = LINK_HIGHQ(l);
115 for (queue = l->Queue; queue <= highest; queue++)
155 struct mqueue *queue, *highest; local
161 * everything that's not in the highest priority queue, we must be able to
170 highest
[all...]
/freebsd-13-stable/tests/sys/file/
H A Dclosefrom_test.c112 * the highest open file descriptor.
118 int cnt, i, highest; local
123 highest = INT_MIN;
125 if (kif[i].kf_fd > highest)
126 highest = kif[i].kf_fd;
128 return (highest);
167 fail("closefrom", "highest fd %d", fd);
175 fail("open 16", "highest fd %d", fd);
182 fail("closefrom", "highest fd %d", fd);
206 fail("closefrom", "highest f
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dsh.hist.c541 unsigned highest = 0; local
546 hits = highest = sizeof(bins)/sizeof(bins[0]) - 1;
547 if (hits > highest)
548 highest = hits;
553 for (i = 0; i <= highest; i++) {
560 highest = 0;
575 run = highest = sizeof(bins)/sizeof(bins[0]) - 1;
576 if (run > highest)
577 highest = run;
584 for (i = 0; i <= highest;
[all...]
/freebsd-13-stable/sys/i386/i386/
H A Dlocore.s415 movl %eax,cpu_high # highest capability
/freebsd-13-stable/sys/powerpc/include/
H A Dasm.h149 lis reg, var@highest; \
/freebsd-13-stable/stand/i386/pmbr/
H A Dpmbr.S90 movb NHRDRV,%dh # Calculate the highest
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
H A DPPC64.cpp313 // #higher(value), #highera(value), #highest(value), and #highesta(value)
321 static uint16_t highest(uint64_t v) { return v >> 48; } function
934 write16(loc, highest(val));
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dmem.c161 unsigned char * highest; member in struct:isc__mem
589 if (last > ctx->highest)
590 ctx->highest = last;
970 ctx->highest = NULL;
/freebsd-13-stable/contrib/kyua/store/
H A Dschema_v3.sql51 -- this table, the only "valid" row is the one with the highest
H A Dschema_v1.sql51 -- the one with the highest timestamp. All the other rows are meaningless.
H A Dschema_v2.sql51 -- this table, the only "valid" row is the one with the highest
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql246 post-processing. The row with the highest op_depth for a particular
384 always points at a node within the highest op-depth layer at the
479 of each node with the highest (most "current") op_depth. This view
/freebsd-13-stable/contrib/sendmail/src/
H A Dconf.c1397 ** This is required for highest security levels (the kernel
5340 ** highest -- last fd + 1 to close
5347 sm_closefrom(lowest, highest)
5348 int lowest, highest;
5355 for (i = lowest; i < highest; i++)
5387 ** highest -- last fd + 1 to arrange to be closed
5394 sm_close_on_exec(lowest, highest)
5395 int lowest, highest;
5402 for (i = lowest; i < highest; i++)
H A Ddaemon.c326 int highest = -1; local
345 if (Daemons[idx].d_socket > highest)
346 highest = Daemons[idx].d_socket;
355 if (ControlSocket > highest)
356 highest = ControlSocket;
364 t = select(highest + 1, FDSET_CAST &readfds,
H A Dsendmail.h2830 extern void sm_closefrom __P((int lowest, int highest));
2831 extern void sm_close_on_exec __P((int lowest, int highest));
/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c2449 MmAllocateContiguousMemory(size, highest)
2451 uint64_t highest;
2462 MmAllocateContiguousMemorySpecifyCache(size, lowest, highest,
2466 uint64_t highest;
2492 highest, PAGE_SIZE, boundary, memattr);
3800 * will be processed in order from lowest to highest.
3804 * ISRs are given the highest importance so that they'll take
/freebsd-13-stable/sys/powerpc/booke/
H A Dtrap_subr.S718 cmpldi cr0, %r21, VM_MIN_KERNEL_ADDRESS@highest
/freebsd-13-stable/sys/dev/pci/
H A Dpci.c2781 int oldstate, highest, delay; local
2807 highest = (oldstate > state) ? oldstate : state;
2808 if (highest == PCI_POWERSTATE_D3)
2810 else if (highest == PCI_POWERSTATE_D2)
/freebsd-13-stable/sys/tools/
H A Dmakesyscalls.lua1335 -- maxsyscall is the highest seen; MAXSYSCALL should be one higher
/freebsd-13-stable/sys/amd64/amd64/
H A Dpmap.c2204 long start, end, highest, pv_npg; local
2228 highest = -1;
2234 if (highest >= end)
2237 start = highest + 1;
2242 highest = start + (s / sizeof(*pvd)) - 1;
2774 * by setting the highest bit, 11, to 1 (0x800 == PMAP_PCID_USER_PT).
5717 * allocation request specifies the highest possible
/freebsd-13-stable/sys/crypto/openssl/aarch64/
H A Dvpaes-armv8.S818 ## second low, result into third, result into highest.

Completed in 451 milliseconds