Home
last modified time | relevance | path

Searched refs:CNS_LEN (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/kern/
Dcnmagic.c37 static unsigned short cn_magic[CNS_LEN];
68 unsigned short m[CNS_LEN]; in cn_set_magic()
70 for (i = 0; i < CNS_LEN; i++) { in cn_set_magic()
132 for (i = 0; i < CNS_LEN; /* empty */) { in cn_get_magic()
Dinit_sysctl.c606 sysctl_hw_cnmagic, 0, NULL, CNS_LEN,
1471 char magic[CNS_LEN]; in sysctl_hw_cnmagic()
1476 cn_get_magic(magic, CNS_LEN); in sysctl_hw_cnmagic()
/netbsd/src/sys/sys/
Dsystm.h653 #define CNS_LEN 128 macro