/src/sys/kern/ |
kern_sysctl.c | 1939 * sysctl_createv() and sysctl_destroyv() are simpler-to-use 1941 * them out later. In the case of sysctl_createv(), the returned copy 1945 * Note that sysctl_createv() will return 0 if the create request 1955 #undef sysctl_createv 1957 sysctl_createv(struct sysctllog **log, int cflags, function in typeref:typename:int 1974 printf("sysctl_createv: rnode NULL\n"); 2079 printf("sysctl_createv: sysctl_locate(%s) returned %d\n", 2195 printf("sysctl_createv: sysctl_create(%s) returned %d\n",
|
kern_sysctl.c | 1939 * sysctl_createv() and sysctl_destroyv() are simpler-to-use 1941 * them out later. In the case of sysctl_createv(), the returned copy 1945 * Note that sysctl_createv() will return 0 if the create request 1955 #undef sysctl_createv 1957 sysctl_createv(struct sysctllog **log, int cflags, function in typeref:typename:int 1974 printf("sysctl_createv: rnode NULL\n"); 2079 printf("sysctl_createv: sysctl_locate(%s) returned %d\n", 2195 printf("sysctl_createv: sysctl_create(%s) returned %d\n",
|
kern_sysctl.c | 1939 * sysctl_createv() and sysctl_destroyv() are simpler-to-use 1941 * them out later. In the case of sysctl_createv(), the returned copy 1945 * Note that sysctl_createv() will return 0 if the create request 1955 #undef sysctl_createv 1957 sysctl_createv(struct sysctllog **log, int cflags, function in typeref:typename:int 1974 printf("sysctl_createv: rnode NULL\n"); 2079 printf("sysctl_createv: sysctl_locate(%s) returned %d\n", 2195 printf("sysctl_createv: sysctl_create(%s) returned %d\n",
|
/src/sys/sys/ |
sysctl.h | 1151 int sysctl_createv(struct sysctllog **, int, 1173 #define sysctl_createv(lg, cfl, rn, cn, fl, type, nm, desc, fn, qv, newp, ...) \ macro 1174 sysctl_createv(lg, cfl, rn, cn, fl, type, nm, desc, fn, qv, \
|
sysctl.h | 1151 int sysctl_createv(struct sysctllog **, int, 1173 #define sysctl_createv(lg, cfl, rn, cn, fl, type, nm, desc, fn, qv, newp, ...) \ macro 1174 sysctl_createv(lg, cfl, rn, cn, fl, type, nm, desc, fn, qv, \
|
sysctl.h | 1151 int sysctl_createv(struct sysctllog **, int, 1173 #define sysctl_createv(lg, cfl, rn, cn, fl, type, nm, desc, fn, qv, newp, ...) \ macro 1174 sysctl_createv(lg, cfl, rn, cn, fl, type, nm, desc, fn, qv, \
|