/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
H A D | xattr_compat.h | 44 #define ZPL_XATTR_LIST_WRAPPER(fn) \ argument 56 #define ZPL_XATTR_GET_WRAPPER(fn) \ argument 65 #define ZPL_XATTR_GET_WRAPPER(fn) \ argument 81 #define ZPL_XATTR_SET_WRAPPER(fn) \ argument 96 #define ZPL_XATTR_SET_WRAPPER(fn) \ argument 110 #define ZPL_XATTR_SET_WRAPPER(fn) \ argument
|
/freebsd/contrib/netbsd-tests/lib/libm/ |
H A D | t_libm.h | 10 #define T_LIBM_CHECK(subtest, fn, arg, expect_, epsilon_) do { \ argument 24 #define T_LIBM_CHECK_NAN(subtest, fn, arg) do { \ argument 32 #define T_LIBM_CHECK_NAN(subtest, fn, arg) (void)(arg) argument 36 #define T_LIBM_CHECK_PLUS_ZERO(subtest, fn, arg) do { \ argument 44 #define T_LIBM_CHECK_MINUS_ZERO(subtest, fn, arg) do { \ argument
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | module.h | 68 void (*fn)(void); _module_run() local 84 module_init(fn) global() argument 87 module_exit(fn) global() argument 94 module_init_order(fn,order) global() argument 97 module_exit_order(fn,order) global() argument 104 postcore_initcall(fn) global() argument [all...] |
H A D | workqueue.h | 80 #define DECLARE_WORK(name, fn) \ argument 97 #define DECLARE_DELAYED_WORK(name, fn) \ argument 112 #define INIT_WORK(work, fn) \ argument 123 #define INIT_WORK_ONSTACK(work, fn) \ argument 126 #define INIT_DELAYED_WORK(dwork, fn) \ argument 129 #define INIT_DELAYED_WORK_ONSTACK(dwork, fn) \ argument 132 #define INIT_DEFERRABLE_WORK(dwork, fn) \ argument
|
/freebsd/lib/libutil/tests/ |
H A D | flopen_test.c | 47 const char *fn = "test_flopen_create"; in test_flopen_create() local 68 const char *fn = "test_flopen_open"; in test_flopen_open() local 94 const char *fn = "test_flopen_lock_self"; in test_flopen_lock_self() local 120 const char *fn = "test_flopen_lock_other"; in test_flopen_lock_other() local 151 const char *fn = "test_flopen_lock_child"; in test_flopen_lock_child() local
|
H A D | pidfile_test.c | 60 const char *fn = "test_pidfile_uncontested"; in test_pidfile_uncontested() local 86 const char *fn = "test_pidfile_self"; in test_pidfile_self() local 125 common_test_pidfile_child(const char *fn, int parent_open) in common_test_pidfile_child() 243 const char *fn = "test_pidfile_contested"; in test_pidfile_contested() local 256 const char *fn = "test_pidfile_inherited"; in test_pidfile_inherited() local
|
/freebsd/usr.bin/cksum/ |
H A D | print.c | 40 pcrc(char *fn, uint32_t val, off_t len) in pcrc() 49 psum1(char *fn, uint32_t val, off_t len) in psum1() 58 psum2(char *fn, uint32_t val, off_t len) in psum2()
|
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
H A D | fifo.c | 62 fifonode_t *fn = xmalloc(sizeof (fifonode_t)); in fifo_add() local 79 fifonode_t *fn; in fifo_remove() local 105 fifonode_t *fn = f->f_head; in fifo_free() local 125 fifonode_t *fn; in fifo_len() local 142 fifonode_t *fn; in fifo_iter() local
|
/freebsd/include/ |
H A D | tgmath.h | 65 #define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument 77 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument 81 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument 86 #define __tg_generic_simple(x, fnl, fn, fnf) \ argument 92 #define __tg_impl_simple(x, y, z, fnl, fn, fnf, ...) \ argument 106 #define __tg_generic_full(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument 112 #define __tg_impl_full(x, y, cfnl, cfn, cfnf, fnl, fn, fnf, ...) \ argument 126 #define __tg_simple(x, fn) \ argument 128 #define __tg_simple2(x, y, fn) \ argument 130 #define __tg_simple3(x, y, z, fn) \ argument [all …]
|
/freebsd/lib/libc/net/ |
H A D | nss_compat.c | 95 int (*fn)(const char *, struct group *, char *, size_t, int *); in __nss_compat_getgrnam_r() local 120 int (*fn)(gid_t, struct group *, char *, size_t, int *); in __nss_compat_getgrgid_r() local 145 int (*fn)(struct group *, char *, size_t, int *); in __nss_compat_getgrent_r() local 196 int (*fn)(const char *, struct passwd *, char *, size_t, int *); in __nss_compat_getpwnam_r() local 221 int (*fn)(uid_t, struct passwd *, char *, size_t, int *); in __nss_compat_getpwuid_r() local 246 int (*fn)(struct passwd *, char *, size_t, int *); in __nss_compat_getpwent_r() local
|
/freebsd/lib/msun/src/ |
H A D | s_lrint.c | 36 #define fn lrint macro 47 fn(type x) in fn() function
|
H A D | s_lround.c | 39 #define fn lround macro 58 fn(type x) in fn() function
|
/freebsd/sys/dev/sdio/ |
H A D | sdiob.c | 141 sdiob_rw_direct_sc(struct sdiob_softc *sc, uint8_t fn, uint32_t addr, bool wr, in sdiob_rw_direct_sc() argument 194 sdio_rw_direct(device_t dev, uint8_t fn, uint32_t addr, bool wr, in sdio_rw_direct() argument 208 sdiob_read_direct(device_t dev, uint8_t fn, uint32_t addr, uint8_t *val) in sdiob_read_direct() argument 221 sdiob_write_direct(device_t dev, uint8_t fn, uint32_ argument 242 sdiob_rw_extended_cam(struct sdiob_softc * sc,uint8_t fn,uint32_t addr,bool wr,uint8_t * buffer,bool incaddr,uint32_t b_count,uint16_t blksz) sdiob_rw_extended_cam() argument 373 sdiob_rw_extended_sc(struct sdiob_softc * sc,uint8_t fn,uint32_t addr,bool wr,uint32_t size,uint8_t * buffer,bool incaddr) sdiob_rw_extended_sc() argument 428 sdiob_rw_extended(device_t dev,uint8_t fn,uint32_t addr,bool wr,uint32_t size,uint8_t * buffer,bool incaddr) sdiob_rw_extended() argument 442 sdiob_read_extended(device_t dev,uint8_t fn,uint32_t addr,uint32_t size,uint8_t * buffer,bool incaddr) sdiob_read_extended() argument 450 sdiob_write_extended(device_t dev,uint8_t fn,uint32_t addr,uint32_t size,uint8_t * buffer,bool incaddr) sdiob_write_extended() argument 649 sdio_read_direct_sc(struct sdiob_softc * sc,uint8_t fn,uint32_t addr,uint8_t * val) sdio_read_direct_sc() argument 662 sdio_func_read_cis(struct sdiob_softc * sc,uint8_t fn,uint32_t cis_addr) sdio_func_read_cis() argument 820 int fn, error; sdiob_get_card_info() local [all...] |
/freebsd/stand/kboot/kboot/ |
H A D | util.c | 12 file2str(const char *fn, char *buffer, size_t buflen) in file2str() 36 file2u64(const char *fn, uint64_t *val) in file2u64()
|
H A D | hostdisk.c | 166 char fn[1024]; in hostdisk_add_parts() local 177 char fn[1024]; in hostdisk_add_drive() local 211 hostdisk_find(const char *fn) in hostdisk_find() 335 const char *fn; in hostdisk_open() local 449 char *fn; in hostdisk_parsedev() local 494 char *fn; in hostdisk_try_one() local 537 char *fn; in hostdisk_zfs_check_one() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_arg_retval.h | 43 void Create(bool detached, const Args& args, const CreateFn& fn) { in Create() argument 60 void Detach(uptr thread, const DetachFn& fn) { in Detach() argument 70 void Join(uptr thread, const JoinFn& fn) { in Join() argument
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_meth.h | 10 #define IMPLEMENT_LEGACY_EVP_MD_METH(nm, fn) \ argument 24 #define IMPLEMENT_LEGACY_EVP_MD_METH_LC(nm, fn) \ argument
|
/freebsd/usr.bin/tail/ |
H A D | reverse.c | 76 reverse(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in reverse() 105 r_reg(FILE *fp, const char *fn, enum STYLE style, off_t off, struct stat *sbp) in r_reg() 187 r_buf(FILE *fp, const char *fn) in r_buf()
|
/freebsd/lib/libc/stdlib/ |
H A D | atexit.c | 128 struct atexit_fn fn; in atexit() local 147 struct atexit_fn fn; in atexit_b() local 173 struct atexit_fn fn; in __cxa_atexit() local 200 struct atexit_fn fn; in __cxa_finalize() local
|
/freebsd/sys/sys/ |
H A D | callout.h | 96 #define callout_reset_sbt(c, sbt, pr, fn, arg, flags) \ argument 98 #define callout_reset_sbt_curcpu(c, sbt, pr, fn, arg, flags) \ argument 101 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument 104 #define callout_reset(c, on_tick, fn, arg) \ argument 106 #define callout_reset_curcpu(c, on_tick, fn, arg) \ argument
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | test-readenv.c | 60 write_file(const char *fn, const char *s) in write_file() 81 char fn[MAXPATHLEN]; in main() local
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_thread.h | 35 #define THREAD_START(threadvar, fn, arg) do { \ argument 47 #define THREAD_START(threadvar, fn, arg) do { \ argument
|
/freebsd/contrib/libevent/test/ |
H A D | regress_thread.h | 35 #define THREAD_START(threadvar, fn, arg) do { \ argument 47 #define THREAD_START(threadvar, fn, arg) do { \ argument
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 393 safedirpath(fn, uid, gid, user, flags, level, offset) in safedirpath() argument 680 safeopen(fn, omode, cmode, sff) in safeopen() argument 787 safefopen(fn, omode, cmode, sff) in safefopen() argument 863 filechanged(fn, fd, stb) in filechanged() argument
|
/freebsd/sys/kern/ |
H A D | vfs_hash.c | 73 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get() 114 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_ref() 153 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert()
|