Home
last modified time | relevance | path

Searched refs:SI_SUB_ROOT_CONF (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDmodule.h81 #define SI_SUB_OFED_PREINIT (SI_SUB_ROOT_CONF - 2)
83 #define SI_SUB_OFED_MODINIT (SI_SUB_ROOT_CONF - 1)
/freebsd-13-stable/sys/sys/
HDkernel.h161 SI_SUB_ROOT_CONF = 0xb000000, /* Find root devices */ enumerator
/freebsd-13-stable/sys/nfs/
HDnfs_diskless.c435 SYSINIT(cpu_rootconf, SI_SUB_ROOT_CONF, SI_ORDER_FIRST, nfs_rootconf, NULL);
HDbootp_subr.c1845 SYSINIT(bootp_rootconf, SI_SUB_ROOT_CONF, SI_ORDER_FIRST, bootpc_init, NULL);
/freebsd-13-stable/sys/dev/iscsi_initiator/
HDiscsi.c874 SYSINIT(cpu_rootconf1, SI_SUB_ROOT_CONF, SI_ORDER_FIRST, iscsi_rootconf, NULL)