Searched refs:prefp (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/dev/dm/
H A Dh_dm.c61 struct plistref prefp; local
77 prop_dictionary_externalize_to_pref(dict_in, &prefp);
79 error = rump_sys_ioctl(fd, NETBSD_DM_IOCTL, &prefp);
83 dict_out = prop_dictionary_internalize(prefp.pref_plist);
101 struct plistref prefp; local
117 prop_dictionary_externalize_to_pref(dict_in, &prefp);
119 error = rump_sys_ioctl(fd, NETBSD_DM_IOCTL, &prefp);
123 dict_out = prop_dictionary_internalize(prefp.pref_plist);
/freebsd-11-stable/usr.bin/top/
H A Dmachine.c780 struct kinfo_proc **prefp; local
870 prefp = pref;
922 *prefp++ = pp;
1653 struct kinfo_proc **prefp; local
1656 prefp = pref;
1659 pp = *prefp++;
/freebsd-11-stable/usr.sbin/mountd/
H A Dmountd.c3234 char *name, *p, *prefp; local
3241 p = prefp = NULL;
3245 prefp = p + 1;
3317 preflen = strtol(prefp, NULL, 10);

Completed in 264 milliseconds