Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/mkcsmapper/
H A Dyacc.y75 static void (*putfunc)(void *, size_t, u_int32_t) = NULL; variable
272 (*putfunc)(table, i, val); in alloc_table()
532 putfunc = &put8; in set_dst_unit_bits()
536 putfunc = &put16; in set_dst_unit_bits()
540 putfunc = &put32; in set_dst_unit_bits()
594 (*putfunc)(table, ofs++, dst); in store()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_control.c2295 # define CTL_IF_KERNLOOP(putfunc, args) \ in ctl_putsys() argument
2298 # define CTL_IF_KERNLOOP(putfunc, args) \ in ctl_putsys() argument
2299 putfunc args in ctl_putsys()
2308 # define CTL_IF_KERNPPS(putfunc, args) \ in ctl_putsys() argument
2311 # define CTL_IF_KERNPPS(putfunc, args) \ in ctl_putsys() argument
2315 putfunc args /* no trailing ; */ in ctl_putsys()