Searched refs:target (Results 1 - 25 of 1099) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sys/cddl/compat/opensolaris/sys/
H A Datomic.h40 extern void atomic_add_64(volatile uint64_t *target, int64_t delta);
41 extern void atomic_dec_64(volatile uint64_t *target);
44 extern uint32_t atomic_cas_32(volatile uint32_t *target, uint32_t cmp,
46 extern uint64_t atomic_cas_64(volatile uint64_t *target, uint64_t cmp,
49 extern uint64_t atomic_add_64_nv(volatile uint64_t *target, int64_t delta);
50 extern uint8_t atomic_or_8_nv(volatile uint8_t *target, uint8_t value);
55 extern void atomic_or_8(volatile uint8_t *target, uint8_t value);
58 atomic_or_8(volatile uint8_t *target, uint8_t value) argument
60 atomic_set_8(target, value);
65 atomic_add_32_nv(volatile uint32_t *target, int32_ argument
71 atomic_add_int_nv(volatile u_int *target, int delta) argument
77 atomic_dec_32(volatile uint32_t *target) argument
83 atomic_dec_32_nv(volatile uint32_t *target) argument
90 atomic_dec_64(volatile uint64_t *target) argument
97 atomic_inc_32(volatile uint32_t *target) argument
103 atomic_inc_32_nv(volatile uint32_t *target) argument
109 atomic_inc_64(volatile uint64_t *target) argument
115 atomic_inc_64_nv(volatile uint64_t *target) argument
121 atomic_dec_64_nv(volatile uint64_t *target) argument
128 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) argument
135 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) argument
[all...]
/freebsd-10.1-release/contrib/ofed/management/
H A Dmake.dist30 echo " As part of this process, the script will parse the <target>.spec.in"
31 echo "file and output a <target>.spec file. Since this script isn't smart"
76 for target in $TARGETS; do
77 VERSION=`grep "AC_INIT.*$target" $target/configure.in | cut -f 2 -d ',' | sed -e 's/ //g'`
80 if [ -f $TMPDIR/$target-$VERSION.tar.gz ]; then
81 echo "Target $target-$VERSION.tar.gz already exists, please update the version on"
82 echo "component $target"
85 if [ ! -z "`git tag -l $target-$VERSION`" ]; then
86 echo "A git tag already exists for $target
[all...]
/freebsd-10.1-release/contrib/libarchive/tar/test/
H A Dtest_basic.c56 verify_files(const char *target) argument
58 assertChdir(target);
61 failure("%s", target);
63 failure("%s", target);
65 failure("%s", target);
67 failure("%s", target);
71 failure("%s", target);
73 failure("%s", target);
84 failure("%s", target);
90 run_tar(const char *target, cons argument
[all...]
/freebsd-10.1-release/contrib/ldns/compat/
H A Db64_pton.c116 src from base - 64 numbers into three 8 bit bytes in the target area.
117 it returns the number of data bytes stored at the target, or -1 on error.
121 ldns_b64_pton(char const *src, uint8_t *target, size_t targsize) argument
148 if (target) {
151 target[tarindex] = (pos - Base64) << 2;
156 if (target) {
159 target[tarindex] |= (pos - Base64) >> 4;
160 target[tarindex+1] = ((pos - Base64) & 0x0f)
167 if (target) {
170 target[tarinde
[all...]
H A Db64_ntop.c115 ldns_b64_ntop(uint8_t const *src, size_t srclength, char *target, size_t targsize) { argument
123 target[0] = '\0';
148 target[datalength++] = Base64[output[0]];
149 target[datalength++] = Base64[output[1]];
150 target[datalength++] = Base64[output[2]];
151 target[datalength++] = Base64[output[3]];
171 target[datalength++] = Base64[output[0]];
172 target[datalength++] = Base64[output[1]];
174 target[datalength++] = Pad64;
176 target[datalengt
[all...]
/freebsd-10.1-release/contrib/ntp/lib/isc/include/isc/
H A Dbase32.h43 const char *wordbreak, isc_buffer_t *target);
46 const char *wordbreak, isc_buffer_t *target);
51 *\li The base32 encoded text in 'target' will be divided into
58 *\li 'target' is a text buffer containing available space
63 *\li target will contain the base32 encoded version of the data
64 * in source. The 'used' pointer in target will be advanced as
69 isc_base32_decodestring(const char *cstr, isc_buffer_t *target);
71 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target);
77 *\li 'target' is a valid buffer.
81 * fit in 'target'
[all...]
H A Dbase64.h36 const char *wordbreak, isc_buffer_t *target);
41 *\li The base64 encoded text in 'target' will be divided into
48 *\li 'target' is a text buffer containing available space
53 *\li target will contain the base64 encoded version of the data
54 * in source. The 'used' pointer in target will be advanced as
59 isc_base64_decodestring(const char *cstr, isc_buffer_t *target);
65 *\li 'target' is a valid buffer.
69 * fit in 'target'.
79 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
85 *\li 'target' i
[all...]
H A Dhex.h36 const char *wordbreak, isc_buffer_t *target);
41 *\li The hex encoded text in 'target' will be divided into
48 *\li 'target' is a text buffer containing available space
53 *\li target will contain the hex encoded version of the data
54 * in source. The 'used' pointer in target will be advanced as
59 isc_hex_decodestring(const char *cstr, isc_buffer_t *target);
65 *\li 'target' is a valid buffer.
69 * fit in 'target'.
79 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
85 *\li 'target' i
[all...]
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dsh_syscalls.d49 sh$target:::function-entry,
50 sh$target:::builtin-entry,
51 sh$target:::command-entry
57 sh$target:::function-entry
62 sh$target:::builtin-entry
67 sh$target:::command-entry
73 /pid == $target/
80 printf("\nCalls for PID %d,\n\n", $target);
H A Dkill.d49 /* Record target PID and signal */
50 self->target = arg0;
56 /* Print source, target, and result */
58 pid, execname, self->signal, self->target, (int)arg0);
61 self->target = 0;
H A Dpl_syscalls.d49 perl$target:::sub-entry
55 /pid == $target/
62 printf("\nCalls for PID %d,\n\n", $target);
H A Dpy_syscalls.d47 python$target:::function-entry
53 /pid == $target/
60 printf("\nCalls for PID %d,\n\n", $target);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Shell/
H A Dsh_syscalls.d49 sh$target:::function-entry,
50 sh$target:::builtin-entry,
51 sh$target:::command-entry
57 sh$target:::function-entry
62 sh$target:::builtin-entry
67 sh$target:::command-entry
73 /pid == $target/
80 printf("\nCalls for PID %d,\n\n", $target);
/freebsd-10.1-release/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_atomic.c57 atomic_add_64(volatile uint64_t *target, int64_t delta) argument
61 *target += delta;
66 atomic_dec_64(volatile uint64_t *target) argument
70 *target -= 1;
76 atomic_add_64_nv(volatile uint64_t *target, int64_t delta) argument
81 newval = (*target += delta);
88 atomic_or_8(volatile uint8_t *target, uint8_t value) argument
91 *target |= value;
97 atomic_or_8_nv(volatile uint8_t *target, uint8_t value) argument
102 newval = (*target |
108 atomic_cas_64(volatile uint64_t *target, uint64_t cmp, uint64_t newval) argument
121 atomic_cas_32(volatile uint32_t *target, uint32_t cmp, uint32_t newval) argument
[all...]
/freebsd-10.1-release/contrib/unbound/
H A Dfreebsd-sources.pl45 my ($target) = @_;
48 open(MAKE, "-|", "make", "-V${target}_OBJ_LINK")
59 foreach my $target (@targets) {
60 $sources{$target} = {
63 get_sources($target)))
65 print("# $target_names{$target}\n");
66 my $SRCS = fill("SRCS=\t", "\t", sort keys %{$sources{$target}});
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh134 /^[ ]*[-a-z0-9\.]*[ ]*[(]*--target=.*/ !d
135 s/^.*--target=//
166 echo "${target}: ${msg}"
200 # For each target, configure, build and test it.
202 echo "$alltarg" | while read target gdbopts simopts
206 dir=${builddir}/${target}
213 echo forcing ${target} ...
217 echo "${target}"
220 echo ${target} ...
228 echo ... removing partially configured ${target}
[all...]
/freebsd-10.1-release/usr.bin/iscsictl/
H A Dparse.y50 static struct target *target;
74 targets target
77 target: STR OPENING_BRACKET target_entries CLOSING_BRACKET label
80 errx(1, "duplicated target %s", $1);
81 target->t_nickname = $1;
82 target = target_new(conf);
127 if (target->t_name != NULL)
129 target->t_name = $3;
135 if (target
[all...]
/freebsd-10.1-release/usr.sbin/ctld/
H A Dparse.y51 static struct target *target = NULL;
94 target
309 target: TARGET target_name label
312 target = NULL;
318 target = target_new(conf, $1);
320 if (target == NULL)
352 if (target->t_alias != NULL) {
353 log_warnx("alias for target \"%s\" "
354 "specified more than once", target
[all...]
/freebsd-10.1-release/lib/libc/net/
H A Dbase64.c130 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) { argument
153 target[datalength++] = Base64[output[0]];
154 target[datalength++] = Base64[output[1]];
155 target[datalength++] = Base64[output[2]];
156 target[datalength++] = Base64[output[3]];
175 target[datalength++] = Base64[output[0]];
176 target[datalength++] = Base64[output[1]];
178 target[datalength++] = Pad64;
180 target[datalength++] = Base64[output[2]];
181 target[datalengt
[all...]
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Perl/
H A Dpl_syscalls.d49 perl$target:::sub-entry
55 /pid == $target/
62 printf("\nCalls for PID %d,\n\n", $target);
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Proc/
H A Dkill.d49 /* Record target PID and signal */
50 self->target = arg0;
56 /* Print source, target, and result */
58 pid, execname, self->signal, self->target, (int)arg0);
61 self->target = 0;
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_syscalls.d47 python$target:::function-entry
53 /pid == $target/
60 printf("\nCalls for PID %d,\n\n", $target);
/freebsd-10.1-release/crypto/openssh/openbsd-compat/
H A Dbase64.c134 b64_ntop(u_char const *src, size_t srclength, char *target, size_t targsize) argument
154 target[datalength++] = Base64[output[0]];
155 target[datalength++] = Base64[output[1]];
156 target[datalength++] = Base64[output[2]];
157 target[datalength++] = Base64[output[3]];
173 target[datalength++] = Base64[output[0]];
174 target[datalength++] = Base64[output[1]];
176 target[datalength++] = Pad64;
178 target[datalength++] = Base64[output[2]];
179 target[datalengt
197 b64_pton(char const *src, u_char *target, size_t targsize) argument
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.andpid.ksh36 plockstat\$target::mutex_lock_impl:,
37 pid\$target::mutex_lock_impl:
/freebsd-10.1-release/tools/kerneldoc/subsys/
H A DMakefile50 .for target in ${ALL}
51 ${target}: mfiles ${.OBJDIR}/${target}/${target}.tag
53 ${.OBJDIR}/${target}/${target}.tag:
54 @mkdir -p ${.OBJDIR}/${target}
64 doxygen ${.CURDIR}/Doxyfile-${target}
65 @echo "API docs for ${target} are now available in ${DOXYGEN_DEST_PATH}/${target}/
[all...]

Completed in 134 milliseconds

1234567891011>>