Searched refs:c_arg (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 594 c->c_arg = arg; in callout_cc_add() 633 void *c_arg; in softclock_call_cc() local 667 c_arg = c->c_arg; in softclock_call_cc() 673 cc_exec_last_arg(cc, direct) = c_arg; in softclock_call_cc() 682 qmax(c->c_precision / 2, 1), c_func, c_arg, in softclock_call_cc() 706 c, c_func, c_arg); in softclock_call_cc() 712 c, c_func, c_arg); in softclock_call_cc() 720 c, c_func, c_arg); in softclock_call_cc() 723 "func:%p", c_func, "arg:%p", c_arg, "direct:%d", direct); in softclock_call_cc() 729 c_func(c_arg); in softclock_call_cc() [all …]
|
/freebsd/tools/tools/sysbuild/ |
H A D | sysbuild.sh | 351 c_arg="" 371 c_arg=$2 372 if [ ! -f "$c_arg" ] ; then 373 echo "Cannot read $c_arg" 1>&2 627 if [ "x$c_arg" != "x" ] ; then 628 cp $c_arg ${SBMNT}/root 629 chroot ${SBMNT} sh /root/$0 -c /root/`basename $c_arg` $use_pkg chroot_script 664 if [ "x$c_arg" != "x" ] ; then 665 chroot ${SBMNT} sh /root/$0 -c /root/`basename $c_arg` final_chroot
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | runulp.sh | 49 c_arg="" 50 [ -z "${cvals[0]:-}" ] || c_arg="-c ${cvals[0]}" 51 …$emu ./ulp -e $L $flags $extra_flags -r $r $c_arg $routine $ITV $n && PASS=$((PASS+1)) || FAIL=$((…
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
H A D | callb.c | 57 void *c_arg; /* arg to c_func */ member 154 cp->c_arg = arg; in callb_add_common() 278 cp->c_name, (void *)cp->c_func, (void *)cp->c_arg); in callb_execute_class() 283 if (!(*cp->c_func)(cp->c_arg, code)) in callb_execute_class()
|
/freebsd/sys/sys/ |
H A D | _callout.h | 59 void *c_arg; /* function argument */ member
|
H A D | callout.h | 109 callout_reset_sbt_on((c), (sbt), (pr), (c)->c_func, (c)->c_arg, \
|
/freebsd/bin/dd/ |
H A D | args.c | 50 static int c_arg(const void *, const void *); 122 c_arg))) in jcl() 174 c_arg(const void *a, const void *b) in c_arg() function
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.c | 448 (c->c_func) (c->c_arg); in callout_callback() 503 c->c_arg = arg; in callout_reset() 523 c->c_arg = NULL; in callout_stop()
|
H A D | bsd_kernel.h | 349 void *c_arg; member
|
/freebsd/sys/netgraph/ |
H A D | ng_base.c | 3824 oitem = c->c_arg; in ng_callout() 3841 item = c->c_arg; in ng_uncallout_internal() 3851 c->c_arg = NULL; in ng_uncallout_internal()
|
/freebsd/sys/dev/ioat/ |
H A D | ioat.c | 2078 db_printf(" c_arg: %p\n", sc->poll_timer.c_arg); in DB_SHOW_COMMAND()
|