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

/freebsd-current/stand/common/
H A Dmodinfo.c65 #define COPY32(v, a, c) { \ macro
73 COPY32(t, a, c); \
74 COPY32(strlen(s) + 1, a, c) \
85 COPY32(t, a, c); \
86 COPY32(sizeof(s), a, c); \
96 COPY32(MODINFO_METADATA | mm->md_type, a, c);\
97 COPY32(mm->md_size, a, c); \
106 COPY32(MODINFO_END, a, c); \
107 COPY32(0, a, c); \

Completed in 57 milliseconds