Searched refs:MOD_TYPE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/stand/userboot/userboot/
H A Dbootinfo64.c52 * MOD_TYPE (variable) module type (string)
74 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) macro
114 MOD_TYPE(addr, fp->f_type, c);
H A Dbootinfo32.c55 * MOD_TYPE (variable) module type (string)
77 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) macro
116 MOD_TYPE(addr, fp->f_type, c);
/freebsd-11-stable/stand/i386/libi386/
H A Dbootinfo32.c56 * MOD_TYPE (variable) module type (string)
78 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) macro
117 MOD_TYPE(addr, fp->f_type, c);
H A Dbootinfo64.c57 * MOD_TYPE (variable) module type (string)
79 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) macro
119 MOD_TYPE(addr, fp->f_type, c);
/freebsd-11-stable/stand/common/
H A Dmetadata.c159 * MOD_TYPE (variable) module type (string)
184 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) macro
225 MOD_TYPE(addr, fp->f_type, c);
/freebsd-11-stable/stand/efi/loader/
H A Dbootinfo.c178 * MOD_TYPE (variable) module type (string)
200 #define MOD_TYPE(a, s, c) MOD_STR(MODINFO_TYPE, a, s, c) macro
239 MOD_TYPE(addr, fp->f_type, c);

Completed in 201 milliseconds