Searched refs:prefp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/netbsd-tests/dev/dm/ |
H A D | h_dm.c | 61 struct plistref prefp; in dm_test_versions() local 77 prop_dictionary_externalize_to_pref(dict_in, &prefp); in dm_test_versions() 79 error = rump_sys_ioctl(fd, NETBSD_DM_IOCTL, &prefp); in dm_test_versions() 83 dict_out = prop_dictionary_internalize(prefp.pref_plist); in dm_test_versions() 101 struct plistref prefp; in dm_test_targets() local 117 prop_dictionary_externalize_to_pref(dict_in, &prefp); in dm_test_targets() 119 error = rump_sys_ioctl(fd, NETBSD_DM_IOCTL, &prefp); in dm_test_targets() 123 dict_out = prop_dictionary_internalize(prefp.pref_plist); in dm_test_targets()
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 753 struct kinfo_proc **prefp; in get_process_info() local 825 prefp = pref; in get_process_info() 884 *prefp++ = pp; in get_process_info()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 3407 char *name, *p, *prefp; in get_net() local 3414 p = prefp = NULL; in get_net() 3418 prefp = p + 1; in get_net() 3491 preflen = strtol(prefp, NULL, 10); in get_net()
|