Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/sys/
Dkernel.h138 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
139 static struct sysinit uniquifier ## _sys_init = { \
145 DATA_SET(sysinit_set,uniquifier ## _sys_init)
147 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument
148 C_SYSINIT(uniquifier, subsystem, order, \
154 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
155 static struct sysinit uniquifier ## _sys_uninit = { \
161 DATA_SET(sysuninit_set,uniquifier ## _sys_uninit)
163 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
164 C_SYSUNINIT(uniquifier, subsystem, order, \
/third_party/node/tools/gyp/pylib/gyp/
Dxcodeproj_file.py3051 uniquifier = ["$SRCROOT", "$(SRCROOT)"]
3052 if any(x in symroot for x in uniquifier):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcodeproj_file.py2783 uniquifier = ['$SRCROOT', '$(SRCROOT)']
2784 if any(x in symroot for x in uniquifier):