Home
last modified time | relevance | path

Searched refs:putfunc (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/usr.bin/mkcsmapper/
H A Dyacc.y76 static void (*putfunc)(void *, size_t, u_int32_t) = NULL; variable
273 (*putfunc)(table, i, val); in alloc_table()
533 putfunc = &put8; in set_dst_unit_bits()
537 putfunc = &put16; in set_dst_unit_bits()
541 putfunc = &put32; in set_dst_unit_bits()
595 (*putfunc)(table, ofs++, dst); in store()
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntp_control.c2301 # define CTL_IF_KERNLOOP(putfunc, args) \ in ctl_putsys() argument
2304 # define CTL_IF_KERNLOOP(putfunc, args) \ in ctl_putsys() argument
2305 putfunc args in ctl_putsys()
2314 # define CTL_IF_KERNPPS(putfunc, args) \ in ctl_putsys() argument
2317 # define CTL_IF_KERNPPS(putfunc, args) \ in ctl_putsys() argument
2321 putfunc args /* no trailing ; */ in ctl_putsys()