Home
last modified time | relevance | path

Searched refs:get_func (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/unbound/contrib/
H A Dunbound-querycachedb.py65 get_func = _redis_get
69 value = get_func(options, key)
/freebsd-13.1/sys/dev/hwpmc/
H A Dhwpmc_beri.c49 uint64_t (*get_func)(void); member
240 stop_val = beri_event_codes[config].get_func(); in beri_read_pmc()
324 v = beri_event_codes[config].get_func(); in beri_start_pmc()
342 v = beri_event_codes[config].get_func(); in beri_stop_pmc()
/freebsd-13.1/usr.sbin/bsdconfig/share/
H A Ddevice.subr1087 local device="$1" file="$2" probe="$3" get_func
1089 $device get get get_func
1090 ${get_func:-:} "$device" "$file" ${3+"$probe"}