Home
last modified time | relevance | path

Searched refs:f_func (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sbin/ifconfig/
H A Dextern.h55 statistics_cb_t f_func; member
60 usage_cb_t f_func; member
65 status_cb_t f_func; member
H A Difconfig.c392 f->f_func = func;
398 f->f_func = func;
404 f->f_func = func;
1335 (*status_f->f_func)(env, oenv); in status()
1399 (*statistics_f->f_func)(env); in setifprefixlen()
1552 (*usage_f->f_func)(env);
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Diq2000-opc.h143 long f_func; member
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Diq2000-opc.h143 long f_func; member
/netbsd-src/sys/kern/
H A Dsubr_autoconf.c230 int (*f_func)(device_t); member
2669 if (f->f_func == fn && f->f_dev == dev) { in config_finalize_register()
2676 f->f_func = fn; in config_finalize_register()
2736 rv |= (*f->f_func)(f->f_dev); in config_finalize()