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

  /src/sys/kern/
kern_sysctl.c 434 fn = (sysctlfn)sysctl_create; /* we own the rnode */
699 * sysctl_create -- Adds a node (the description of which is taken
712 sysctl_create(SYSCTLFN_ARGS)
726 printf("sysctl_create: rnode %p wrong version\n", rnode);
769 printf("sysctl_create: attempt to add node to aliased "
1222 * A wrapper around sysctl_create() that prints the thing we're trying
1228 sysctl_create(SYSCTLFN_ARGS) function in typeref:typename:int
1256 printf("sysctl_create(");
1942 * of the node (see sysctl_create()) will be translated back into a
2084 error = sysctl_create(&name[ni], namelen - ni, &onode, &sz
    [all...]
kern_sysctl.c 434 fn = (sysctlfn)sysctl_create; /* we own the rnode */
699 * sysctl_create -- Adds a node (the description of which is taken
712 sysctl_create(SYSCTLFN_ARGS)
726 printf("sysctl_create: rnode %p wrong version\n", rnode);
769 printf("sysctl_create: attempt to add node to aliased "
1222 * A wrapper around sysctl_create() that prints the thing we're trying
1228 sysctl_create(SYSCTLFN_ARGS) function in typeref:typename:int
1256 printf("sysctl_create(");
1942 * of the node (see sysctl_create()) will be translated back into a
2084 error = sysctl_create(&name[ni], namelen - ni, &onode, &sz
    [all...]

Completed in 52 milliseconds