Searched refs:bufpp (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sbin/sysctl/
H A Dsysctl.c1347 sysctl_vfsgen(char *string, char **bufpp, int mib[], int flags, int *typep) argument
1353 if (*bufpp == NULL) {
1358 if ((indx = findname(string, "third", bufpp, vfsvars)) == -1)
1383 sysctl_vfs(char *string, char **bufpp, int mib[], int flags, int *typep) argument
1393 if (*bufpp == NULL) {
1397 if ((indx = findname(string, "third", bufpp, lp)) == -1)
1413 sysctl_fs(char *string, char **bufpp, int mib[], int flags, int *typep) argument
1417 if (*bufpp == NULL) {
1421 if ((indx = findname(string, "third", bufpp, &fslist)) == -1)
1436 sysctl_bios(char *string, char **bufpp, in argument
1487 sysctl_swpenc(char *string, char **bufpp, int mib[], int flags, int *typep) argument
1803 sysctl_nchstats(char *string, char **bufpp, int mib[], int flags, int *typep) argument
1875 sysctl_tty(char *string, char **bufpp, int mib[], int flags, int *typep) argument
1900 sysctl_forkstat(char *string, char **bufpp, int mib[], int flags, int *typep) argument
1959 sysctl_malloc(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2069 sysctl_chipset(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2125 sysctl_inet(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2261 sysctl_inet6(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2318 sysctl_unix(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2357 sysctl_link(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2390 sysctl_bpf(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2410 sysctl_mpls(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2442 sysctl_pipex(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2476 sysctl_seminfo(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2495 sysctl_shminfo(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2514 sysctl_watchdog(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2534 sysctl_tc(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2554 sysctl_sensors(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2876 sysctl_audio(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2895 sysctl_video(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2914 sysctl_witness(char *string, char **bufpp, int mib[], int flags, int *typep) argument
2933 sysctl_battery(char *string, char **bufpp, int mib[], int flags, int *typep) argument
[all...]
/openbsd-current/usr.bin/vmstat/
H A Ddkstats.c162 char *disknames, *name, *bufpp, **dk_name; local
192 bufpp = disknames;
194 (name = strsep(&bufpp, ",")) != NULL; i++)
431 char *disknames, *name, *bufpp; local
524 bufpp = disknames;
525 for (i = 0; i < dk_ndrive && (name = strsep(&bufpp, ",")) != NULL; i++) {

Completed in 335 milliseconds