Home
last modified time | relevance | path

Searched refs:prop_dictionary_recv_syscall (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/libprop/
H A Dprop_dictionary.h99 int prop_dictionary_recv_syscall(const struct plistref *,
H A Dprop_kern.c271 prop_dictionary_recv_syscall(const struct plistref *prefp, in prop_dictionary_recv_syscall() function
/dragonfly/lib/libprop/
H A DMakefile197 MLINKS+= prop_send_syscall.3 prop_dictionary_recv_syscall.3
/dragonfly/sbin/vquota/
H A Dvquota.c474 error = prop_dictionary_recv_syscall(&pref, res); in send_command()