HomeSort by: relevance | last modified time | path
    Searched refs:f_func (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/ifconfig/
extern.h 55 statistics_cb_t f_func; member in struct:statistics_func
60 usage_cb_t f_func; member in struct:usage_func
65 status_cb_t f_func; member in struct:status_func
ifconfig.c 392 f->f_func = func;
398 f->f_func = func;
404 f->f_func = func;
1335 (*status_f->f_func)(env, oenv);
1399 (*statistics_f->f_func)(env);
1552 (*usage_f->f_func)(env);
  /src/sys/kern/
subr_autoconf.c 231 int (*f_func)(device_t); member in struct:finalize_hook
2683 if (f->f_func == fn && f->f_dev == dev) {
2690 f->f_func = fn;
2750 rv |= (*f->f_func)(f->f_dev);

Completed in 16 milliseconds