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 | 826 struct kinfo_proc **prefp; in get_process_info() local 901 prefp = pref; in get_process_info() 960 *prefp++ = pp; in get_process_info()
|
| /freebsd/usr.sbin/mountd/ |
| H A D | mountd.c | 3455 char *name, *p, *prefp; in get_net() local 3462 p = prefp = NULL; in get_net() 3466 prefp = p + 1; in get_net() 3539 preflen = strtol(prefp, NULL, 10); in get_net()
|