Searched refs:available (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.cpp156 int64_t available; local
157 std::size_t available_length = sizeof(available);
158 if (::sysctlbyname(sysctl_variable, &available, &available_length,
164 if (available < needed) {
166 ", available " + atf::text::to_string(available);
/bind-9.6-ESV-R11/lib/isc/
H A Dbuffer.c111 * Make 'r' refer to the available region of 'b'.
430 unsigned int available; local
439 available = isc_buffer_availablelength(b);
440 if (r->length > available)
/bind-9.6-ESV-R11/contrib/queryperf/
H A Dqueryperf.c1709 * Is there data available on the given file descriptor?
1719 int available = FALSE; local
1745 available = TRUE;
1749 available = TRUE;
1753 return (available);
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf78 // recommended, but it is available
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c128 * available file descriptors (up to FD_SETSIZE) and the select() function
1262 * the RECV constructor, which will use the available region of the buffer
1278 isc_region_t available; local
1345 isc_buffer_availableregion(buffer, &available);
1347 if (available.length > 0) {
1348 iov[iovcount].iov_base = (void *)(available.base);
1349 iov[iovcount].iov_len = available.length;
1350 read_count += available.length;
2266 "No buffer available to receive "
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess509 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
H A Dconfigure3048 { echo "configure: error: iconv function not available" 1>&2; exit 1; }
/bind-9.6-ESV-R11/
H A Dconfig.guess247 # According to Compaq, /usr/sbin/psrinfo has been available on
576 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
H A Dconfigure1587 --enable-kqueue use BSD kqueue when available [default=yes]
1588 --enable-epoll use Linux epoll when available [default=auto]
1589 --enable-devpoll use /dev/poll when available [default=yes]
6111 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
11284 It is available from http://www.isc.org as a separate download." "$LINENO" 5
11573 # Use Sun's cc if it is available, but watch
12160 # OSF 5.0: recv/send are only available with -D_POSIX_PII_SOCKET or
21354 # Save a `func_append' function call even when '+=' is not available
21402 # need to make the FD available again.
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dconfig.guess230 # According to Compaq, /usr/sbin/psrinfo has been available on
556 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
/bind-9.6-ESV-R11/lib/dns/
H A Ddispatch.c115 * available ports, i.e., an ordered array of the actual port numbers.
126 in_port_t *v4ports; /*%< available ports for IPv4 */
127 unsigned int nv4ports; /*%< # of available ports for IPv4 */
128 in_port_t *v6ports; /*%< available ports for IPv4 */
129 unsigned int nv6ports; /*%< # of available ports for IPv4 */
2172 isc_boolean_t available = ISC_FALSE; local
2196 available = ISC_TRUE;
2200 return (available);
2216 * Don't match wildcard ports unless the port is available in the
2767 "an available por
[all...]

Completed in 103 milliseconds