sys/arch/alpha/alpha/cpu.c
497
const struct sysctlnode *rnode, *cnode;
sys/arch/alpha/alpha/cpu.c
508
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
516
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
524
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
532
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
540
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
548
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
556
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
564
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
572
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
580
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
588
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
596
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
604
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
612
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
620
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
628
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/alpha/alpha/cpu.c
636
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/arch/arm/acpi/acpi_cpu_md.c
241
const struct sysctlnode *mnode, *cnode, *fnode, *node;
sys/arch/arm/acpi/acpi_cpu_md.c
251
error = sysctl_createv(&acpicpu_log, 0, &mnode, &cnode,
sys/arch/arm/acpi/acpi_cpu_md.c
258
error = sysctl_createv(&acpicpu_log, 0, &cnode, &fnode,
sys/arch/powerpc/booke/dev/pq3etsec.c
2716
const struct sysctlnode *cnode, *rnode;
sys/arch/powerpc/booke/dev/pq3etsec.c
2734
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/arch/powerpc/booke/dev/pq3etsec.c
2742
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/arch/powerpc/booke/dev/pq3etsec.c
2750
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/arch/powerpc/booke/dev/pq3etsec.c
2758
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/arch/sparc/sparc/promlib.c
622
int cnode;
sys/arch/sparc/sparc/promlib.c
623
if ((cnode = prom_search(node, name)) != 0)
sys/arch/sparc/sparc/promlib.c
624
return (cnode);
sys/arch/sparc64/dev/ebus_mainbus.c
151
if (psc && psc->sc_node == sc->sc_intmap[i].cnode) {
sys/arch/sparc64/dev/ebus_mainbus.c
291
node = sc->sc_intmap[i].cnode;
sys/coda/cnode.h
111
#define VTOC(vp) ((struct cnode *)(vp)->v_data)
sys/coda/cnode.h
194
extern int coda_vmflush(struct cnode *);
sys/coda/cnode.h
197
extern struct cnode *make_coda_node(CodaFid *, struct mount *, short);
sys/coda/coda_namecache.c
116
coda_nc_find(struct cnode *dcp, const char *name, int namelen,
sys/coda/coda_namecache.c
166
coda_nc_find(struct cnode *dcp, const char *name, int namelen,
sys/coda/coda_namecache.c
216
coda_nc_enter(struct cnode *dcp, const char *name, int namelen,
sys/coda/coda_namecache.c
217
kauth_cred_t cred, struct cnode *cp)
sys/coda/coda_namecache.c
287
struct cnode *
sys/coda/coda_namecache.c
288
coda_nc_lookup(struct cnode *dcp, const char *name, int namelen,
sys/coda/coda_namecache.c
295
return((struct cnode *) 0);
sys/coda/coda_namecache.c
301
return((struct cnode *) 0);
sys/coda/coda_namecache.c
313
return((struct cnode *) 0);
sys/coda/coda_namecache.c
466
coda_nc_zapfile(struct cnode *dcp, const char *name, int namelen)
sys/coda/coda_namecache.c
697
coda_nc_name(struct cnode *cp)
sys/coda/coda_namecache.h
118
extern void coda_nc_enter(struct cnode *, const char *, int,
sys/coda/coda_namecache.h
119
kauth_cred_t, struct cnode *);
sys/coda/coda_namecache.h
120
extern struct cnode *coda_nc_lookup(struct cnode *, const char *, int,
sys/coda/coda_namecache.h
126
extern void coda_nc_zapfile(struct cnode *, const char *, int);
sys/coda/coda_namecache.h
133
extern void coda_nc_name(struct cnode *cp);
sys/coda/coda_namecache.h
80
#define CODA_NC_VALID(cncp) (cncp->dcp != (struct cnode *)0)
sys/coda/coda_namecache.h
92
struct cnode *cp; /* vnode of the file */
sys/coda/coda_namecache.h
93
struct cnode *dcp; /* parent's cnode */
sys/coda/coda_subr.c
192
struct cnode *cp = VTOC(vp);
sys/coda/coda_subr.c
218
struct cnode *cp = VTOC(vp);
sys/coda/coda_subr.c
242
struct cnode *cp = VTOC(vp);
sys/coda/coda_subr.c
263
struct cnode *cp = VTOC(vp);
sys/coda/coda_subr.c
359
struct cnode *cp;
sys/coda/coda_subr.c
384
struct cnode *cp;
sys/coda/coda_subr.c
408
struct cnode *cp;
sys/coda/coda_subr.c
440
struct cnode *cp = NULL;
sys/coda/coda_subr.c
478
coda_vmflush(struct cnode *cp)
sys/coda/coda_subr.c
80
#define IS_DIR(cnode) (cnode.Vnode & 0x1)
sys/coda/coda_subr.c
84
#define IS_DIR(cnode) (cnode.opaque[2] & 0x1)
sys/coda/coda_subr.c
93
struct cnode *
sys/coda/coda_subr.c
98
struct cnode *cp;
sys/coda/coda_subr.h
34
struct cnode *coda_alloc(void);
sys/coda/coda_subr.h
35
void coda_free(struct cnode *cp);
sys/coda/coda_subr.h
36
struct cnode *coda_find(CodaFid *fid);
sys/coda/coda_subr.h
44
void coda_save(struct cnode *cp);
sys/coda/coda_subr.h
45
void coda_unsave(struct cnode *cp);
sys/coda/coda_vfsops.c
166
struct cnode *cp;
sys/coda/coda_vfsops.c
378
struct cnode *cp = VTOC(mi->mi_rootvp);
sys/coda/coda_vfsops.c
493
struct cnode *cp;
sys/coda/coda_vfsops.c
524
struct cnode *cp = 0;
sys/coda/coda_vnops.c
1003
struct cnode *cp;
sys/coda/coda_vnops.c
1080
struct cnode *cp = VTOC(dvp);
sys/coda/coda_vnops.c
1089
struct cnode *tp;
sys/coda/coda_vnops.c
1153
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
1155
struct cnode *dcp = VTOC(dvp);
sys/coda/coda_vnops.c
1225
struct cnode *odcp = VTOC(odvp);
sys/coda/coda_vnops.c
1228
struct cnode *ndcp = VTOC(ndvp);
sys/coda/coda_vnops.c
1259
struct cnode *ovcp = coda_nc_lookup(VTOC(odvp), fnm, flen, cred);
sys/coda/coda_vnops.c
1319
struct cnode *dcp = VTOC(dvp);
sys/coda/coda_vnops.c
1329
struct cnode *cp;
sys/coda/coda_vnops.c
1389
struct cnode *dcp = VTOC(dvp);
sys/coda/coda_vnops.c
1398
struct cnode *cp;
sys/coda/coda_vnops.c
1455
struct cnode *dcp = VTOC(dvp);
sys/coda/coda_vnops.c
1539
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
1725
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
1779
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
1799
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
1930
struct cnode *
sys/coda/coda_vnops.c
1935
struct cnode *cp;
sys/coda/coda_vnops.c
1979
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
2110
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
227
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
314
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
399
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
584
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
635
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
667
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
732
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
783
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
836
struct cnode *cp = VTOC(vp);
sys/coda/coda_vnops.c
881
struct cnode *dcp = VTOC(dvp);
sys/coda/coda_vnops.c
889
struct cnode *cp;
sys/coda/coda_vnops.c
993
struct cnode *dcp = VTOC(dvp);
sys/crypto/aes/aes_impl.c
79
const struct sysctlnode *cnode;
sys/crypto/aes/aes_impl.c
82
sysctl_createv(clog, 0, NULL, &cnode, 0, CTLTYPE_NODE, "crypto",
sys/crypto/aes/aes_impl.c
86
sysctl_createv(clog, 0, &cnode, &aes_node, 0, CTLTYPE_NODE, "aes",
sys/crypto/chacha/chacha_impl.c
57
const struct sysctlnode *cnode;
sys/crypto/chacha/chacha_impl.c
60
sysctl_createv(clog, 0, NULL, &cnode, 0, CTLTYPE_NODE, "crypto",
sys/crypto/chacha/chacha_impl.c
64
sysctl_createv(clog, 0, &cnode, &chacha_node, 0, CTLTYPE_NODE, "chacha",
sys/dev/acpi/thinkpad_acpi.c
1236
const struct sysctlnode *rnode, *cnode;
sys/dev/acpi/thinkpad_acpi.c
1253
err = sysctl_createv(&sc->sc_log, 0, &rnode, &cnode,
sys/dev/acpi/thinkpad_acpi.c
1260
thinkpad_battery_sysctl_setup_controls(self, cnode,
sys/dev/acpi/thinkpad_acpi.c
1263
err = sysctl_createv(&sc->sc_log, 0, &rnode, &cnode,
sys/dev/acpi/thinkpad_acpi.c
1270
thinkpad_battery_sysctl_setup_controls(self, cnode,
sys/dev/acpi/thinkpad_acpi.c
1273
err = sysctl_createv(&sc->sc_log, 0, &rnode, &cnode,
sys/dev/acpi/thinkpad_acpi.c
1280
thinkpad_battery_sysctl_setup_controls(self, cnode,
sys/dev/ebus/ebusreg.h
105
int32_t cnode; /* child node */
sys/dev/hyperv/if_hvn.c
5154
const struct sysctlnode *rnode, *cnode, *rxnode, *txnode;
sys/dev/hyperv/if_hvn.c
5168
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/hyperv/if_hvn.c
5234
const struct sysctlnode *cnode;
sys/dev/hyperv/if_hvn.c
5244
error = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/hyperv/if_hvn.c
5253
error = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/hyperv/if_hvn.c
5262
error = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/hyperv/if_hvn.c
5271
error = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/i2c/aht20.c
211
const struct sysctlnode *cnode;
sys/dev/i2c/aht20.c
214
if ((error = sysctl_createv(&sc->sc_aht20log, 0, NULL, &cnode,
sys/dev/i2c/aht20.c
220
sysctlroot_num = cnode->sysctl_num;
sys/dev/i2c/aht20.c
223
if ((error = sysctl_createv(&sc->sc_aht20log, 0, NULL, &cnode,
sys/dev/i2c/aht20.c
232
if ((error = sysctl_createv(&sc->sc_aht20log, 0, NULL, &cnode,
sys/dev/i2c/aht20.c
239
if ((error = sysctl_createv(&sc->sc_aht20log, 0, NULL, &cnode,
sys/dev/i2c/am2315.c
220
const struct sysctlnode *cnode;
sys/dev/i2c/am2315.c
222
if ((error = sysctl_createv(&sc->sc_am2315log, 0, NULL, &cnode, 0,
sys/dev/i2c/am2315.c
227
sysctlroot_num = cnode->sysctl_num;
sys/dev/i2c/am2315.c
230
if ((error = sysctl_createv(&sc->sc_am2315log, 0, NULL, &cnode,
sys/dev/i2c/am2315.c
239
if ((error = sysctl_createv(&sc->sc_am2315log, 0, NULL, &cnode,
sys/dev/i2c/am2315.c
246
if ((error = sysctl_createv(&sc->sc_am2315log, 0, NULL, &cnode,
sys/dev/i2c/ds2482ow.c
561
const struct sysctlnode *cnode;
sys/dev/i2c/ds2482ow.c
579
if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
sys/dev/i2c/ds2482ow.c
585
sysctlroot_num = cnode->sysctl_num;
sys/dev/i2c/ds2482ow.c
588
if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
sys/dev/i2c/ds2482ow.c
596
if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
sys/dev/i2c/ds2482ow.c
602
pullup_num = cnode->sysctl_num;
sys/dev/i2c/ds2482ow.c
604
if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
sys/dev/i2c/ds2482ow.c
610
if ((error = sysctl_createv(&sc->sc_ds2482log, 0, NULL, &cnode,
sys/dev/i2c/emcfan.c
264
const struct sysctlnode *cnode;
sys/dev/i2c/emcfan.c
268
if ((error = sysctl_createv(&sc->sc_emcfanlog, 0, NULL, &cnode,
sys/dev/i2c/emcfan.c
274
sysctlroot_num = cnode->sysctl_num;
sys/dev/i2c/emcfan.c
277
if ((error = sysctl_createv(&sc->sc_emcfanlog, 0, NULL, &cnode,
sys/dev/i2c/emcfan.c
293
if ((error = sysctl_createv(&sc->sc_emcfanlog, 0, NULL, &cnode,
sys/dev/i2c/emcfan.c
303
if ((error = sysctl_createv(&sc->sc_emcfanlog, 0, NULL, &cnode,
sys/dev/i2c/emcfan.c
311
if ((error = sysctl_createv(&sc->sc_emcfanlog, 0, NULL, &cnode,
sys/dev/i2c/sgp40.c
478
const struct sysctlnode *cnode;
sys/dev/i2c/sgp40.c
481
if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
sys/dev/i2c/sgp40.c
487
sysctlroot_num = cnode->sysctl_num;
sys/dev/i2c/sgp40.c
490
if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
sys/dev/i2c/sgp40.c
499
if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
sys/dev/i2c/sgp40.c
506
if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
sys/dev/i2c/sgp40.c
512
if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
sys/dev/i2c/sgp40.c
517
int compensation_num = cnode->sysctl_num;
sys/dev/i2c/sgp40.c
519
if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
sys/dev/i2c/sgp40.c
526
if ((error = sysctl_createv(&sc->sc_sgp40log, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
1004
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
1011
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
1019
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
1026
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
1032
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
946
const struct sysctlnode *cnode;
sys/dev/i2c/sht3x.c
949
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
955
sysctlroot_num = cnode->sysctl_num;
sys/dev/i2c/sht3x.c
958
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
967
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
974
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
981
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
989
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht3x.c
996
if ((error = sysctl_createv(&sc->sc_sht3xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
423
const struct sysctlnode *cnode;
sys/dev/i2c/sht4x.c
426
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
432
sysctlroot_num = cnode->sysctl_num;
sys/dev/i2c/sht4x.c
435
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
444
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
451
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
459
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
466
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
472
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
478
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
485
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/sht4x.c
493
if ((error = sysctl_createv(&sc->sc_sht4xlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
489
const struct sysctlnode *cnode;
sys/dev/i2c/si70xx.c
492
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
498
sysctlroot_num = cnode->sysctl_num;
sys/dev/i2c/si70xx.c
501
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
510
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
517
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
525
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
533
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
540
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
546
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
553
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/si70xx.c
559
if ((error = sysctl_createv(&sc->sc_si70xxlog, 0, NULL, &cnode,
sys/dev/i2c/tsllux.c
406
const struct sysctlnode *rnode, *cnode;
sys/dev/i2c/tsllux.c
416
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/i2c/tsllux.c
424
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/i2c/tsllux.c
432
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/i2c/tsllux.c
439
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/ic/an.c
366
const struct sysctlnode *cnode, *rnode;
sys/dev/ic/an.c
375
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/ath_netbsd.c
423
const struct sysctlnode *cnode, *rnode;
sys/dev/ic/ath_netbsd.c
67
const struct sysctlnode *cnode, *rnode;
sys/dev/ic/ath_netbsd.h
70
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_PERMANENT|(__rw), \
sys/dev/ic/ath_netbsd.h
77
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_PERMANENT|(__rw),\
sys/dev/ic/ath_netbsd.h
85
sysctl_createv(clog, 0, &rnode, &cnode, \
sys/dev/ic/athrate-onoe.c
470
const struct sysctlnode *cnode, *rnode;
sys/dev/ic/athrate-sample.c
776
const struct sysctlnode *cnode, *rnode;
sys/dev/ic/bmx280.c
295
const struct sysctlnode *cnode;
sys/dev/ic/bmx280.c
298
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
304
sysctlroot_num = cnode->sysctl_num;
sys/dev/ic/bmx280.c
307
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
316
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
324
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
331
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
338
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
346
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
354
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
361
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
366
sysctlwait_num = cnode->sysctl_num;
sys/dev/ic/bmx280.c
368
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
375
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bmx280.c
383
if ((error = sysctl_createv(&sc->sc_bmx280log, 0, NULL, &cnode,
sys/dev/ic/bwi.c
634
const struct sysctlnode *cnode;
sys/dev/ic/bwi.c
642
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/bwi.c
660
const struct sysctlnode *cnode;
sys/dev/ic/bwi.c
670
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/bwi.c
676
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/bwi.c
682
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/bwi.c
688
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/bwi.c
694
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/bwi.c
701
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/dwc_eqos.c
1951
const struct sysctlnode *rnode, *qnode, *cnode;
sys/dev/ic/dwc_eqos.c
1976
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
1982
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
1988
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
1994
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
2000
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
2006
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
2012
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
2018
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
2024
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
2030
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/ic/dwc_eqos.c
2039
rv = sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/ic/rtw.c
137
const struct sysctlnode *cnode, *rnode;
sys/dev/ic/rtw.c
147
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/rtw.c
155
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/rtw.c
165
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/rtw.c
174
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/sc16is7xx.c
353
const struct sysctlnode *cnode;
sys/dev/ic/sc16is7xx.c
356
if ((error = sysctl_createv(&sc->sc_sc16is7xx_log, 0, NULL, &cnode,
sys/dev/ic/sc16is7xx.c
362
sysctlroot_num = cnode->sysctl_num;
sys/dev/ic/sc16is7xx.c
364
if ((error = sysctl_createv(&sc->sc_sc16is7xx_log, 0, NULL, &cnode,
sys/dev/ic/sc16is7xx.c
371
if ((error = sysctl_createv(&sc->sc_sc16is7xx_log, 0, NULL, &cnode,
sys/dev/ic/sc16is7xx.c
380
if ((error = sysctl_createv(&sc->sc_sc16is7xx_log, 0, NULL, &cnode,
sys/dev/ic/sc16is7xx.c
387
if ((error = sysctl_createv(&sc->sc_sc16is7xx_log, 0, NULL, &cnode,
sys/dev/ic/scmd.c
110
const struct sysctlnode *cnode;
sys/dev/ic/scmd.c
113
if ((error = sysctl_createv(&sc->sc_scmdlog, 0, NULL, &cnode,
sys/dev/ic/scmd.c
119
sysctlroot_num = cnode->sysctl_num;
sys/dev/ic/scmd.c
122
if ((error = sysctl_createv(&sc->sc_scmdlog, 0, NULL, &cnode,
sys/dev/ic/sl811hs.c
546
const struct sysctlnode *cnode;
sys/dev/ic/sl811hs.c
557
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/ic/wi.c
289
const struct sysctlnode *cnode;
sys/dev/ic/wi.c
300
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/onewire/ds28e17iic.c
544
const struct sysctlnode *cnode;
sys/dev/onewire/ds28e17iic.c
547
if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
sys/dev/onewire/ds28e17iic.c
553
sysctlroot_num = cnode->sysctl_num;
sys/dev/onewire/ds28e17iic.c
556
if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
sys/dev/onewire/ds28e17iic.c
564
if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
sys/dev/onewire/ds28e17iic.c
571
if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
sys/dev/onewire/ds28e17iic.c
578
if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
sys/dev/onewire/ds28e17iic.c
585
if ((error = sysctl_createv(&sc->sc_ds28e17iiclog, 0, NULL, &cnode,
sys/dev/pci/if_ipw.c
2304
const struct sysctlnode *cnode;
sys/dev/pci/if_ipw.c
2314
sysctl_createv(NULL, 0, &rnode, &cnode,
sys/dev/pci/if_iwi.c
2844
const struct sysctlnode *cnode;
sys/dev/pci/if_iwi.c
2853
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/pci/if_iwi.c
2874
const struct sysctlnode *cnode;
sys/dev/pci/if_iwi.c
2884
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/pci/if_iwi.c
2891
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/pci/if_iwi.c
2898
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/pci/if_iwi.c
2905
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/pci/if_iwi.c
2982
const struct sysctlnode *cnode;
sys/dev/pci/if_iwi.c
2992
sysctl_createv(NULL, 0, &rnode, &cnode,
sys/dev/pci/if_iwm.c
9484
const struct sysctlnode *cnode;
sys/dev/pci/if_iwm.c
9498
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/pci/if_wm.c
6499
const struct sysctlnode *rnode, *qnode, *cnode;
sys/dev/pci/if_wm.c
6513
rv = sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/if_wm.c
6534
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6540
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6546
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6552
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6558
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6564
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6570
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6576
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6582
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6588
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6595
if (sysctl_createv(log, 0, &qnode, &cnode,
sys/dev/pci/if_wm.c
6604
rv = sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/if_wm.c
6619
rv = sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/if_wpi.c
3441
const struct sysctlnode *cnode;
sys/dev/pci/if_wpi.c
3451
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/pci/if_wpi.c
3459
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/if_bypass.c
743
const struct sysctlnode *rnode, *cnode;
sys/dev/pci/ixgbe/if_bypass.c
776
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/if_bypass.c
785
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READONLY,
sys/dev/pci/ixgbe/if_bypass.c
789
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/if_bypass.c
793
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/if_bypass.c
797
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/if_bypass.c
801
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/if_bypass.c
805
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/if_bypass.c
809
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/if_bypass.c
813
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/if_bypass.c
817
sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
1810
const struct sysctlnode *rnode, *cnode;
sys/dev/pci/ixgbe/ixgbe.c
1907
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
1914
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
1921
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
1928
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
1935
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
1942
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
1949
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3414
const struct sysctlnode *rnode, *cnode;
sys/dev/pci/ixgbe/ixgbe.c
3423
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3430
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3437
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3443
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3449
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3456
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3463
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3470
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
3478
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
3483
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixgbe.c
3501
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
3510
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
3516
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READONLY,
sys/dev/pci/ixgbe/ixgbe.c
3525
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
3533
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
3540
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
3560
if (sysctl_createv(log, 0, &phy_node, &cnode, CTLFLAG_READONLY,
sys/dev/pci/ixgbe/ixgbe.c
3567
if (sysctl_createv(log, 0, &phy_node, &cnode, CTLFLAG_READONLY,
sys/dev/pci/ixgbe/ixgbe.c
3578
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixgbe.c
3586
if (sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_READWRITE,
sys/dev/pci/ixgbe/ixv.c
2554
const struct sysctlnode *rnode, *cnode;
sys/dev/pci/ixgbe/ixv.c
2565
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2571
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2578
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2584
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2590
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2597
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2604
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2610
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2629
const struct sysctlnode *rnode, *cnode;
sys/dev/pci/ixgbe/ixv.c
2679
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2686
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2693
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2700
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2707
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2714
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/ixgbe/ixv.c
2721
if (sysctl_createv(log, 0, &rnode, &cnode,
sys/dev/pci/pvscsi.c
188
err = sysctl_createv(clog, 0, &rnode, &cnode, \
sys/dev/pci/pvscsi.c
207
const struct sysctlnode *cnode;
sys/dev/usb/ehci.c
109
const struct sysctlnode *cnode;
sys/dev/usb/ehci.c
120
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/if_aue.c
107
const struct sysctlnode *cnode;
sys/dev/usb/if_aue.c
118
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/if_axe.c
170
const struct sysctlnode *cnode;
sys/dev/usb/if_axe.c
181
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/if_gscan.c
76
const struct sysctlnode *cnode;
sys/dev/usb/if_gscan.c
86
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/if_smsc.c
129
const struct sysctlnode *cnode;
sys/dev/usb/if_smsc.c
140
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/motg.c
84
const struct sysctlnode *cnode;
sys/dev/usb/motg.c
95
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/ohci.c
86
const struct sysctlnode *cnode;
sys/dev/usb/ohci.c
97
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/uaudio.c
4205
const struct sysctlnode *cnode;
sys/dev/usb/uaudio.c
4216
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/ucom.c
102
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/ucom.c
91
const struct sysctlnode *cnode;
sys/dev/usb/ugen.c
86
const struct sysctlnode *cnode;
sys/dev/usb/ugen.c
97
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/uhci.c
106
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/uhci.c
95
const struct sysctlnode *cnode;
sys/dev/usb/uhub.c
115
const struct sysctlnode *cnode;
sys/dev/usb/uhub.c
126
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/umass.c
217
const struct sysctlnode *cnode;
sys/dev/usb/umass.c
228
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/umcpmio.c
1267
const struct sysctlnode *cnode;
sys/dev/usb/umcpmio.c
1271
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1278
sysctlroot_num = cnode->sysctl_num;
sys/dev/usb/umcpmio.c
1281
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1288
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1296
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1304
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1312
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1319
spi_num = cnode->sysctl_num;
sys/dev/usb/umcpmio.c
1322
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1329
i2c_num = cnode->sysctl_num;
sys/dev/usb/umcpmio.c
1331
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1338
adc_dac_num = cnode->sysctl_num;
sys/dev/usb/umcpmio.c
1340
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1347
adc_num = cnode->sysctl_num;
sys/dev/usb/umcpmio.c
1349
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1356
dac_num = cnode->sysctl_num;
sys/dev/usb/umcpmio.c
1358
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1365
gpio_num = cnode->sysctl_num;
sys/dev/usb/umcpmio.c
1369
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1376
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1383
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1390
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1399
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1407
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1414
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1421
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1431
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1438
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1446
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1454
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1461
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1469
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1477
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1486
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/umcpmio.c
1494
if ((error = sysctl_createv(&sc->sc_umcpmiolog, 0, NULL, &cnode,
sys/dev/usb/ums.c
84
const struct sysctlnode *cnode;
sys/dev/usb/ums.c
95
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/uplcom.c
79
const struct sysctlnode *cnode;
sys/dev/usb/uplcom.c
90
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/usb.c
112
const struct sysctlnode *cnode;
sys/dev/usb/usb.c
123
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/usbnet.c
124
const struct sysctlnode *cnode;
sys/dev/usb/usbnet.c
135
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/dev/usb/xhci.c
87
const struct sysctlnode *cnode;
sys/dev/usb/xhci.c
98
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/fs/tmpfs/tmpfs_vfsops.c
249
tmpfs_node_t *node, *cnode;
sys/fs/tmpfs/tmpfs_vfsops.c
273
cnode = de->td_node;
sys/fs/tmpfs/tmpfs_vfsops.c
274
if (cnode && cnode != TMPFS_NODE_WHITEOUT) {
sys/fs/tmpfs/tmpfs_vfsops.c
275
cnode->tn_vnode = NULL;
sys/kern/kern_crashme.c
115
const struct sysctlnode *cnode;
sys/kern/kern_crashme.c
128
rv = sysctl_createv(NULL, 0, NULL, &cnode,
sys/kern/kern_crashme.c
137
ncn->cn_sysctl = cnode->sysctl_num;
sys/kern/kern_pax.c
178
const struct sysctlnode *rnode = NULL, *cnode;
sys/kern/kern_pax.c
187
cnode = rnode;
sys/kern/kern_pax.c
190
rnode = cnode;
sys/kern/kern_pax.c
230
rnode = cnode;
sys/kern/kern_pax.c
270
rnode = cnode;
sys/kern/kern_sysctl.c
1970
const struct sysctlnode **rnode, const struct sysctlnode **cnode,
sys/kern/kern_sysctl.c
1990
if (cnode != NULL)
sys/kern/kern_sysctl.c
1991
*cnode = NULL;
sys/kern/kern_sysctl.c
2130
(cnode != NULL || log != NULL || descr != NULL)) {
sys/kern/kern_sysctl.c
2163
if (cnode != NULL)
sys/kern/kern_sysctl.c
2164
*cnode = pnode;
sys/kern/kern_threadpool.c
326
const struct sysctlnode *rnode, *cnode;
sys/kern/kern_threadpool.c
337
error = sysctl_createv(clog, 0, &rnode, &cnode,
sys/kern/kern_uidinfo.c
106
sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
sys/kern/kern_uidinfo.c
112
sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
sys/kern/kern_uidinfo.c
118
sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
sys/kern/kern_uidinfo.c
124
sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
sys/kern/kern_uidinfo.c
130
sysctl_createv(&kern_uidinfo_sysctllog, 0, &rnode, &cnode,
sys/kern/kern_uidinfo.c
97
const struct sysctlnode *rnode, *cnode;
sys/kern/subr_syscall_stats.c
53
const struct sysctlnode *cnode;
sys/kern/subr_syscall_stats.c
56
sysctl_createv(clog, 0, NULL, &cnode,
sys/kern/subr_syscall_stats.c
62
kern_syscalls = cnode->sysctl_num;
sys/kern/tty.c
304
const struct sysctlnode *rnode, *cnode;
sys/kern/tty.c
344
sysctl_createv(NULL, 0, &rnode, &cnode,
sys/kern/vfs_dirhash.c
127
sysctl_createv(&sysctl_log, 0, &rnode, &cnode,
sys/kern/vfs_dirhash.c
133
sysctl_createv(&sysctl_log, 0, &rnode, &cnode,
sys/kern/vfs_dirhash.c
90
const struct sysctlnode *rnode, *cnode;
sys/kern/vfs_subr.c
953
const struct sysctlnode *rnode, *cnode;
sys/kern/vfs_subr.c
962
sysctl_createv(clog, 0, &rnode, &cnode,
sys/kern/vfs_subr.c
969
sysctl_createv(clog, 0, &rnode, &cnode,
sys/kern/vfs_subr.c
976
sysctl_createv(clog, 0, &rnode, &cnode,
sys/kern/vfs_subr.c
983
sysctl_createv(clog, 0, &rnode, &cnode,
sys/kern/vfs_wapbl.c
327
const struct sysctlnode *rnode, *cnode;
sys/kern/vfs_wapbl.c
338
rv = sysctl_createv(clog, 0, &rnode, &cnode,
sys/kern/vfs_wapbl.c
347
rv = sysctl_createv(clog, 0, &rnode, &cnode,
sys/kern/vfs_wapbl.c
356
rv = sysctl_createv(clog, 0, &rnode, &cnode,
sys/kern/vfs_wapbl.c
366
rv = sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/if.c
1011
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/if.c
1020
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/if.c
3959
const struct sysctlnode *cnode, *rnode;
sys/net/if.c
3985
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/if.c
3993
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/if.c
4001
if (sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/if.c
975
const struct sysctlnode *cnode, *rnode;
sys/net/if_gif.c
285
const struct sysctlnode *cnode, *rnode;
sys/net/if_gif.c
306
rv = sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/if_ipsec.c
384
const struct sysctlnode *cnode, *rnode;
sys/net/if_ipsec.c
405
rv = sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/if_spppsubr.c
1111
const struct sysctlnode *rnode = NULL, *cnode = NULL;
sys/net/if_spppsubr.c
1132
err = sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/pktqueue.c
719
const struct sysctlnode *rnode = parent_node, *cnode;
sys/net/pktqueue.c
726
sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/pktqueue.c
734
rnode = cnode;
sys/net/pktqueue.c
736
sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/pktqueue.c
742
sysctl_createv(clog, 0, &rnode, &cnode,
sys/net/pktqueue.c
748
sysctl_createv(clog, 0, &rnode, &cnode,
sys/net80211/ieee80211_netbsd.c
182
const struct sysctlnode *cnode, *rnode;
sys/net80211/ieee80211_netbsd.c
196
if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
sys/net80211/ieee80211_netbsd.c
205
if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
sys/net80211/ieee80211_netbsd.c
213
if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
sys/net80211/ieee80211_netbsd.c
219
if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
sys/net80211/ieee80211_netbsd.c
226
if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
sys/net80211/ieee80211_netbsd.c
233
if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
sys/net80211/ieee80211_netbsd.c
240
if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
sys/net80211/ieee80211_netbsd.c
245
if ((rc = sysctl_createv(&ic->ic_sysctllog, 0, &rnode, &cnode,
sys/netinet/in_selsrc.c
110
const struct sysctlnode *rnode, *cnode;
sys/netinet/in_selsrc.c
136
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/netinet/in_selsrc.c
145
if ((rc = sysctl_createv(clog, 0, &rnode, &cnode,
sys/netinet/wqinput.c
116
const struct sysctlnode *cnode, *rnode;
sys/netinet/wqinput.c
140
error = sysctl_createv(NULL, 0, &rnode, &cnode,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
520
const struct sysctlnode *rnode, *cnode;
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
536
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
541
error = sysctl_createv(log, 0, &cnode, NULL,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
549
error = sysctl_createv(log, 0, &cnode, NULL,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
557
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
564
error = sysctl_createv(log, 0, &cnode, NULL,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
577
error = sysctl_createv(log, 0, &rnode, &cnode,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
584
error = sysctl_createv(log, 0, &cnode, NULL,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
593
error = sysctl_createv(log, 0, &cnode, NULL,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
602
error = sysctl_createv(log, 0, &cnode, NULL,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
611
error = sysctl_createv(log, 0, &cnode, NULL,
sys/rump/kern/lib/libsimplehook_tester/simplehook_tester.c
620
error = sysctl_createv(log, 0, &cnode, NULL,
sys/ufs/lfs/ulfs_dirhash.c
1123
const struct sysctlnode *rnode, *cnode;
sys/ufs/lfs/ulfs_dirhash.c
1139
sysctl_createv(&ulfsdirhash_sysctl_log, 0, &rnode, &cnode,
sys/ufs/lfs/ulfs_dirhash.c
1146
sysctl_createv(&ulfsdirhash_sysctl_log, 0, &rnode, &cnode,
sys/ufs/lfs/ulfs_dirhash.c
1153
sysctl_createv(&ulfsdirhash_sysctl_log, 0, &rnode, &cnode,
sys/ufs/lfs/ulfs_dirhash.c
1160
sysctl_createv(&ulfsdirhash_sysctl_log, 0, &rnode, &cnode,
sys/ufs/ufs/ufs_dirhash.c
1109
const struct sysctlnode *rnode, *cnode;
sys/ufs/ufs/ufs_dirhash.c
1125
sysctl_createv(clog, 0, &rnode, &cnode,
sys/ufs/ufs/ufs_dirhash.c
1132
sysctl_createv(clog, 0, &rnode, &cnode,
sys/ufs/ufs/ufs_dirhash.c
1139
sysctl_createv(clog, 0, &rnode, &cnode,
sys/ufs/ufs/ufs_dirhash.c
1146
sysctl_createv(clog, 0, &rnode, &cnode,
tests/kernel/threadpool_tester/threadpool_tester.c
374
const struct sysctlnode *rnode, *cnode;
tests/kernel/threadpool_tester/threadpool_tester.c
387
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/kernel/threadpool_tester/threadpool_tester.c
394
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/kernel/threadpool_tester/threadpool_tester.c
401
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/kernel/threadpool_tester/threadpool_tester.c
408
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/kernel/threadpool_tester/threadpool_tester.c
415
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/kernel/threadpool_tester/threadpool_tester.c
422
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/kernel/threadpool_tester/threadpool_tester.c
429
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/threadpool_tester/threadpool_tester.c
374
const struct sysctlnode *rnode, *cnode;
tests/modules/threadpool_tester/threadpool_tester.c
387
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/threadpool_tester/threadpool_tester.c
394
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/threadpool_tester/threadpool_tester.c
401
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/threadpool_tester/threadpool_tester.c
408
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/threadpool_tester/threadpool_tester.c
415
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/threadpool_tester/threadpool_tester.c
422
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/threadpool_tester/threadpool_tester.c
429
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/ufetchstore/ufetchstore_tester.c
174
const struct sysctlnode *rnode, *cnode;
tests/modules/ufetchstore/ufetchstore_tester.c
184
error = sysctl_createv(log, 0, &rnode, &cnode,
tests/modules/x86_pte_tester/x86_pte_tester.c
448
const struct sysctlnode *rnode, *cnode;
tests/modules/x86_pte_tester/x86_pte_tester.c
458
error = sysctl_createv(log, 0, &rnode, &cnode, CTLFLAG_PERMANENT,