Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dxattr_compat.h44 #define ZPL_XATTR_LIST_WRAPPER(fn) \ argument
54 #define ZPL_XATTR_LIST_WRAPPER(fn) \ argument
66 #define ZPL_XATTR_LIST_WRAPPER(fn) \ argument
84 #define ZPL_XATTR_GET_WRAPPER(fn) \ argument
98 #define ZPL_XATTR_GET_WRAPPER(fn) \ argument
111 #define ZPL_XATTR_GET_WRAPPER(fn) \ argument
124 #define ZPL_XATTR_GET_WRAPPER(fn) \ argument
143 #define ZPL_XATTR_SET_WRAPPER(fn) \ argument
158 #define ZPL_XATTR_SET_WRAPPER(fn) \ argument
172 #define ZPL_XATTR_SET_WRAPPER(fn) \ argument
[all …]
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_libm.h10 #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 Dmodule.h68 void (*fn)(void); in _module_run() local
84 #define module_init(fn) \ argument
87 #define module_exit(fn) \ argument
94 #define module_init_order(fn, order) \ argument
97 #define module_exit_order(fn, order) \ argument
104 #define postcore_initcall(fn) module_init(fn) argument
H A Dworkqueue.h80 #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 Dflopen_test.c47 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 Dpidfile_test.c60 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 Dprint.c40 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 Dfifo.c62 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 Dtgmath.h65 #define __tg_generic(x, cfnl, cfn, cfnf, fnl, fn, fnf) \ argument
77 #define __tg_impl_simple(x, y, z, 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
126 #define __tg_simple(x, fn) \ argument
128 #define __tg_simple2(x, y, fn) \ argument
130 #define __tg_simple3(x, y, z, fn) \ argument
132 #define __tg_simplev(x, fn, ...) \ argument
134 #define __tg_full(x, fn) \ argument
[all …]
/freebsd/lib/msun/src/
H A Ds_lrint.c36 #define fn lrint macro
47 fn(type x) in fn() function
H A Ds_lround.c39 #define fn lround macro
58 fn(type x) in fn() function
/freebsd/lib/libc/net/
H A Dnss_compat.c95 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/sys/dev/sdio/
H A Dsdiob.c141 sdiob_rw_direct_sc(struct sdiob_softc *sc, uint8_t fn, uint32_t addr, bool wr, in sdiob_rw_direct_sc()
194 sdio_rw_direct(device_t dev, uint8_t fn, uint32_t addr, bool wr, in sdio_rw_direct()
208 sdiob_read_direct(device_t dev, uint8_t fn, uint32_t addr, uint8_t *val) in sdiob_read_direct()
221 sdiob_write_direct(device_t dev, uint8_t fn, uint32_t addr, uint8_t val) in sdiob_write_direct()
242 sdiob_rw_extended_cam(struct sdiob_softc *sc, uint8_t fn, uint32_t addr, in sdiob_rw_extended_cam()
373 sdiob_rw_extended_sc(struct sdiob_softc *sc, uint8_t fn, uint32_t addr, in sdiob_rw_extended_sc()
428 sdiob_rw_extended(device_t dev, uint8_t fn, uint32_t addr, bool wr, in sdiob_rw_extended()
442 sdiob_read_extended(device_t dev, uint8_t fn, uint32_t addr, uint32_t size, in sdiob_read_extended()
649 sdio_read_direct_sc(struct sdiob_softc *sc, uint8_t fn, uint32_t addr, in sdio_read_direct_sc()
662 sdio_func_read_cis(struct sdiob_softc *sc, uint8_t fn, uint32_t cis_addr) in sdio_func_read_cis()
[all …]
/freebsd/stand/kboot/kboot/
H A Dutil.c12 file2str(const char *fn, char *buffer, size_t buflen) in file2str()
36 file2u64(const char *fn, uint64_t *val) in file2u64()
H A Dhostdisk.c166 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/crypto/openssl/crypto/evp/
H A Dlegacy_meth.h10 #define IMPLEMENT_LEGACY_EVP_MD_METH(nm, fn) \ argument
24 #define IMPLEMENT_LEGACY_EVP_MD_METH_LC(nm, fn) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_arg_retval.h43 void Create(bool detached, const Args& args, const CreateFn& fn) { in Create()
60 void Detach(uptr thread, const DetachFn& fn) { in Detach()
70 void Join(uptr thread, const JoinFn& fn) { in Join()
/freebsd/usr.bin/tail/
H A Dreverse.c76 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 Datexit.c128 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/crypto/heimdal/lib/roken/
H A Dtest-readenv.c60 write_file(const char *fn, const char *s) in write_file()
81 char fn[MAXPATHLEN]; in main() local
/freebsd/sys/sys/
H A Dcallout.h99 #define callout_reset_sbt(c, sbt, pr, fn, arg, flags) \ argument
101 #define callout_reset_sbt_curcpu(c, sbt, pr, fn, arg, flags) \ argument
104 #define callout_reset_on(c, to_ticks, fn, arg, cpu) \ argument
107 #define callout_reset(c, on_tick, fn, arg) \ argument
109 #define callout_reset_curcpu(c, on_tick, fn, arg) \ argument
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_thread.h35 #define THREAD_START(threadvar, fn, arg) do { \ argument
47 #define THREAD_START(threadvar, fn, arg) do { \ argument
/freebsd/contrib/libevent/test/
H A Dregress_thread.h35 #define THREAD_START(threadvar, fn, arg) do { \ argument
47 #define THREAD_START(threadvar, fn, arg) do { \ argument
/freebsd/contrib/sendmail/libsmutil/
H A Dsafefile.c393 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 Dvfs_hash.c73 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()

12345678910>>...16