Searched refs:arg (Results 1 - 25 of 3843) sorted by relevance

1234567891011>>

/freebsd-current/contrib/unifdef/tests/
H A Dargs1.c1 #if defined(DUMMY) || FOO(arg)
H A Dargs2.c1 #if defined(FOO) || BAR(arg)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/cpu_model/aarch64/fmv/
H A Dunimplemented.inc6 const __ifunc_arg_t *arg) {}
H A Dsysauxv.inc2 const __ifunc_arg_t *arg) {
5 __init_cpu_features_constructor(hwcap, arg);
16 __ifunc_arg_t arg;
17 arg._size = sizeof(__ifunc_arg_t);
18 arg._hwcap = hwcap;
19 arg._hwcap2 = hwcap2;
20 __init_cpu_features_constructor(hwcap | _IFUNC_ARG_HWCAP, &arg);
/freebsd-current/contrib/ldns/packaging/
H A Dldns-config.in17 for arg in $@
19 if [ $arg = "--cflags" ]
23 if [ $arg = "--python-cflags" ]
27 if [ $arg = "--libs" ]
31 if [ $arg = "--python-libs" ]
35 if [ $arg = "-h" ] || [ $arg = "--help" ]
39 if [ $arg = "--version" ]
43 if [ $arg = "--libversion" ]
/freebsd-current/usr.sbin/bhyve/
H A Ddebug.h34 #define FPRINTLN(filep, fmt, arg...) \
37 fprintf(filep, fmt "\r\n", ##arg); \
39 fprintf(filep, fmt "\n", ##arg); \
42 #define PRINTLN(fmt, arg...) FPRINTLN(stdout, fmt, ##arg)
43 #define EPRINTLN(fmt, arg...) FPRINTLN(stderr, fmt, ##arg)
/freebsd-current/tests/sys/cddl/zfs/bin/
H A Dzpool_bsd.ksh16 for arg in $@; do
17 if [[ $arg == "/dev/"* ]]; then
18 arg=${arg#/dev/}
19 arg="/dev/"$arg
21 if [[ $arg == "/dev/"* ]]; then
22 echo $arg | egrep "*s[0-9]$" > /dev/null 2>&1
25 n=`echo $arg| wc -c`
27 s=`echo $arg | cu
[all...]
/freebsd-current/contrib/ntp/include/
H A Dntp_debug.h21 #define TRACE(lvl, arg) \
24 mprintf arg; \
/freebsd-current/sys/contrib/ncsw/inc/
H A Dtypes_freebsd.h54 #define GET_UINT32(arg) in32(&(arg))
55 #define GET_UINT64(arg) in64(&(arg))
57 #define _WRITE_UINT32(arg, data) out32(&(arg), (data))
58 #define _WRITE_UINT64(arg, data) out64(&(arg), (data))
62 #define GET_UINT8(arg) in8(&(arg))
[all...]
/freebsd-current/stand/userboot/
H A Duserboot.h63 int (*getc)(void *arg);
68 void (*putc)(void *arg, int ch);
73 int (*poll)(void *arg);
82 int (*open)(void *arg, const char *filename, void **h_return);
87 int (*close)(void *arg, void *h);
92 int (*isdir)(void *arg, void *h);
98 int (*read)(void *arg, void *h, void *dst, size_t size,
108 int (*readdir)(void *arg, void *h, uint32_t *fileno_return,
114 int (*seek)(void *arg, void *h, uint64_t offset,
120 int (*stat)(void *arg, voi
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/
H A Dctime_001_pos.ksh38 for arg in ${args[*]}; do
39 log_note "Testing with xattr set to $arg"
40 log_must zfs set xattr=$arg $TESTPOOL
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_vasprintf.h36 #define vasprintf(arg, ...) openpam_vasprintf(arg, __VA_ARGS__)
H A Dopenpam_strlcpy.h36 #define strlcpy(arg, ...) openpam_strlcpy(arg, __VA_ARGS__)
H A Dopenpam_strlcat.h36 #define strlcat(arg, ...) openpam_strlcat(arg, __VA_ARGS__)
H A Dopenpam_strlset.h36 #define strlset(arg, ...) openpam_strlset(arg, __VA_ARGS__)
H A Dopenpam_asprintf.h36 #define asprintf(arg, ...) openpam_asprintf(arg, __VA_ARGS__)
/freebsd-current/lib/libsys/
H A D__error.c46 __set_error_selector(int *(*arg)(void)) argument
49 __error_selector = arg;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Devent_os.c36 knlist_sx_xlock(void *arg) argument
39 sx_xlock((struct sx *)arg);
43 knlist_sx_xunlock(void *arg) argument
46 sx_xunlock((struct sx *)arg);
51 knlist_sx_assert_lock(void *arg, int what) argument
55 sx_assert((struct sx *)arg, SX_LOCKED);
57 sx_assert((struct sx *)arg, SX_UNLOCKED);
61 knlist_sx_assert_locked(void *arg) argument
63 sx_assert((struct sx *)arg, SX_LOCKED);
66 knlist_sx_assert_unlocked(void *arg) argument
[all...]
/freebsd-current/sys/dev/ocs_fc/
H A Docs_fabric.h39 extern void *__ocs_fabric_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
40 extern void *__ocs_fabric_flogi_wait_rsp(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
41 extern void *__ocs_fabric_domain_attach_wait(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
42 extern void *__ocs_fabric_wait_domain_attach(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
44 extern void *__ocs_vport_fabric_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
45 extern void *__ocs_fabric_fdisc_wait_rsp(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
46 extern void *__ocs_fabric_wait_sport_attach(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
48 extern void *__ocs_ns_init(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
49 extern void *__ocs_ns_plogi_wait_rsp(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
50 extern void *__ocs_ns_rftid_wait_rsp(ocs_sm_ctx_t *ctx, ocs_sm_event_t evt, void *arg);
[all...]
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen_006_neg.ksh39 for arg in ${args[@]}; do
40 log_mustnot zpool reopen $arg
/freebsd-current/contrib/expat/xmlwf/
H A Dfilemap.h49 void (*processor)(const void *, size_t, const wchar_t *, void *arg),
50 void *arg);
53 void (*processor)(const void *, size_t, const char *, void *arg),
54 void *arg);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Darc_summary_002_neg.ksh34 for arg in "-x" "-5" "-p 7" "--err" "-@"; do
35 log_mustnot eval "arc_summary $arg > /dev/null"
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/
H A Dzpool_upgrade_005_neg.ksh49 for arg in "/tmp" "-?" "-va" "-v fakepool" "-a fakepool" ; do
50 log_mustnot zpool upgrade $arg
/freebsd-current/tools/build/cross-build/include/linux/
H A Dnetdb.h44 freehostent(void *arg __unused)
/freebsd-current/crypto/openssl/util/
H A Dcopy.pl20 my $arg;
23 foreach $arg (@ARGV) {
24 if ($arg eq "-stripcr")
29 if ($arg =~ /^-exclude_re=(.*)$/)
34 $arg =~ s|\\|/|g; # compensate for bug/feature in cygwin glob...
35 $arg = qq("$arg") if ($arg =~ /\s/); # compensate for bug in 5.10...
36 foreach my $f (glob $arg)

Completed in 353 milliseconds

1234567891011>>