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

1 2 3 4

  /src/sys/kern/
subr_syscall_stats.c 53 const struct sysctlnode *cnode; variable in typeref:struct:sysctlnode
56 sysctl_createv(clog, 0, NULL, &cnode,
62 kern_syscalls = cnode->sysctl_num;
kern_crashme.c 115 const struct sysctlnode *cnode; local
128 rv = sysctl_createv(NULL, 0, NULL, &cnode,
137 ncn->cn_sysctl = cnode->sysctl_num;
kern_uidinfo.c 97 const struct sysctlnode *rnode, *cnode; local
106 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
112 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
118 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
124 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
130 sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
vfs_dirhash.c 90 const struct sysctlnode *rnode, *cnode; local
127 sysctl_createv(&sysctl_log, 0, &rnode, &cnode,
133 sysctl_createv(&sysctl_log, 0, &rnode, &cnode,
  /src/sys/crypto/chacha/
chacha_impl.c 57 const struct sysctlnode *cnode; variable in typeref: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: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/sys/external/bsd/drm2/drm/
drm_sysctl.c 130 const struct sysctlnode *rnode = NULL, *cnode; local
147 cnode = rnode;
150 if ((error = drm_sysctl_node(n, &cnode, &def->log))
157 if ((error = sysctl_createv(&def->log, 0, &cnode,
158 &cnode, p->mode == 0600 ? CTLFLAG_READWRITE : 0,
  /src/tests/modules/ufetchstore/
ufetchstore_tester.c 174 const struct sysctlnode *rnode, *cnode; local
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
251 error = sysctl_createv(&acpicpu_log, 0, &mnode, &cnode,
258 error = sysctl_createv(&acpicpu_log, 0, &cnode, &fnode,
  /src/sys/dev/i2c/
aht20.c 211 const struct sysctlnode *cnode; local
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
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,
ds2482ow.c 561 const struct sysctlnode *cnode; local
579 if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
585 sysctlroot_num = cnode->sysctl_num;
588 if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
596 if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
602 pullup_num = cnode->sysctl_num;
604 if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
610 if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
sgp40.c 478 const struct sysctlnode *cnode; local
481 if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
487 sysctlroot_num = cnode->sysctl_num;
490 if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
499 if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
506 if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
512 if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
517 int compensation_num = cnode->sysctl_num;
519 if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
526 if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
    [all...]
  /src/sys/dev/ic/
ath_netbsd.c 67 const struct sysctlnode *cnode, *rnode; variable in typeref:struct:sysctlnode
423 const struct sysctlnode *cnode, *rnode; local
scmd.c 110 const struct sysctlnode *cnode; local
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,
  /src/sys/dev/onewire/
ds28e17iic.c 544 const struct sysctlnode *cnode; local
547 if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
553 sysctlroot_num = cnode->sysctl_num;
556 if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
564 if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
571 if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
578 if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
585 if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
  /src/sys/dev/usb/
ums.c 84 const struct sysctlnode *cnode; variable in typeref:struct:sysctlnode
95 err = sysctl_createv(clog, 0, &rnode, &cnode,
  /src/sys/external/isc/atheros_hal/ic/
ah_osdep.c 83 const struct sysctlnode *cnode, *rnode; variable in typeref: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/fs/tmpfs/
tmpfs_vfsops.c 249 tmpfs_node_t *node, *cnode; local
273 cnode = de->td_node;
274 if (cnode && cnode != TMPFS_NODE_WHITEOUT) {
275 cnode->tn_vnode = NULL;
  /src/sys/netinet/
wqinput.c 116 const struct sysctlnode *cnode, *rnode; local
140 error = sysctl_createv(NULL, 0, &rnode, &cnode,
  /src/tests/kernel/threadpool_tester/
threadpool_tester.c 374 const struct sysctlnode *rnode, *cnode; local
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
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/coda/
cnode.h 1 /* $NetBSD: cnode.h,v 1.21 2024/05/17 23:56:24 thorpej Exp $ */
31 * @(#) coda/cnode.h,v 1.1.1.1 1998/08/29 21:26:46 rvb Exp $
58 * Cnode lookup stuff.
97 struct cnode { struct
111 #define VTOC(vp) ((struct cnode *)(vp)->v_data)
116 #define C_VATTR 0x01 /* Validity of vattr in the cnode */
180 * to a cnode was a downcall or not
194 extern int coda_vmflush(struct cnode *);
197 extern struct cnode *make_coda_node(CodaFid *, struct mount *, short);
  /src/sys/crypto/aes/
aes_impl.c 79 const struct sysctlnode *cnode; variable in typeref:struct:sysctlnode
82 sysctl_createv(clog, 0, NULL, &cnode, 0, CTLTYPE_NODE, "crypto",
86 sysctl_createv(clog, 0, &cnode, &aes_node, 0, CTLTYPE_NODE, "aes",
  /src/sys/dev/ebus/
ebusreg.h 105 int32_t cnode; /* child node */ member in struct:ebus_interrupt_map

Completed in 34 milliseconds

1 2 3 4