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

12345

/freebsd-10.3-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.3-release/sys/boot/i386/zfsboot/
H A DMakefile67 echo "$$x bytes available"; test $$x -ge 0
/freebsd-10.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-10.3-release/sys/xen/interface/
H A Dmem_event.h63 uint16_t available:12; member in struct:mem_event_st
/freebsd-10.3-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.3-release/usr.sbin/bsdinstall/partedit/
H A Dpart_wizard.c44 #define SWAP_SIZE(available) MIN(available/20, 4*1024*1024*1024LL)
304 intmax_t swapsize, available; local
326 available = gpart_max_free(gp, NULL)*pp->lg_sectorsize;
327 if (interactive && available < MIN_FREE_SPACE) {
329 humanize_number(availablestr, 7, available, "B", HN_AUTOSCALE,
347 swapsize = SWAP_SIZE(available);
350 humanize_number(rootsizestr, 7, available - swapsize - 1024*1024,
/freebsd-10.3-release/sys/dev/iscsi/
H A Dicl.c685 icl_conn_receive_pdus(struct icl_conn *ic, size_t available) argument
713 if (available < ic->ic_receive_len) {
716 "need %zd", available,
722 response = icl_conn_receive_pdu(ic, &available);
743 size_t available; local
766 available = so->so_rcv.sb_cc;
767 if (available < ic->ic_receive_len) {
774 icl_conn_receive_pdus(ic, available);
857 size_t available, size, size2; local
871 available
[all...]
/freebsd-10.3-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.3-release/contrib/libc++/src/
H A Dstring.cpp361 size_type available = s.size(); local
364 int status = sprintf_like(&s[0], available + 1, fmt, a);
368 if ( used <= available )
373 available = used; // Assume this is advice of how much space we need.
376 available = available * 2 + 1;
377 s.resize(available);
/freebsd-10.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-10.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-10.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-10.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-10.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-10.3-release/sys/kern/
H A Dkern_rctl.c225 int64_t available = INT64_MAX; local
234 available = rule->rr_amount -
238 available = rule->rr_amount -
242 available = rule->rr_amount -
246 available = rule->rr_amount -
255 return (available);
266 int64_t available; local
272 available = rctl_available_resource(p, rule);
273 if (available >= amount)
287 int64_t available, minavailabl local
495 int64_t available, minavailable, allocated; local
[all...]
/freebsd-10.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-10.3-release/sys/boot/i386/boot2/
H A Dsio.S72 sio_getc: call sio_ischar # Character available?
/freebsd-10.3-release/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c757 * return -1 if data not available
1427 return (handle) ? handle->lastError : "[dbd_odbc]No error message available";
/freebsd-10.3-release/sys/conf/
H A DmakeLINT.mk53 # cat is available, not sure if cp is?
/freebsd-10.3-release/contrib/apr-util/
H A Dapu-config.in65 --apu-la-file print the path to the .la file, if available
/freebsd-10.3-release/contrib/bmake/mk/
H A Dauto.dep.mk41 # -MF etc not available on all gcc versions.
/freebsd-10.3-release/sys/dev/cxgbe/
H A Dt4_sge.c1792 u_int available, dbdiff; /* # of hardware descriptors */ local
1806 available = eq->sidx - 1;
1808 available = IDXDIFF(eq->cidx, eq->pidx, eq->sidx) - 1;
1812 if (available < n)
1831 if (available < eq->sidx / 4 &&
2198 int ndesc, available; local
2224 available = eq->sidx - 1;
2226 available = IDXDIFF(eq->cidx, eq->pidx, eq->sidx) - 1;
2227 if (available < ndesc)
2334 u_int available, dbdif local
3901 write_txpkt_wr(struct sge_txq *txq, struct fw_eth_tx_pkt_wr *wr, struct mbuf *m0, u_int available) argument
4022 try_txpkts(struct mbuf *m, struct mbuf *n, struct txpkts *txp, u_int available) argument
4056 add_to_txpkts(struct mbuf *m, struct txpkts *txp, u_int available) argument
4094 write_txpkts_wr(struct sge_txq *txq, struct fw_eth_tx_pkts_wr *wr, struct mbuf *m0, const struct txpkts *txp, u_int available) argument
[all...]
/freebsd-10.3-release/contrib/openbsm/bin/auditdistd/
H A Dsynch.h183 #error Neither pthread_condattr_setclock nor pthread_cond_timedwait_relative_np is available.
/freebsd-10.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 ossl_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...]

Completed in 334 milliseconds

12345