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

1234

/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A DMakefile64 echo "$$x bytes available"; test $$x -ge 0
/freebsd-9.3-release/sys/boot/ofw/libofw/
H A Dofw_memory.c122 cell_t available[4]; local
130 OF_getprop(memoryp, "available", available, sizeof(available));
132 heap_base = OF_claim((void *)available[acells-1], size,
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c41 #define SWAP_SIZE(available) MIN(available/20, 4*1024*1024*1024LL)
291 intmax_t swapsize, available; local
305 available = gpart_max_free(gp, NULL)*pp->lg_sectorsize;
306 if (interactive && available < MIN_FREE_SPACE) {
308 humanize_number(availablestr, 7, available, "B", HN_AUTOSCALE,
326 swapsize = SWAP_SIZE(available);
329 humanize_number(rootsizestr, 7, available - swapsize - 1024*1024,
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dtest_crypto.in47 if ${hxtool} info | grep 'rand: not available' > /dev/null ; then
148 ${hxtool} crypto-available \
155 ${hxtool} crypto-available \
162 ${hxtool} crypto-available \
/freebsd-9.3-release/crypto/openssh/
H A Droaming_common.c202 size_t available, needed; local
205 available = out_last - out_start;
207 available = out_buf_size;
211 if (needed > available)
/freebsd-9.3-release/sbin/atm/atmconfig/
H A Datmconfig.help51 prints a list of available commands (and help items)
61 available:
68 ^^ help commands show available commands
69 The following commands are available:
/freebsd-9.3-release/sys/xdr/
H A Dxdr_mbuf.c282 size_t available; local
288 available = M_TRAILINGSPACE(m) + (m->m_len - xdrs->x_handy);
290 available = m->m_len - xdrs->x_handy;
293 if (available >= len) {
/freebsd-9.3-release/contrib/libc++/src/
H A Dstring.cpp363 size_type available = s.size(); local
366 int status = sprintf_like(&s[0], available + 1, fmt, a);
370 if ( used <= available )
375 available = used; // Assume this is advice of how much space we need.
378 available = available * 2 + 1;
379 s.resize(available);
/freebsd-9.3-release/sbin/newfs/
H A Dnewfs.c422 intmax_t available; local
424 available = disksize - reserved;
425 if (available <= 0)
429 *fsz = available;
430 else if (*fsz > available)
432 s, available);
/freebsd-9.3-release/sys/boot/common/
H A Dhelp.common13 Some commands may not be available. Use the '?' command to list
14 most available commands.
17 # T? DList available commands
21 Lists all available commands.
250 Selects the default device. See lsdev for available devices.
330 Limits the amount of physical memory space available to
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp12 // Some X86 SSE instructions like mov, and, or, xor are available in different
49 /// keep track of the fact that the register is now available in multiple
56 // Bitmask of available domains. For an open DomainValue, it is the still
58 // domains where the register is available for free.
70 // track of the domains where the registers are already available.
73 // Is domain available?
78 // Mark domain as available.
83 // Restrict to a single domain available.
88 // Return bitmask of domains that are available and in mask.
93 // First domain available
605 unsigned available = mask; local
[all...]
/freebsd-9.3-release/usr.sbin/pkg_install/
H A Dtkpkg46 button .menu.available -text "What can I install?" \
57 .menu.available left \
74 # display the list of available packages
108 -text "You can install, deinstall and list info on the available packages. To select a package and see its complete description, press mouse button 1 over the package name. To install a selected package, press the Install button. To exit, press the \"Quit\" button."
/freebsd-9.3-release/contrib/gdb/
H A Ddjunpack.bat42 echo FAIL: Sed is not available.
45 echo FAIL: DJTAR is not available or no fnchange.lst file in %1.
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_lcl.h53 * The licence and distribution terms for any publically available version or
127 # error No message digest algorithm available
/freebsd-9.3-release/sys/kern/
H A Dkern_rctl.c225 int64_t available = INT64_MAX; local
233 available = rule->rr_amount -
237 available = rule->rr_amount -
241 available = rule->rr_amount -
245 available = rule->rr_amount -
254 return (available);
265 int64_t available; local
269 available = rctl_available_resource(p, rule);
270 if (available >= amount)
284 int64_t available, minavailabl local
486 int64_t available, minavailable, allocated; local
[all...]
/freebsd-9.3-release/contrib/bind9/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)
/freebsd-9.3-release/contrib/ntp/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)
/freebsd-9.3-release/lib/bind/
H A Dconfig.mk35 # Enable IPv6 support if available
40 # Enable crypto if available
/freebsd-9.3-release/sys/boot/i386/boot2/
H A Dsio.S72 sio_getc: call sio_ischar # Character available?
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h185 #error Neither pthread_condattr_setclock nor pthread_cond_timedwait_relative_np is available.
/freebsd-9.3-release/tools/tools/sysdoc/
H A Dsysdoc.sh142 .Nd "list of available syctls based on kernel configuration"
159 Many variables may only be available if specific kernel
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_bio.c60 * library with I/O interfaces for which no specific BIO method is available.
263 * non-copying interface: provide pointer to available data in buffer
264 * bio_nread0: return number of available bytes
295 /* avoid code duplication -- nothing available for reading */
313 ssize_t num, available; local
320 available = bio_nread0(bio, buf);
321 if (num > available)
322 num = available;
413 * bio_nwrite0: check how much space is available
568 * to see if any data is available
[all...]
/freebsd-9.3-release/tools/regression/zfs/zpool/create/
H A Doption-o.t18 expect_fl ${ZPOOL} create -o available=96M ${name0} ${disk0}
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk104 # only has the libary name available, so stick to that.
186 # since the value of SRC_libfoo must be available at the time .PATH:
192 # and we defer the .PATH: until now so that SRC_libfoo will be available.
/freebsd-9.3-release/crypto/openssh/contrib/
H A Dssh-copy-id48 If you have a more recent shell available, that supports \$(...) etc.

Completed in 145 milliseconds

1234