Home
last modified time | relevance | path

Searched full:needed (Results 1 – 25 of 6680) sorted by relevance

12345678910>>...268

/freebsd-src/contrib/unbound/sldns/
H A Dwire2str.h98 * @return number of characters needed. Can be larger than slen.
107 * @return number of characters needed. Can be larger than slen.
122 * @param str_len: the size of the string buffer. If more is needed, it'll
139 * returns the number of characters that are needed (except terminating null),
162 * @return number of characters (except null) needed to print.
177 * @return number of characters (except null) needed to print.
192 * @return number of characters (except null) needed to print.
207 * @return number of characters (except null) needed to print.
219 * @return number of characters (except null) needed to print.
237 * @return number of characters (except null) needed to print.
[all …]
H A Dparseutil.h24 * and vice versa. The lookup tables themselves are defined wherever needed,
91 * calculates the size needed to store the result of b64_ntop
101 * calculates the size needed to store the result of sldns_b64_pton
110 * calculates the size needed to store the result of b32_ntop
123 * calculates the size needed to store the result of b32_pton
/freebsd-src/contrib/ntp/sntp/libevent/cmake/
H A DCheckFileOffsetBits.cmake1 # - Check if _FILE_OFFSET_BITS macro needed for large files
35 SET(_FILE_OFFSET_BITS 64 CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed")
38 SET(_FILE_OFFSET_BITS "" CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
/freebsd-src/contrib/libevent/cmake/
H A DCheckFileOffsetBits.cmake1 # - Check if _FILE_OFFSET_BITS macro needed for large files
35 SET(_FILE_OFFSET_BITS 64 CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
36 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - needed")
38 SET(_FILE_OFFSET_BITS "" CACHE INTERNAL "_FILE_OFFSET_BITS macro needed for large files")
39 MESSAGE(STATUS "Cheking _FILE_OFFSET_BITS for large files - not needed")
/freebsd-src/crypto/openssl/crypto/property/
H A Dproperty_parse.c605 static void put_char(char ch, char **buf, size_t *remain, size_t *needed) in put_char() argument
608 ++*needed; in put_char()
616 ++*needed; in put_char()
620 static void put_str(const char *str, char **buf, size_t *remain, size_t *needed) in put_str() argument
627 *needed += len; in put_str()
646 *needed += 2 * quotes; in put_str()
651 put_char(quote, buf, remain, needed); in put_str()
663 put_char(quote, buf, remain, needed); in put_str()
672 static void put_num(int64_t val, char **buf, size_t *remain, size_t *needed) in put_num() argument
683 *needed += len; in put_num()
[all …]
/freebsd-src/sys/dev/virtio/
H A Dvirtqueue.c528 int needed; in virtqueue_enqueue() local
531 needed = readable + writable; in virtqueue_enqueue()
534 VQASSERT(vq, needed == sg->sg_nseg, in virtqueue_enqueue()
535 "segment count mismatch, %d, %d", needed, sg->sg_nseg); in virtqueue_enqueue()
537 needed <= vq->vq_nentries || needed <= vq->vq_max_indirect_size, in virtqueue_enqueue()
538 "too many segments to enqueue: %d, %d/%d", needed, in virtqueue_enqueue()
541 if (needed < 1) in virtqueue_enqueue()
546 if (vq_ring_use_indirect(vq, needed)) { in virtqueue_enqueue()
549 } else if (vq->vq_free_cnt < needed) in virtqueue_enqueue()
706 int i, needed; vq_ring_enqueue_segments() local
736 vq_ring_use_indirect(struct virtqueue * vq,int needed) vq_ring_use_indirect() argument
757 int needed; vq_ring_enqueue_indirect() local
[all...]
/freebsd-src/contrib/llvm-project/libcxx/src/include/
H A Dconfig_elast.h27 // No _LIBCPP_ELAST needed on NuttX
29 // No _LIBCPP_ELAST needed on Fuchsia
31 // No _LIBCPP_ELAST needed on WASI
33 // No _LIBCPP_ELAST needed on Emscripten
37 // No _LIBCPP_ELAST needed on Apple
/freebsd-src/sys/dev/ixl/
H A Di40e_lan_hmc.h44 * The sizes of the variables may be larger than needed due to crossing byte
51 u16 cpuid; /* bigger than needed, see above for reason */
55 u16 dbuff; /* bigger than needed, see above for reason */
57 u16 hbuff; /* bigger than needed, see above for reason */
66 u32 rxmax; /* bigger than needed, see above for reason */
71 u16 lrxqthresh; /* bigger than needed, see above for reason */
77 * The sizes of the variables may be larger than needed due to crossing byte
/freebsd-src/contrib/ntp/sntp/m4/
H A Dntp_openssl.m410 dnl In the past, use of crypto would be silently disabled if the needed
23 dnl CFLAGS_NTP OpenSSL-specific flags added as needed, and
27 dnl CPPFLAGS_NTP OpenSSL -Iincludedir flags added as needed.
28 dnl LDADD_NTP OpenSSL -L and -l flags added as needed.
29 dnl LDFLAGS_NTP OpenSSL runpath flags as needed.
221 ntp_ssl_incdir='not needed'
230 ntp_ssl_libdir='not needed'
304 [ntp_ssl_libdir='not needed']
321 'not needed') ;;
357 'yes:not needed' | no:)
[all …]
/freebsd-src/sbin/ipf/ipsend/
H A D44arp.c61 size_t needed; in arp() local
86 if (sysctl(mib, 6, NULL, &needed, NULL, 0) == -1) in arp()
91 if ((buf = malloc(needed)) == NULL) in arp()
96 if (sysctl(mib, 6, buf, &needed, NULL, 0) == -1) in arp()
101 lim = buf + needed; in arp()
/freebsd-src/contrib/ofed/opensm/include/opensm/
H A Dosm_madw.h123 * The MAD Wrapper object encapsulates the information needed by the
143 * Context needed by recipient of NodeInfo attribute.
175 * Context needed by recipient of PortInfo attribute.
194 * Context needed by recipient of GUIDInfo attribute.
211 * Context needed by recipient of NodeDescription attribute.
225 * Context needed by recipient of SwitchInfo attribute.
242 * Context needed by recipient of LinearForwardingTable attribute.
257 * Context needed by recipient of MulticastForwardingTable attribute.
272 * Context needed by recipient of SMInfo attribute.
288 * Context needed by recipient of P_Key attribute.
[all …]
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8916-pm8916.dtsi75 regulator-always-on; /* Needed for L2 */
81 regulator-always-on; /* Needed for L5/L7 */
98 regulator-always-on; /* Needed for LPDDR RAM */
108 regulator-always-on; /* Needed for most digital I/O */
119 regulator-always-on; /* Needed for CPU PLL */
H A Dmsm8939-pm8916.dtsi54 regulator-always-on; /* Needed for L2 */
59 regulator-always-on; /* Needed for L5/L7 */
76 regulator-always-on; /* Needed for LPDDR RAM */
86 regulator-always-on; /* Needed for most digital I/O */
97 regulator-always-on; /* Needed for CPU PLL */
/freebsd-src/lib/libc/net/
H A Dgetifmaddrs.c57 size_t needed; in getifmaddrs() local
76 if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0) in getifmaddrs()
78 if ((buf = malloc(needed)) == NULL) in getifmaddrs()
80 if (sysctl(mib, 6, buf, &needed, NULL, 0) < 0) { in getifmaddrs()
90 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) { in getifmaddrs()
126 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) { in getifmaddrs()
/freebsd-src/contrib/unbound/util/
H A Dlog.h69 * It has printf formatted arguments. No trailing newline is needed.
152 * Pass printf formatted arguments. No trailing newline is needed.
159 * Pass printf formatted arguments. No trailing newline is needed.
166 * Pass printf formatted arguments. No trailing newline is needed.
182 * Pass printf formatted arguments. No trailing newline is needed.
189 * Pass printf formatted arguments. No trailing newline is needed.
205 * Pass printf formatted arguments. No trailing newline is needed.
/freebsd-src/usr.sbin/ppp/
H A Droute.c212 size_t needed; in Index2Nam() local
231 if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0) { in Index2Nam()
236 if ((buf = malloc(needed)) == NULL) in Index2Nam()
238 if (sysctl(mib, 6, buf, &needed, NULL, 0) < 0) { in Index2Nam()
242 end = buf + needed; in Index2Nam()
332 size_t needed; in route_Show() local
341 if (sysctl(mib, 6, NULL, &needed, NULL, 0) < 0) { in route_Show()
345 sp = malloc(needed); in route_Show()
348 if (sysctl(mib, 6, sp, &needed, NULL, 0) < 0) { in route_Show()
353 ep = sp + needed; in route_Show()
[all …]
/freebsd-src/tools/build/mk/
H A DMakefile.boot36 # This is needed for code that compiles for pre-C11 C standards
44 # TODO: only needed for uuencode and uudecode
50 # Needed for sem_init, etc. on Linux (used by usr.bin/sort)
53 # Needed for fts_open, etc. on musl (used by usr.bin/grep)
65 # to get libarchive (needed for elftoolchain)
/freebsd-src/sys/contrib/device-tree/Bindings/pci/
H A Dralink,rt3883-pci.txt12 - #address-cells: specifies the number of cells needed to encode an
37 - #address-cells: specifies the number of cells needed to encode an
41 - #interrupt-cells: specifies the number of cells needed to encode an
52 - #address-cells: specifies the number of cells needed to encode an
58 - #interrupt-cells: specifies the number of cells needed to encode an
H A Drockchip-pcie-host.txt6 - #interrupt-cells: specifies the number of cells needed to encode an
39 - #interrupt-cells: specifies the number of cells needed to encode an
56 - aspm-no-l0s: RC won't support ASPM L0s. This property is needed if
74 - #address-cells: specifies the number of cells needed to encode an
76 - #interrupt-cells: specifies the number of cells needed to encode an
/freebsd-src/usr.bin/ldd/
H A Dldd.116 utility displays all shared objects that are needed to run the given program or
22 dependencies that are the result of needed shared objects which themselves
46 option displays the list of all objects that are needed by each loaded
/freebsd-src/share/man/man9/
H A Dscheduler.9123 needed, and
134 if needed.
159 to force a reschedule of each thread in the group if needed.
232 if needed, and the swapper process is woken up and told to swap the process in
263 priority to trigger a reschedule if needed.
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp227 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
236 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
246 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
275 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
285 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
301 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
313 return TaintedSymbols; // return early if needed in getTaintedSymbolsImpl()
322 return TaintedSymbols; // return early if needed
/freebsd-src/contrib/wpa/wpa_supplicant/
H A DREADME-Windows.txt55 WinPcap development package is needed for the build and this can be
82 needed) for it. Alternative, you can copy files from
84 files needed).
90 wpa_supplicant can be built for cygwin by installing the needed
94 http://winpcap.polito.it/install/default.htm is needed.
138 will be needed when starting wpa_supplicant. Alternatively, the
166 needed). It can be left out if debugging information is not needed.
/freebsd-src/crypto/openssh/
H A Dplatform-pledge.c30 * Drop any fine-grained privileges that are not needed for post-startup
48 * Drop any fine-grained privileges that are not needed for post-startup
60 * Drop any fine-grained privileges that are not needed for the post-startup
/freebsd-src/contrib/wpa/hostapd/
H A Dandroid.config84 # EAP-PSK for the integrated EAP server (this is _not_ needed for WPA-PSK)
97 # functionality needed for EAP-FAST. If EAP-FAST is enabled with OpenSSL,
99 # to add the needed functions.
136 # code is not needed.
214 # functionality needed to use WEP is available in the current hostapd

12345678910>>...268