HomeSort by: relevance | last modified time | path
    Searched defs:cnode (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/sys/kern/
subr_syscall_stats.c 53 const struct sysctlnode *cnode; variable in typeref:typename:const struct sysctlnode *
56 sysctl_createv(clog, 0, NULL, &cnode,
62 kern_syscalls = cnode->sysctl_num;
kern_uidinfo.c 94 const struct sysctlnode *rnode, *cnode; local in function:sysctl_kern_uidinfo_setup
103 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
109 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
115 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
121 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
127 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
kern_crashme.c 113 const struct sysctlnode *cnode; local in function:crashme_add
126 rv = sysctl_createv(NULL, 0, NULL, &cnode,
135 ncn->cn_sysctl = cnode->sysctl_num;
vfs_dirhash.c 80 const struct sysctlnode *rnode, *cnode; local in function:dirhash_init
108 sysctl_createv(&sysctl_log, 0, &rnode, &cnode,
114 sysctl_createv(&sysctl_log, 0, &rnode, &cnode,
  /src/sys/crypto/chacha/
chacha_impl.c 57 const struct sysctlnode *cnode; variable in typeref:typename:const struct sysctlnode *
60 sysctl_createv(clog, 0, NULL, &cnode, 0, CTLTYPE_NODE, "crypto",
64 sysctl_createv(clog, 0, &cnode, &chacha_node, 0, CTLTYPE_NODE, "chacha",
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_kmod_netbsd.c 114 const struct sysctlnode *cnode = NULL; variable in typeref:typename:const struct sysctlnode *
121 sysctl_createv(clog, 0, &rnode, &cnode,
126 sysctl_createv(clog, 0, &cnode, NULL,
131 sysctl_createv(clog, 0, &cnode, NULL,
136 sysctl_createv(clog, 0, &cnode, NULL,
  /src/tests/modules/ufetchstore/
ufetchstore_tester.c 174 const struct sysctlnode *rnode, *cnode; local in function:ufetchstore_tester_init
184 error = sysctl_createv(log, 0, &rnode, &cnode,
  /src/sys/arch/arm/acpi/
acpi_cpu_md.c 241 const struct sysctlnode *mnode, *cnode, *fnode, *node; local in function:acpicpu_md_pstate_start
251 error = sysctl_createv(&acpicpu_log, 0, &mnode, &cnode,
258 error = sysctl_createv(&acpicpu_log, 0, &cnode, &fnode,
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.c 83 const struct sysctlnode *cnode, *rnode; variable in typeref:typename:const struct sysctlnode *
100 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
107 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
113 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
119 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
126 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
  /src/sys/netinet/
wqinput.c 116 const struct sysctlnode *cnode, *rnode; local in function:wqinput_sysctl_setup
140 error = sysctl_createv(NULL, 0, &rnode, &cnode,
in_selsrc.c 110 const struct sysctlnode *rnode, *cnode; variable in typeref:typename:const struct sysctlnode **
136 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
145 if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 374 const struct sysctlnode *rnode, *cnode; local in function:threadpool_tester_init
387 error = sysctl_createv(log, 0, &rnode, &cnode,
394 error = sysctl_createv(log, 0, &rnode, &cnode,
401 error = sysctl_createv(log, 0, &rnode, &cnode,
408 error = sysctl_createv(log, 0, &rnode, &cnode,
415 error = sysctl_createv(log, 0, &rnode, &cnode,
422 error = sysctl_createv(log, 0, &rnode, &cnode,
429 error = sysctl_createv(log, 0, &rnode, &cnode,
  /src/tests/modules/threadpool_tester/
threadpool_tester.c 374 const struct sysctlnode *rnode, *cnode; local in function:threadpool_tester_init
387 error = sysctl_createv(log, 0, &rnode, &cnode,
394 error = sysctl_createv(log, 0, &rnode, &cnode,
401 error = sysctl_createv(log, 0, &rnode, &cnode,
408 error = sysctl_createv(log, 0, &rnode, &cnode,
415 error = sysctl_createv(log, 0, &rnode, &cnode,
422 error = sysctl_createv(log, 0, &rnode, &cnode,
429 error = sysctl_createv(log, 0, &rnode, &cnode,
  /src/sys/dev/ic/
ath_netbsd.c 67 const struct sysctlnode *cnode, *rnode; variable in typeref:typename:const struct sysctlnode *
423 const struct sysctlnode *cnode, *rnode; local in function:ath_sysctlattach
scmd.c 110 const struct sysctlnode *cnode; local in function:scmd_sysctl_init
113 if ((error = sysctl_createv(&sc->sc_scmdlog, 0, NULL, &cnode,
119 sysctlroot_num = cnode->sysctl_num;
122 if ((error = sysctl_createv(&sc->sc_scmdlog, 0, NULL, &cnode,
athrate-onoe.c 470 const struct sysctlnode *cnode, *rnode; local in function:ath_rate_sysctlattach
  /src/sys/dev/i2c/
aht20.c 211 const struct sysctlnode *cnode; local in function:aht20_sysctl_init
214 if ((error = sysctl_createv(&sc->sc_aht20log, 0, NULL, &cnode,
220 sysctlroot_num = cnode->sysctl_num;
223 if ((error = sysctl_createv(&sc->sc_aht20log, 0, NULL, &cnode,
232 if ((error = sysctl_createv(&sc->sc_aht20log, 0, NULL, &cnode,
239 if ((error = sysctl_createv(&sc->sc_aht20log, 0, NULL, &cnode,
am2315.c 220 const struct sysctlnode *cnode; local in function:am2315_attach
222 if ((error = sysctl_createv(&sc->sc_am2315log, 0, NULL, &cnode, 0,
227 sysctlroot_num = cnode->sysctl_num;
230 if ((error = sysctl_createv(&sc->sc_am2315log, 0, NULL, &cnode,
239 if ((error = sysctl_createv(&sc->sc_am2315log, 0, NULL, &cnode,
246 if ((error = sysctl_createv(&sc->sc_am2315log, 0, NULL, &cnode,
sht4x.c 423 const struct sysctlnode *cnode; local in function:sht4x_sysctl_init
426 if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
432 sysctlroot_num = cnode->sysctl_num;
435 if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
444 if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
451 if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
459 if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
466 if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
472 if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
478 if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
    [all...]
  /src/sys/fs/tmpfs/
tmpfs_vfsops.c 249 tmpfs_node_t *node, *cnode; local in function:tmpfs_unmount
273 cnode = de->td_node;
274 if (cnode && cnode != TMPFS_NODE_WHITEOUT) {
275 cnode->tn_vnode = NULL;
  /src/sys/dev/usb/
ums.c 84 const struct sysctlnode *cnode; variable in typeref:typename:const struct sysctlnode *
95 err = sysctl_createv(clog, 0, &rnode, &cnode,
umass.c 217 const struct sysctlnode *cnode; variable in typeref:typename:const struct sysctlnode *
228 err = sysctl_createv(clog, 0, &rnode, &cnode,
  /src/sys/dev/ebus/
ebusreg.h 105 int32_t cnode; /* child node */ member in struct:ebus_interrupt_map
  /src/sys/rump/kern/lib/libsimplehook_tester/
simplehook_tester.c 520 const struct sysctlnode *rnode, *cnode; local in function:simplehook_tester_create_sysctl
536 error = sysctl_createv(log, 0, &rnode, &cnode,
541 error = sysctl_createv(log, 0, &cnode, NULL,
549 error = sysctl_createv(log, 0, &cnode, NULL,
557 error = sysctl_createv(log, 0, &rnode, &cnode,
564 error = sysctl_createv(log, 0, &cnode, NULL,
577 error = sysctl_createv(log, 0, &rnode, &cnode,
584 error = sysctl_createv(log, 0, &cnode, NULL,
593 error = sysctl_createv(log, 0, &cnode, NULL,
602 error = sysctl_createv(log, 0, &cnode, NULL
    [all...]
  /src/sys/crypto/aes/
aes_impl.c 66 const struct sysctlnode *cnode; variable in typeref:typename:const struct sysctlnode *
69 sysctl_createv(clog, 0, NULL, &cnode, 0, CTLTYPE_NODE, "crypto",
73 sysctl_createv(clog, 0, &cnode, &aes_node, 0, CTLTYPE_NODE, "aes",

Completed in 24 milliseconds

1 2 3 4