NENTS
{ so_sysop, NENTS(so_sysop), 0, 0 }, /* 00 */
{ so_mmuop, NENTS(so_mmuop), 0, 0 }, /* 01 */
{ so_arith, NENTS(so_arith), 0, 0 }, /* 02 */
{ so_loads, NENTS(so_loads), 0, 0 }, /* 03 */
{ so_cldw , NENTS(so_cldw ), 0, 0 }, /* 09 */
{ so_cldd , NENTS(so_cldd ), 0, 0 }, /* 0B */
{ so_float, NENTS(so_float), 0, 0 }, /* 0E */
{ so_fstq , NENTS(so_fstq ), 0, 0 }, /* 0F */
{ so_subi , NENTS(so_subi ), 0, 0 }, /* 25 */
{ so_addit, NENTS(so_addit), 0, 0 }, /* 2C */
{ so_addi , NENTS(so_addi ), 0, 0 }, /* 2D */
{ so_shext, NENTS(so_shext), 0, 0 }, /* 34 */
{ so_deps , NENTS(so_deps ), 0, 0 }, /* 35 */
{ so_ebran, NENTS(so_ebran), 0, 0 }, /* 3A */
int nfsys = NENTS(file_system);
int ndevs = NENTS(devsw);
int nfsys = NENTS(file_system);
int ndevs = NENTS(devsw);
const int ncdevs = NENTS(cdevs);
for (dp = pdc_devs; dp < &pdc_devs[NENTS(pdc_devs)]; dp++)
if (dp >= &pdc_devs[NENTS(pdc_devs)] || dp->dev_type < 0)