Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/F-Stack/f-stack
/ printf
Function
printf
freebsd/kern/subr_prf.c:400–411 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
398
}
399
400
int
401
printf(const char *fmt, ...)
402
{
403
va_list ap;
404
int retval;
405
406
va_start(ap, fmt);
407
retval = vprintf(fmt, ap);
408
va_end(ap);
409
410
return (retval);
411
}
412
413
int
414
vprintf(const char *fmt, va_list ap)
Callers
15
run_interrupt_driven_config_hooks_warning
Function · 0.70
config_intrhook_establish
Function · 0.70
shminit
Function · 0.70
sdt_probe_stub
Function · 0.70
kcsan_enable
Function · 0.70
ktr_tracepoint
Function · 0.70
mp_start
Function · 0.70
subr_smp.c
File · 0.70
fail_point_eval_nontrivial
Function · 0.70
fail_point_set
Function · 0.70
epoch_trace_list
Function · 0.70
in_epoch_verbose_preempt
Function · 0.70
Calls
1
vprintf
Function · 0.70
Tested by
15
ztest_parse_name_value
Function · 0.40
process_options
Function · 0.40
ztest_dsl_prop_set_uint64
Function · 0.40
ztest_spa_upgrade
Function · 0.40
ztest_vdev_class_add
Function · 0.40
ztest_split_pool
Function · 0.40
grow_vdev
Function · 0.40
online_vdev
Function · 0.40
ztest_vdev_LUN_growth
Function · 0.40
ztest_dataset_create
Function · 0.40
ztest_dmu_read_write
Function · 0.40
ztest_dmu_read_write_zcopy
Function · 0.40