Searched refs:used (Results 176 - 200 of 482) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_dma.c37 * The implementation used to be significantly more complicated, but the
100 buf->used = 0;
/freebsd-9.3-release/sys/i386/i386/
H A Dmp_watchdog.c33 #error MP_WATCHDOG cannot currently be used with SCHED_ULE
/freebsd-9.3-release/tools/tools/termcap/
H A Dtermcap.pl37 print the keys and definitions on the screen. This can be used to reduce
/freebsd-9.3-release/usr.bin/kdump/
H A Dmksubr94 # Automatically generates a C function used when the argument
127 # Automatically generates a C function used when the argument
199 * simply handles the necessary "if" statement used in many lines
299 * Only used by SYS_open. Unless O_CREAT is set in flags, the
466 * F_ is used to specify fcntl commands as well as arguments. Both sets are
/freebsd-9.3-release/contrib/binutils/
H A Dylwrap56 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-9.3-release/contrib/ncurses/ncurses/tty/
H A Dlib_vidattr.c24 * holders shall not be used in advertising or otherwise to promote the *
129 int used = 0; local
141 if (used++ >= limit) {
/freebsd-9.3-release/contrib/openbsm/config/
H A Dylwrap53 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-9.3-release/sys/dev/cxgb/
H A Dbin2h.pl35 contributors may be used to endorse or promote products derived from
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dncache.c375 INSIST((target->used >= rdlen.used + 2) &&
376 (target->used - rdlen.used - 2 < 65536));
378 (isc_uint16_t)(target->used -
379 rdlen.used - 2));
395 INSIST(savedbuffer.used < 65536);
396 dns_compress_rollback(cctx, (isc_uint16_t)savedbuffer.used);
H A Dmasterdump.c452 unsigned int name_start = target->used;
456 column += target->used - name_start;
501 class_start = target->used;
506 column += (target->used - class_start);
520 type_start = target->used;
539 column += (target->used - type_start);
602 * such as those used to represent the question section
624 unsigned int name_start = target->used;
628 column += target->used - name_start;
635 class_start = target->used;
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
H A Dylwrap54 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-9.3-release/contrib/ntp/
H A Dylwrap54 Any number of OUTPUT,DESIRED pairs may be used.
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dzfssubr.c52 * Calculate the crc64 table (used for the zap hash
602 * equations defined by the coeffecients used to generate parity as well as
785 uint8_t **rows, uint8_t **invrows, const uint8_t *used)
791 * Assert that the first nmissing entries from the array of used
796 ASSERT3S(used[i], <, rm->rm_firstdatacol);
799 ASSERT3S(used[i], >=, rm->rm_firstdatacol);
816 ASSERT3U(used[j], >=, rm->rm_firstdatacol);
817 jj = used[j] - rm->rm_firstdatacol;
879 int *missing, uint8_t **invrows, const uint8_t *used)
909 c = used[
784 vdev_raidz_matrix_invert(raidz_map_t *rm, int n, int nmissing, int *missing, uint8_t **rows, uint8_t **invrows, const uint8_t *used) argument
878 vdev_raidz_matrix_reconstruct(raidz_map_t *rm, int n, int nmissing, int *missing, uint8_t **invrows, const uint8_t *used) argument
966 uint8_t *used; local
[all...]
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_split.c17 * may be used to endorse or promote products derived from this software
95 * skip set to the offset which should be used. Additionally, l and r
527 * level of the tree is never used, so it doesn't need to be filled in.
597 indx_t full, half, nxt, off, skip, top, used; local
605 * space as overflow keys used by internal pages are never deleted.
611 used = 0;
648 if ((skip <= off && used + nbytes + sizeof(indx_t) >= full) ||
662 used += nbytes + sizeof(indx_t);
663 if (used >= half) {
748 * BT_PRESERVE -- Mark a chain of pages as used b
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dlocal-alloc.c27 Two passes are used because this pass uses methods that work only
29 used in global_alloc, and more quickly too.
60 is used as a spill register. Currently we don't allocate such pseudos
61 here if their preferred class is likely to be used by spills. */
115 This depends on its machine mode. It is used for these purposes:
116 1. It is used in computing the relative importance of qtys,
118 2. It is used in rules that prevent tying several registers of
204 it were used in more than one block, we would have reg_qty[N] == -1.
221 used to map pseudo regs into hardware regs.
266 /* Loop depth is used t
2218 HARD_REG_SET first_used, used; local
[all...]
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c82 char used; member in struct:mtree_entry
206 * is actually used. Practically speaking, that means we have
338 entry->used = 0;
485 mtree->this_entry->used = 1;
498 if (!mtree->this_entry->used) {
523 mentry->used = 1;
547 if (mp->full && !mp->used
550 mp->used = 1;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c717 !bitmap_full(dev->db_tab->page[i].used,
760 bitmap_zero(page->used, MTHCA_DB_REC_PER_PAGE);
763 j = find_first_zero_bit(page->used, MTHCA_DB_REC_PER_PAGE);
764 set_bit(j, page->used);
797 clear_bit(j, page->used);
799 if (bitmap_empty(page->used, MTHCA_DB_REC_PER_PAGE) &&
867 if (!bitmap_empty(dev->db_tab->page[i].used, MTHCA_DB_REC_PER_PAGE))
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c285 int copied = rx_sa->used - rx_sa->reported;
287 if (rx_sa->used <= rx_sa->reported)
537 wr.wr.rdma.remote_addr = rx_sa->vaddr + rx_sa->used;
548 unsigned long *used)
554 int len = *used;
600 rx_sa->used += copied;
602 *used = copied;
547 sdp_rdma_to_iovec(struct socket *sk, struct iovec *iov, struct mbuf *mb, unsigned long *used) argument
/freebsd-9.3-release/sys/netgraph/netflow/
H A Dnetflow.c111 * FIB is not used here, because:
1104 uint32_t used; local
1117 used = atomic_load_acq_32(&priv->info.nfinfo_used);
1130 if (used <= (NBUCKETS*2) && !INACTIVE(fle))
1134 (used > (NBUCKETS*2)))) || AGED(fle)) {
1137 used--;
1154 used = atomic_load_acq_32(&priv->info.nfinfo_used6);
1168 if (used <= (NBUCKETS*2) && !INACTIVE(fle6))
1172 (used > (NBUCKETS*2)))) || AGED(fle6)) {
1176 used
[all...]
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwresutil.c70 * ctx is used for memory allocation. The address type is indicated by
91 * #LWRES_R_UNEXPECTEDEND if the buffers used for sending queries and
300 b_in.used = recvlen;
410 b_in.used = recvlen;
525 b_in.used = recvlen;
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c24 * holders shall not be used in advertising or otherwise to promote the *
466 int used = data.size - 1; local
472 result = _nc_read_termtype(tp, have, used);
491 key.size = used;
509 * of environment variables and terminal type name can be used to
/freebsd-9.3-release/crypto/openssl/crypto/objects/
H A Dobj_dat.pl196 * If this package is used in a product, Eric Young should be given attribution
197 * as the author of the parts of the library used.
214 * being used are not cryptographic related :-).
H A Dobjects.pl142 * If this package is used in a product, Eric Young should be given attribution
143 * as the author of the parts of the library used.
160 * being used are not cryptographic related :-).
/freebsd-9.3-release/lib/libcam/
H A Dscsi_cmdparse.c20 * may be used to endorse or promote products derived from this software
540 do_encode(u_char *buff, size_t vec_max, size_t *used, argument
652 if (used)
653 *used = ind;
/freebsd-9.3-release/contrib/binutils/include/
H A Dxregex2.h49 /* The following bits are used to determine the regexp syntax we
171 some interfaces). When a regexp is compiled, the syntax used is
339 sometimes used as array indexes. */
345 /* Number of bytes actually used in `buffer'. */
346 unsigned long int used;
366 Well, in truth it's used only in `re_search_2', to see
456 /* Compile a fastmap for the compiled pattern in BUFFER; used to
343 unsigned long int used; member in struct:re_pattern_buffer

Completed in 297 milliseconds

1234567891011>>