Lines Matching defs:bufpp

1347 sysctl_vfsgen(char *string, char **bufpp, int mib[], int flags, int *typep)
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)
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)
1417 if (*bufpp == NULL) {
1421 if ((indx = findname(string, "third", bufpp, &fslist)) == -1)
1436 sysctl_bios(char *string, char **bufpp, int mib[], int flags, int *typep)
1441 if (*bufpp == NULL) {
1445 if ((indx = findname(string, "third", bufpp, &bioslist)) == -1)
1451 if (*bufpp == NULL) {
1462 if ((name = strsep(bufpp, ".")) == NULL) {
1487 sysctl_swpenc(char *string, char **bufpp, int mib[], int flags, int *typep)
1491 if (*bufpp == NULL) {
1495 if ((indx = findname(string, "third", bufpp, &swpenclist)) == -1)
1803 sysctl_nchstats(char *string, char **bufpp, int mib[], int flags, int *typep)
1810 if (*bufpp == NULL) {
1815 if ((indx = findname(string, "third", bufpp, &nchstatslist)) == -1)
1818 if (*bufpp != NULL) {
1875 sysctl_tty(char *string, char **bufpp, int mib[], int flags, int *typep)
1879 if (*bufpp == NULL) {
1883 if ((indx = findname(string, "third", bufpp, &ttylist)) == -1)
1900 sysctl_forkstat(char *string, char **bufpp, int mib[], int flags, int *typep)
1907 if (*bufpp == NULL) {
1912 if ((indx = findname(string, "third", bufpp, &forkstatlist)) == -1)
1914 if (*bufpp != NULL) {
1959 sysctl_malloc(char *string, char **bufpp, int mib[], int flags, int *typep)
1967 if (*bufpp == NULL) {
1971 if ((indx = findname(string, "third", bufpp, &kernmalloclist)) == -1)
1975 if ((name = strsep(bufpp, ".")) == NULL) {
2013 if ((name = strsep(bufpp, ".")) == NULL) {
2069 sysctl_chipset(char *string, char **bufpp, int mib[], int flags, int *typep)
2076 if (*bufpp == NULL) {
2080 if ((indx = findname(string, "third", bufpp, &chipsetlist)) == -1)
2125 sysctl_inet(char *string, char **bufpp, int mib[], int flags, int *typep)
2130 if (*bufpp == NULL) {
2134 if ((indx = findname(string, "third", bufpp, &inetlist)) == -1)
2145 if (*bufpp == NULL) {
2149 if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
2156 if (*bufpp == NULL) {
2161 if ((tindx = findname(string, "fifth", bufpp, lp)) == -1)
2261 sysctl_inet6(char *string, char **bufpp, int mib[], int flags, int *typep)
2266 if (*bufpp == NULL) {
2270 if ((indx = findname(string, "third", bufpp, &inet6list)) == -1)
2281 if (*bufpp == NULL) {
2285 if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
2292 if (*bufpp == NULL) {
2297 if ((tindx = findname(string, "fifth", bufpp, lp)) == -1)
2318 sysctl_unix(char *string, char **bufpp, int mib[], int flags, int *typep)
2323 if (*bufpp == NULL) {
2327 if ((indx = findname(string, "third", bufpp, &netunixlist)) == -1)
2337 if (*bufpp == NULL) {
2341 if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
2357 sysctl_link(char *string, char **bufpp, int mib[], int flags, int *typep)
2362 if (*bufpp == NULL) {
2366 if ((indx = findname(string, "third", bufpp, &netlinklist)) == -1)
2377 if (*bufpp == NULL) {
2381 if ((indx = findname(string, "fourth", bufpp, lp)) == -1)
2390 sysctl_bpf(char *string, char **bufpp, int mib[], int flags, int *typep)
2394 if (*bufpp == NULL) {
2398 if ((indx = findname(string, "third", bufpp, &bpflist)) == -1)
2410 sysctl_mpls(char *string, char **bufpp, int mib[], int flags, int *typep)
2415 if (*bufpp == NULL) {
2419 if ((indx = findname(string, "third", bufpp, &mplslist)) == -1)
2426 if (*bufpp == NULL) {
2431 if ((tindx = findname(string, "fourth", bufpp, lp)) == -1)
2442 sysctl_pipex(char *string, char **bufpp, int mib[], int flags, int *typep)
2447 if (*bufpp == NULL) {
2451 if ((indx = findname(string, "third", bufpp, &pipexlist)) == -1)
2458 if (*bufpp == NULL) {
2463 if ((tindx = findname(string, "fourth", bufpp, lp)) == -1)
2476 sysctl_seminfo(char *string, char **bufpp, int mib[], int flags, int *typep)
2480 if (*bufpp == NULL) {
2484 if ((indx = findname(string, "third", bufpp, &semlist)) == -1)
2495 sysctl_shminfo(char *string, char **bufpp, int mib[], int flags, int *typep)
2499 if (*bufpp == NULL) {
2503 if ((indx = findname(string, "third", bufpp, &shmlist)) == -1)
2514 sysctl_watchdog(char *string, char **bufpp, int mib[], int flags,
2519 if (*bufpp == NULL) {
2523 if ((indx = findname(string, "third", bufpp, &watchdoglist)) == -1)
2534 sysctl_tc(char *string, char **bufpp, int mib[], int flags,
2539 if (*bufpp == NULL) {
2543 if ((indx = findname(string, "third", bufpp, &tclist)) == -1)
2554 sysctl_sensors(char *string, char **bufpp, int mib[], int flags, int *typep)
2562 if (*bufpp == NULL) {
2588 if ((devname = strsep(bufpp, ".")) == NULL) {
2610 if (*bufpp == NULL) {
2622 if ((typename = strsep(bufpp, ".")) == NULL) {
2876 sysctl_audio(char *string, char **bufpp, int mib[], int flags, int *typep)
2880 if (*bufpp == NULL) {
2884 if ((indx = findname(string, "third", bufpp, &audiolist)) == -1)
2895 sysctl_video(char *string, char **bufpp, int mib[], int flags, int *typep)
2899 if (*bufpp == NULL) {
2903 if ((indx = findname(string, "third", bufpp, &videolist)) == -1)
2914 sysctl_witness(char *string, char **bufpp, int mib[], int flags, int *typep)
2918 if (*bufpp == NULL) {
2922 if ((indx = findname(string, "third", bufpp, &witnesslist)) == -1)
2933 sysctl_battery(char *string, char **bufpp, int mib[], int flags,
2938 if (*bufpp == NULL) {
2942 if ((indx = findname(string, "third", bufpp, &batterylist)) == -1)