| /freebsd-12-stable/contrib/dtc/ |
| D | checks.c | 56 #define CHECK_ENTRY(_nm, _fn, _d, _w, _e, ...) \ argument 60 .fn = (_fn), \ 68 #define WARNING(_nm, _fn, _d, ...) \ argument 69 CHECK_ENTRY(_nm, _fn, _d, true, false, __VA_ARGS__) 70 #define ERROR(_nm, _fn, _d, ...) \ argument 71 CHECK_ENTRY(_nm, _fn, _d, false, true, __VA_ARGS__) 72 #define CHECK(_nm, _fn, _d, ...) \ argument 73 CHECK_ENTRY(_nm, _fn, _d, false, false, __VA_ARGS__)
|
| /freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/ |
| D | workqueue.h | 121 #define INIT_RCU_WORK(_work, _fn) \ argument 122 INIT_WORK(&(_work)->work, (_fn))
|
| /freebsd-12-stable/contrib/elftoolchain/elfcopy/ |
| D | elfcopy.h | 280 int cleanup_tempfile(char *_fn); 302 void create_tempfile(const char *_src, char **_fn, int *_fd);
|
| /freebsd-12-stable/contrib/ntp/sntp/libopts/ |
| D | configfile.c | 564 # define _dt_(_s, _fn) _fn, in handle_directive() argument 570 # define _dt_(_s, _fn) 1 + in handle_directive() argument 579 # define _dt_(_s, _fn) dir_names[ix++] = _s; in handle_directive() argument
|
| /freebsd-12-stable/sys/dev/hptrr/ |
| D | him.h | 246 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
|
| /freebsd-12-stable/sys/dev/hptnr/ |
| D | him.h | 278 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
|
| /freebsd-12-stable/sys/dev/hpt27xx/ |
| D | him.h | 278 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
|
| /freebsd-12-stable/contrib/libevent/ |
| D | evthread_win32.c | 115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | evthread_win32.c | 115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
|
| /freebsd-12-stable/usr.sbin/lpr/lpd/ |
| D | recvjob.c | 87 static int read_number(const char *_fn);
|
| /freebsd-12-stable/contrib/libarchive/libarchive/ |
| D | archive_match.c | 1032 validate_time_flag(struct archive *_a, int flag, const char *_fn) in validate_time_flag() argument 1035 ARCHIVE_STATE_NEW, _fn); in validate_time_flag()
|