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

1234567891011>>

/freebsd-9.3-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
122 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) argument
129 atomic_cas_ptr(volatile void *target, void *cmp, void *newval) argument
[all...]
/freebsd-9.3-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-9.3-release/contrib/libarchive/cpio/test/
H A Dtest_basic.c58 basic_cpio(const char *target, argument
65 if (!assertMakeDir(target, 0775))
70 testprog, pack_options, target, target);
74 assertChdir(target);
89 failure("Error invoking %s -i %s in dir %s", testprog, unpack_options, target);
98 passthrough(const char *target) argument
102 if (!assertMakeDir(target, 0775))
109 testprog, target, target, targe
[all...]
/freebsd-9.3-release/contrib/bind9/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-9.3-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-9.3-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-9.3-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-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dtime.h39 dns_time64_fromtext(const char *source, isc_int64_t *target);
43 * Store the count at 'target'.
47 dns_time32_fromtext(const char *source, isc_uint32_t *target);
55 dns_time64_totext(isc_int64_t value, isc_buffer_t *target);
58 * a YYYYMMDDHHMMSS text representation and append it to 'target'.
62 dns_time32_totext(isc_uint32_t value, isc_buffer_t *target);
/freebsd-9.3-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-9.3-release/crypto/heimdal/cf/
H A Dinstall-catman.sh39 target="$mandir/$link.$section"
40 for lncmd in "ln -f $mandir/$base.$section $target" \
41 "ln -s $base.$section $target" \
42 "cp -f $mandir/$base.$section $target"
50 target="$catdir/$link.$suffix"
51 for lncmd in "ln -f $catdir/$base.$suffix $target" \
52 "ln -fs $base.$suffix $target" \
53 "cp -f $catdir/$base.$suffix $target"
62 target="$mandir/$link.$section"
63 eval "echo rm -f $target"
[all...]
/freebsd-9.3-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-9.3-release/contrib/bind9/lib/isccc/
H A Dbase64.c49 const char *wordbreak, isccc_region_t *target)
57 isc_buffer_init(&tb, target->rstart,
58 (unsigned int)(target->rend - target->rstart));
64 target->rstart = isc_buffer_used(&tb);
69 isccc_base64_decode(const char *cstr, isccc_region_t *target) { argument
73 isc_buffer_init(&b, target->rstart,
74 (unsigned int)(target->rend - target->rstart));
78 target
48 isccc_base64_encode(isccc_region_t *source, int wordlength, const char *wordbreak, isccc_region_t *target) argument
[all...]
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Ddoc.c87 char tmp[512], target[512]; local
97 where = strcpy(target, "http://www.freebsd.org");
101 strcpy(target, where);
104 where = strcpy(target, "/usr/local/share/doc/freebsd/faq/index.html");
105 if (!file_readable(target))
106 where = strcpy(target, "http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq");
109 where = strcpy(target, "/usr/local/share/doc/freebsd/handbook/index.html");
110 if (!file_readable(target))
111 where = strcpy(target, "http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook");
114 sprintf(tmp, "%s %s", browser, target);
[all...]
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/contrib/libarchive/tar/test/
H A Dtest_basic.c30 basic_tar(const char *target, const char *pack_options, argument
35 assertMakeDir(target, 0775);
38 r = systemf("%s cf - %s %s >%s/archive 2>%s/pack.err", testprog, pack_options, flist, target, target);
42 assertChdir(target);
64 failure("%s", target);

Completed in 358 milliseconds

1234567891011>>