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

12345

/freebsd-10.0-release/contrib/unbound/util/
H A Dregional.h73 /** number of bytes available in the current chunk. */
74 size_t available; member in struct:regional
H A Dregional.c77 r->available = r->first_size - a;
135 if(a > r->available) {
141 r->available = REGIONAL_CHUNK_SIZE - ALIGNMENT;
144 r->available -= a;
/freebsd-10.0-release/sys/boot/i386/zfsboot/
H A DMakefile62 echo "$$x bytes available"; test $$x -ge 0
/freebsd-10.0-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-10.0-release/sys/xen/interface/
H A Dmem_event.h63 uint16_t available:12; member in struct:mem_event_st
/freebsd-10.0-release/contrib/apr/file_io/unix/
H A Dflock.c79 #error No file locking mechanism is available.
116 #error No file locking mechanism is available.
/freebsd-10.0-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-10.0-release/contrib/atf/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);
/freebsd-10.0-release/crypto/openssh/
H A Droaming_common.c201 size_t available, needed; local
204 available = out_last - out_start;
206 available = out_buf_size;
210 if (needed > available)
/freebsd-10.0-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-10.0-release/sys/xdr/
H A Dxdr_mbuf.c283 size_t available; local
289 available = M_TRAILINGSPACE(m) + (m->m_len - xdrs->x_handy);
291 available = m->m_len - xdrs->x_handy;
294 if (available >= len) {
/freebsd-10.0-release/contrib/libc++/src/
H A Dstring.cpp359 size_type available = s.size(); local
362 int status = sprintf_like(&s[0], available + 1, fmt, a);
366 if ( used <= available )
371 available = used; // Assume this is advice of how much space we need.
374 available = available * 2 + 1;
375 s.resize(available);
/freebsd-10.0-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-10.0-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-10.0-release/sys/dev/iscsi/
H A Dicl.c655 icl_conn_receive_pdus(struct icl_conn *ic, size_t available) argument
683 if (available < ic->ic_receive_len) {
686 "need %zd", available,
692 response = icl_conn_receive_pdu(ic, &available);
713 size_t available; local
730 available = so->so_rcv.sb_cc;
731 if (available < ic->ic_receive_len) {
737 icl_conn_receive_pdus(ic, available);
828 size_t available, size; local
836 available
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp12 // Some X86 SSE instructions like mov, and, or, xor are available in different
48 /// keep track of the fact that the register is now available in multiple
55 // Bitmask of available domains. For an open DomainValue, it is the still
57 // domains where the register is available for free.
69 // track of the domains where the registers are already available.
72 // Is domain available?
77 // Mark domain as available.
82 // Restrict to a single domain available.
87 // Return bitmask of domains that are available and in mask.
92 // First domain available
535 unsigned available = mask; local
[all...]
/freebsd-10.0-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-10.0-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-10.0-release/crypto/openssl/crypto/rand/
H A Drand_lcl.h53 * The licence and distribution terms for any publically available version or
128 #error No message digest algorithm available
/freebsd-10.0-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-10.0-release/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c742 * return -1 if data not available
1411 return (handle) ? handle->lastError : "[dbd_odbc]No error message available";
/freebsd-10.0-release/sys/boot/i386/boot2/
H A Dsio.S72 sio_getc: call sio_ischar # Character available?
/freebsd-10.0-release/contrib/apr-util/
H A Dapu-config.in65 --apu-la-file print the path to the .la file, if available
/freebsd-10.0-release/sys/conf/
H A DmakeLINT.mk53 # cat is available, not sure if cp is?
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h185 #error Neither pthread_condattr_setclock nor pthread_cond_timedwait_relative_np is available.

Completed in 234 milliseconds

12345