Home
last modified time | relevance | path

Searched refs:_fn (Results 1 – 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/dtc/
Dchecks.c56 #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/
Dworkqueue.h121 #define INIT_RCU_WORK(_work, _fn) \ argument
122 INIT_WORK(&(_work)->work, (_fn))
/freebsd-12-stable/contrib/elftoolchain/elfcopy/
Delfcopy.h280 int cleanup_tempfile(char *_fn);
302 void create_tempfile(const char *_src, char **_fn, int *_fd);
/freebsd-12-stable/contrib/ntp/sntp/libopts/
Dconfigfile.c564 # 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/
Dhim.h246 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/freebsd-12-stable/sys/dev/hptnr/
Dhim.h278 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/freebsd-12-stable/sys/dev/hpt27xx/
Dhim.h278 #define _HIM_INTERFACE(_type, _fn, _args) _type (* _fn) _args; argument
/freebsd-12-stable/contrib/libevent/
Devthread_win32.c115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Devthread_win32.c115 name##_fn = GetProcAddress(lib, #name) in evthread_win32_condvar_init()
/freebsd-12-stable/usr.sbin/lpr/lpd/
Drecvjob.c87 static int read_number(const char *_fn);
/freebsd-12-stable/contrib/libarchive/libarchive/
Darchive_match.c1032 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()