/freebsd/tests/sys/file/ |
H A D | closefrom_test.c | 110 * the highest open file descriptor. 116 int cnt, i, highest; in highest_fd() local 121 highest = INT_MIN; in highest_fd() 123 if (kif[i].kf_fd > highest) in highest_fd() 124 highest = kif[i].kf_fd; in highest_fd() 126 return (highest); in highest_fd() 165 fail("closefrom", "highest fd %d", fd); in main() 173 fail("open 16", "highest fd %d", fd); in main() 180 fail("closefrom", "highest fd %d", fd); in main() 204 fail("closefrom", "highest fd %d", fd); in main() [all …]
|
/freebsd/usr.bin/w/ |
H A D | proc_compare.c | 46 * with the highest cpu utilization is picked (p_estcpu). Ties are 47 * broken by picking the highest pid. 50 * 4) Further ties are broken by picking the highest pid. 80 * tie - favor one with highest recent cpu utilization in proc_compare() 86 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare() 97 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare() 113 return (p2->ki_pid > p1->ki_pid); /* tie - return highest pid */ in proc_compare()
|
/freebsd/usr.sbin/ppp/ |
H A D | link.c | 97 struct mqueue *queue, *highest; in link_SequenceQueue() local 101 highest = LINK_HIGHQ(l); in link_SequenceQueue() 102 for (queue = l->Queue; queue < highest; queue++) in link_SequenceQueue() 104 m_enqueue(highest, m_dequeue(queue)); in link_SequenceQueue() 110 struct mqueue *queue, *highest; in link_DeleteQueue() local 112 highest = LINK_HIGHQ(l); in link_DeleteQueue() 113 for (queue = l->Queue; queue <= highest; queue++) in link_DeleteQueue() 153 struct mqueue *queue, *highest; in link_PendingLowPriorityData() local 159 * everything that's not in the highest priority queue, we must be able to in link_PendingLowPriorityData() 168 highest = LINK_HIGHQ(l); in link_PendingLowPriorityData() [all …]
|
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/ |
H A D | xz_lzma2.h | 154 * The highest two bits of a 32-bit match distance are encoded using six bits. 162 * the highest two bits (distance slot) are always encoded using six bits, 172 * - distance slot: the highest two bits 173 * - direct bits: 2-26 bits below the highest two bits 187 * For match distances greater than 127, only the highest two bits and the
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_min_proto_version.pod | 35 versions down to the lowest version, or up to the highest version 39 automatically use the lowest or highest version supported by the library. 49 lowest or highest protocol, respectively.
|
/freebsd/sys/kern/ |
H A D | tty_info.c | 74 * with the highest cpu utilization is picked (p_estcpu). Ties are 75 * broken by picking the highest pid. 78 * 4) Further ties are broken by picking the highest pid. 143 * favor one with highest recent cpu utilization in thread_compare() 197 * favor one with highest recent cpu utilization in proc_compare() 215 return (p2->p_pid > p1->p_pid); /* tie - return highest pid */ in proc_compare()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | SectionPriorities.h | 54 // Each section gets assigned the priority of the highest-priority symbol it 59 // The symbol with the highest priority should be ordered first in the output 61 // (highest first) instead of order (lowest first) has the convenient property
|
/freebsd/sys/contrib/xen/ |
H A D | hypfs.h | 35 /* Highest version number of the hypfs interface currently defined. */ 73 * Read highest interface version supported by the hypervisor. 78 * >0: highest supported interface version
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-spi-byte.txt | 6 highest) 9 The value for lowest and highest brightness is dependent on the device and
|
/freebsd/sys/dev/tws/ |
H A D | tws_user.h | 66 u_int16_t driver_srl_high;/* highest driver supported srl */ 67 u_int16_t driver_branch_high;/* highest driver supported branch */ 68 u_int16_t driver_build_high;/* highest driver supported build */
|
/freebsd/sys/netpfil/ipfw/ |
H A D | dn_sched_prio.c | 104 * Packets are dequeued only from the highest priority queue. 106 * the array index (-1) which contains the pointer to the highest priority 112 * NOTE: highest priority is 0, lowest is sched->max_prio_q 127 /* Take the highest priority queue in the scheduler */ in prio_dequeue()
|
/freebsd/sys/contrib/edk2/Include/Library/ |
H A D | BaseMemoryLib.h | 227 address to the highest address for an 8-bit value that matches Value. If a match is found, 254 address to the highest address for a 16-bit value that matches Value. If a match is found, 283 address to the highest address for a 32-bit value that matches Value. If a match is found, 312 address to the highest address for a 64-bit value that matches Value. If a match is found, 341 address to the highest address for a UINTN sized value that matches Value. If a match is found, 415 the lowest address to the highest address at 128-bit increments for the 128-bit
|
/freebsd/lib/librpcsec_gss/ |
H A D | rpc_gss_get_versions.3 | 38 Return the highest and lowest supported versions of the RPCSEC_GSS protocol. 44 is set to the highest supported protocol version
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderIncludes.cpp | 319 // - Ensure that CategoryEndOffset[Highest] is always populated. in HeaderIncludes() 321 // that is set, up to CategoryEndOffset[Highest]. in HeaderIncludes() 322 auto Highest = Priorities.begin(); in HeaderIncludes() local 323 if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) { in HeaderIncludes() 325 CategoryEndOffsets[*Highest] = FirstIncludeOffset; in HeaderIncludes() 327 CategoryEndOffsets[*Highest] = MinInsertOffset; in HeaderIncludes() 329 // By this point, CategoryEndOffset[Highest] is always set appropriately: in HeaderIncludes()
|
/freebsd/lib/libsys/ |
H A D | mq_receive.2 | 66 system call receives oldest of the highest priority message(s) from the 97 Scheduling option is supported, then the thread of highest priority that 111 system call will receive the oldest of the highest priority messages from the
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | SSL_CTX_set_min_proto_version.3 | 170 versions down to the lowest version, or up to the highest version 174 automatically use the lowest or highest version supported by the library. 183 lowest or highest protocol, respectively.
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | zil_impl.h | 120 uint64_t lwb_max_txg; /* highest txg in this lwb */ 213 uint64_t zl_parse_blk_seq; /* highest blk seq on last parse */ 214 uint64_t zl_parse_lr_seq; /* highest lr seq on last parse */ 232 uint64_t zl_dirty_max_txg; /* highest txg used to dirty zilog */
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | sysmacros.h | 244 * Return TRUE if they have the same highest bit set. 293 * Find highest one bit set. 294 * Returns bit number + 1 of highest bit that is set, otherwise returns 0. 332 * Find highest one bit set. 333 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_div_impl.inc | 120 // Let b_hw be an infinitely precise number obtained from the highest (HW-1) 152 // HW is at least 32. Shifting into the highest bits if needed. 186 // expected to be strictly positive because b_UQ1_hw has its highest bit set 191 // obtaining an UQ1.(HW-1) number and proving its highest bit could be 280 - REP_C(2); // 1 to account for the highest bit of corr_UQ1 can be 1 347 // Highest bit is 0, so just reinterpret quotient_UQ1 as UQ1.SB, 353 // Highest bit is 1 (the UQ1.(SB+1) value is in [1, 2)), convert it
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_util.c | 118 * Find highest one bit set. 119 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | nl80211_copy.h | 1326 * @NL80211_CMD_MAX: highest used command number 2830 * @NL80211_ATTR_MAX: highest attribute number currently defined 3459 * @NL80211_IFTYPE_MAX: highest interface type number currently defined 3507 * @NL80211_STA_FLAG_MAX: highest station flag number currently defined 3666 * @NL80211_RATE_INFO_MAX: highest rate_info number currently defined 3753 * @NL80211_STA_BSS_PARAM_MAX: highest sta_bss_param number currently defined 3850 * @NL80211_STA_INFO_MAX: highest possible station info attribute 3920 * @NL80211_TID_STATS_MAX: highest numbered attribute here 3953 * @NL80211_TXQ_STATS_MAX: highest numbered attribute here 4008 * @NL80211_MPATH_INFO_MAX: highest mesh path information attribute number [all …]
|
/freebsd/share/man/man9/ |
H A D | DEVICE_PROBE.9 | 53 to zero with the highest value representing the best match. 81 zero: zero indicates highest priority, no further probing is done;
|
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
H A D | sysmacros.h | 299 * Return TRUE if they have the same highest bit set. 388 * Find highest one bit set. 389 * Returns bit number + 1 of highest bit that is set, otherwise returns 0. 427 * Find highest one bit set. 428 * Returns bit number + 1 of highest bit that is set, otherwise returns 0.
|
/freebsd/sys/sys/ |
H A D | turnstile.h | 49 * highest priority blocked thread while turnstile_broadcast() marks all 68 * The highest priority thread blocked on a specified queue of a
|
/freebsd/share/man/man4/ |
H A D | snd_uaudio.4 | 65 "Best" means the configuration with the most channels and highest quality in 102 If set to 0, the device's highest supported sample rate will be used.
|