HomeSort by: relevance | last modified time | path
    Searched defs:sysctl_createv (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/drm/
drm_sysctl.c 41 #undef sysctl_createv macro
121 return sysctl_createv(log, 0, node, node,
134 if ((error = sysctl_createv(&def->log, 0, NULL, &rnode,
138 aprint_error("sysctl_createv returned %d, "
152 aprint_error("sysctl_createv returned %d, "
157 if ((error = sysctl_createv(&def->log, 0, &cnode,
162 aprint_error("sysctl_createv returned %d, "
  /src/sys/kern/
kern_sysctl.c 1941 * sysctl_createv() and sysctl_destroyv() are simpler-to-use
1943 * them out later. In the case of sysctl_createv(), the returned copy
1947 * Note that sysctl_createv() will return 0 if the create request
1957 #undef sysctl_createv macro
1959 sysctl_createv(struct sysctllog **log, int cflags, function
1976 printf("sysctl_createv: rnode NULL\n");
2081 printf("sysctl_createv: sysctl_locate(%s) returned %d\n",
2197 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, \

Completed in 54 milliseconds