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

/freebsd-10-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-10-stable/usr.bin/top/
H A Dmachine.c674 struct kinfo_proc **prefp; local
736 prefp = pref;
785 *prefp++ = pp;
1485 struct kinfo_proc **prefp; local
1488 prefp = pref;
1491 pp = *prefp++;
/freebsd-10-stable/usr.sbin/mountd/
H A Dmountd.c2728 char *name, *p, *prefp; local
2735 p = prefp = NULL;
2739 prefp = p + 1;
2811 preflen = strtol(prefp, NULL, 10);

Completed in 140 milliseconds