Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDsubr_module.c323 case MODINFO_END: in preload_modinfo_type()
523 while (bptr[0] != MODINFO_END || bptr[1] != MODINFO_END) { in preload_dump_internal()
/freebsd-14-stable/stand/common/
HDmodinfo.c106 COPY32(MODINFO_END, a, c); \
/freebsd-14-stable/sys/sys/
HDlinker.h226 #define MODINFO_END 0x0000 /* End of list */ macro