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

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_init.cpp123 used)) void (*__local_xray_preinit)(void) = __xray_init;
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_hmac_private.h30 #error This header is only to be used internally to libarchive.
H A Darchive_entry_locale.h30 #error This header is only to be used internally to libarchive.
H A Darchive_crc32.h30 #error This header is only to be used internally to libarchive.
H A Darchive_read_support_filter_uu.c464 ssize_t used; local
478 used = 0;
483 used = avail_in;
500 for (;used < avail_in; d += llen, used += llen) {
504 len = get_line(b, avail_in - used, &nl);
510 used = avail_in;
544 used += len;
709 used -= avail_in - ravail;
710 __archive_read_filter_consume(self->upstream, used);
[all...]
/freebsd-current/sys/bsm/
H A Daudit_internal.h21 * its contributors may be used to endorse or promote products derived
57 char used; /* Record currently in use? */ member in struct:au_record
/freebsd-current/sys/vm/
H A Dswap_pager.h21 * may be used to endorse or promote products derived from this software
83 void swap_pager_status(int *total, int *used);
/freebsd-current/contrib/bmake/unit-tests/
H A Ddirective-ifndef.mk3 # Tests for the .ifndef directive, which can be used for multiple-inclusion
28 # The '.ifndef' directive can be used with multiple arguments, even negating
H A Dsh-errctl.mk4 # mode, the default shell is always used, see InitShellNameAndPath.
H A Ddirective-ifdef.mk21 # used to construct complex conditions.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DDemangleConfig.h47 #if __has_attribute(used) || DEMANGLE_GNUC_PREREQ(3, 1, 0)
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_zip_stream.c70 size_t used, buffsize = 1000000; local
96 archive_write_open_memory(a, buff, buffsize, &used));
109 buffend = buff + used;
110 dumpfile("constructed.zip", buff, used);
H A Dtest_write_format_zip64_stream.c72 size_t used, buffsize = 1000000; local
100 archive_write_open_memory(a, buff, buffsize, &used));
113 buffend = buff + used;
114 dumpfile("constructed.zip", buff, used);
H A Dtest_write_format_zip_file.c79 size_t used, buffsize = 1000000; local
111 archive_write_open_memory(a, buff, buffsize, &used));
125 buffend = buff + used;
126 dumpfile("constructed.zip", buff, used);
/freebsd-current/contrib/ntp/libntp/
H A Drecvbuff.c217 if (--rb->used != 0) {
218 msyslog(LOG_ERR, "******** freerecvbuff non-zero usage: %d *******", rb->used);
219 rb->used = 0;
259 ++buffer->used;
/freebsd-current/lib/libpmc/
H A Dpmclog.c74 * insanely complicated, and this code is unlikely to be used in
106 int avail, copylen, recordsize, used; local
115 used = 0;
140 ps->ps_svcount = used = copylen;
158 ps->ps_svcount = used = recordsize;
164 ps->ps_svcount = used = avail;
188 used = avail;
192 used = copylen = HEADERSIZE - ps->ps_svcount;
229 used += copylen;
237 *data += used;
[all...]
/freebsd-current/sys/dev/mthca/
H A Dmthca_allocator.c140 ++array->page_list[p].used;
149 if (--array->page_list[p].used == 0) {
155 if (array->page_list[p].used < 0)
157 array, index, p, array->page_list[p].used);
171 array->page_list[i].used = 0;
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzfs_quota.c373 uint64_t used, quota, quotaobj; local
416 err = zap_lookup(zfsvfs->z_os, usedobj, buf, 8, 1, &used);
419 return (used >= quota);
426 uint64_t used, quota, quotaobj; local
456 err = zap_lookup(zfsvfs->z_os, usedobj, buf, 8, 1, &used);
459 return (used >= quota);
/freebsd-current/bin/sh/
H A Djobs.c17 * may be used to endorse or promote products derived from this software
96 char used; /* true if this entry is in use */ member in struct:job
103 struct job *next; /* job used after this one */
113 static struct job *jobmru; /* most recently used job list */
480 if (! jp->used)
522 jp->used = 0;
585 if (jp->used && jp->state == JOBDONE) {
598 if (jp->used && jp->state == 0)
652 && jobtab[jobno - 1].used != 0)
669 if (jp->used
[all...]
/freebsd-current/contrib/libxo/
H A Dwarnings.mk11 # Commonly used sets of warnings
/freebsd-current/contrib/kyua/engine/
H A Dfilters_test.cpp14 // may be used to endorse or promote products derived from this software
420 const std::set< engine::test_filter > used; local
422 in_filters).difference(used);
434 const std::set< engine::test_filter > used = in_filters; local
437 in_filters).difference(used);
451 std::set< engine::test_filter > used; local
452 used.insert(mkfilter("b", "c"));
453 used.insert(mkfilter("d", ""));
456 in_filters).difference(used);
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A DMKuserdefs.sh25 # holders shall not be used in advertising or otherwise to promote the sale, #
42 * comp_userdefs.c -- The names of widely used user-defined capabilities
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c56 * This structure is used to store information about registered control
71 int used; member in struct:wpa_ctrl_dst
100 static int ctrl_broken_pipe(HANDLE pipe, int used) argument
108 if (err == ERROR_BROKEN_PIPE || (err == ERROR_BAD_PIPE && used))
122 if (ctrl_broken_pipe(dst->pipe, dst->used)) {
287 dst->used = 1;
550 int used; member in struct:wpa_global_dst
567 if (ctrl_broken_pipe(dst->pipe, dst->used)) {
724 dst->used = 1;
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dompd-specific.h86 OMPD_ACCESS(kmp_nested_nthreads_t, used) \
89 OMPD_ACCESS(kmp_nested_proc_bind_t, used) \
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Dsend-c_zstreamdump.ksh62 csize_prop=$(get_prop used $sendfs)

Completed in 152 milliseconds

1234567891011>>