Home
last modified time | relevance | path

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

/dragonfly/sys/libprop/
H A Dprop_kern.c78 rv = _prop_object_externalize_to_pref(array, prefp, &buf); in prop_array_externalize_to_pref()
91 if (prop_array_externalize_to_pref(array, prefp)) in prop_array_send_syscall()
99 struct plistref *prefp) in prop_dictionary_externalize_to_pref() argument
104 rv = _prop_object_externalize_to_pref(dict, prefp, &buf); in prop_dictionary_externalize_to_pref()
116 struct plistref *prefp) in prop_dictionary_send_syscall() argument
118 if (prop_dictionary_externalize_to_pref(dict, prefp)) in prop_dictionary_send_syscall()
223 prop_array_internalize_from_pref(const struct plistref *prefp, in prop_array_internalize_from_pref() argument
240 prop_array_recv_syscall(const struct plistref *prefp, in prop_array_recv_syscall() argument
243 if (prop_array_internalize_from_pref(prefp, arrayp)) in prop_array_recv_syscall()
271 prop_dictionary_recv_syscall(const struct plistref *prefp, in prop_dictionary_recv_syscall() argument
[all …]
/dragonfly/usr.bin/top/
H A Dm_dragonfly.c519 struct kinfo_proc **prefp; in get_process_info() local
567 prefp = pref; in get_process_info()
646 *prefp++ = pp; in get_process_info()
1163 struct kinfo_proc **prefp; in proc_owner() local
1166 prefp = pref; in proc_owner()
1169 pp = *prefp++; in proc_owner()
/dragonfly/contrib/lvm2/dist/libdm/ioctl/
H A Dlibdm-nbsd-iface.c1070 struct plistref prefp; local
1072 prop_dictionary_externalize_to_pref(dm_dict_in, &prefp);
1074 if (rump_sys_ioctl(_control_fd, NETBSD_DM_IOCTL, &prefp) != 0) {
1076 dm_dict_out = prop_dictionary_internalize(prefp.pref_plist);
1112 dm_dict_out = prop_dictionary_internalize(prefp.pref_plist);
/dragonfly/sbin/mountd/
H A Dmountd.c2102 char *name, *p, *prefp; in get_net() local
2109 p = prefp = NULL; in get_net()
2113 prefp = p + 1; in get_net()
2185 preflen = strtol(prefp, NULL, 10); in get_net()