Lines Matching refs:uniquifier
254 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
255 static struct sysinit_tslog uniquifier ## _sys_init_tslog = { \
258 #uniquifier \
260 static struct sysinit uniquifier ## _sys_init = { \
264 &uniquifier ## _sys_init_tslog \
266 DATA_WSET(sysinit_set,uniquifier ## _sys_init)
268 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
269 static struct sysinit uniquifier ## _sys_init = { \
275 DATA_WSET(sysinit_set,uniquifier ## _sys_init)
278 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
279 C_SYSINIT(uniquifier, subsystem, order, \
285 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
286 static struct sysinit uniquifier ## _sys_uninit = { \
292 DATA_WSET(sysuninit_set,uniquifier ## _sys_uninit)
294 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
295 C_SYSUNINIT(uniquifier, subsystem, order, \