Home
last modified time | relevance | path

Searched defs:f (Results 1 – 25 of 1641) sorted by relevance

12345678910>>...66

/freebsd/sys/contrib/dev/acpica/include/
H A Dactbinfo.h155 #define ACPI_AGDI_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_AGDI,f) argument
156 #define ACPI_ASPT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_ASPT,f) argument
157 #define ACPI_FACS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_FACS,f) argument
158 #define ACPI_GAS_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_GENERIC_ADDRESS,f) argument
159 #define ACPI_HDR_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_HEADER,f) argument
160 #define ACPI_RSDP_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_RSDP,f) argument
161 #define ACPI_BDAT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BDAT,f) argument
162 #define ACPI_BERT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BERT,f) argument
163 #define ACPI_BGRT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BGRT,f) argument
164 #define ACPI_BOOT_OFFSET(f) (UINT16) ACPI_OFFSET (ACPI_TABLE_BOOT,f) argument
[all …]
/freebsd/contrib/arm-optimized-routines/pl/math/test/
H A Dulp_funcs.h10 #define _ZVF1(f) ZVF1 (f) argument
11 #define _ZVD1(f) ZVD1 (f) argument
12 #define _ZVF2(f) ZVF2 (f) argument
13 #define _ZVD2(f) ZVD2 (f) argument
17 #define _ZVF1(f) argument
18 #define _ZVD1(f) argument
19 #define _ZVF2(f) argument
20 #define _ZVD2(f) argument
26 #define _ZSVF1(f) ZSVF1 (f) argument
27 #define _ZSVF2(f) ZSVF2 (f) argument
[all …]
H A Dpl_test.h12 # define PL_TEST_ULP(f, l) PL_TEST_ULP f l argument
14 # define PL_TEST_ULP(f, l) \ argument
23 #define PL_TEST_EXPECT_FENV(f, e) PL_TEST_EXPECT_FENV_ (f, e) argument
24 #define PL_TEST_EXPECT_FENV_(f, e) PL_TEST_EXPECT_FENV_##e (f) argument
25 #define PL_TEST_EXPECT_FENV_1(f) PL_TEST_EXPECT_FENV_ENABLED f argument
26 #define PL_TEST_EXPECT_FENV_ALWAYS(f) PL_TEST_EXPECT_FENV (f, 1) argument
28 #define PL_TEST_INTERVAL(f, lo, hi, n) PL_TEST_INTERVAL f lo hi n argument
29 #define PL_TEST_SYM_INTERVAL(f, lo, hi, n) \ argument
32 #define PL_TEST_INTERVAL_C(f, lo, hi, n, c) PL_TEST_INTERVAL f lo hi n c argument
33 #define PL_TEST_SYM_INTERVAL_C(f, lo, hi, n, c) \ argument
[all …]
/freebsd/sys/dev/usb/
H A Dusb_generic.c149 ugen_transfer_setup(struct usb_fifo *f, in ugen_transfer_setup()
184 ugen_open(struct usb_fifo *f, int fflags) in ugen_open()
219 ugen_close(struct usb_fifo *f, int fflags) in ugen_close()
242 ugen_open_pipe_write(struct usb_fifo *f) in ugen_open_pipe_write()
311 ugen_open_pipe_read(struct usb_fifo *f) in ugen_open_pipe_read()
382 ugen_start_read(struct usb_fifo *f) in ugen_start_read()
395 ugen_start_write(struct usb_fifo *f) in ugen_start_write()
408 ugen_stop_io(struct usb_fifo *f) in ugen_stop_io()
418 struct usb_fifo *f = usbd_xfer_softc(xfer); in ugen_ctrl_read_callback() local
470 struct usb_fifo *f = usbd_xfer_softc(xfer); in ugen_ctrl_write_callback() local
[all …]
H A Dusb_dev.c193 struct usb_fifo *f; in usb_ref_device() local
383 struct usb_fifo *f; in usb_fifo_alloc() local
403 struct usb_fifo *f; in usb_fifo_create() local
570 usb_fifo_free(struct usb_fifo *f) in usb_fifo_free()
683 struct usb_fifo *f, int fflags) in usb_fifo_open()
754 usb_fifo_reset(struct usb_fifo *f) in usb_fifo_reset()
777 usb_fifo_close(struct usb_fifo *f, int fflags) in usb_fifo_close()
1006 usb_ioctl_f_sub(struct usb_fifo *f, u_long cmd, void *addr, in usb_ioctl_f_sub()
1058 struct usb_fifo *f; in usb_ioctl() local
1141 struct usb_fifo *f = kn->kn_hook; in usb_filter_detach() local
[all …]
/freebsd/sys/fs/nfs/
H A Dxdr_subs.h52 #define fxdr_nfsv2time(f, t) do { \ argument
60 #define txdr_nfsv2time(f, t) do { \ argument
68 #define fxdr_nfsv3time(f, t) do { \ argument
73 #define txdr_nfsv3time(f, t) do { \ argument
78 #define fxdr_nfsv4time(f, t) do { \ argument
84 #define txdr_nfsv4time(f, t) do { \ argument
90 #define fxdr_hyper(f) \ argument
95 txdr_hyper(uint64_t f, uint32_t* t) in txdr_hyper()
/freebsd/contrib/one-true-awk/testdir/
H A DT.misc172 function f() { return 12345 } function
173 BEGIN { printf "<%s>\n", f() } function
302 function f(A) { delete A[1] } function
351 { if (f() == 1) exit }
360 { if (f() == 1) exit }
373 { if (f() == 1) exit }
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface_ann.cpp82 char *f, int l, uptr addr, uptr size, char *desc) { in AddExpectRace()
150 void INTERFACE_ATTRIBUTE AnnotateHappensBefore(char *f, int l, uptr addr) { in AnnotateHappensBefore()
155 void INTERFACE_ATTRIBUTE AnnotateHappensAfter(char *f, int l, uptr addr) { in AnnotateHappensAfter()
160 void INTERFACE_ATTRIBUTE AnnotateCondVarSignal(char *f, int l, uptr cv) { in AnnotateCondVarSignal()
163 void INTERFACE_ATTRIBUTE AnnotateCondVarSignalAll(char *f, int l, uptr cv) { in AnnotateCondVarSignalAll()
166 void INTERFACE_ATTRIBUTE AnnotateMutexIsNotPHB(char *f, int l, uptr mu) { in AnnotateMutexIsNotPHB()
169 void INTERFACE_ATTRIBUTE AnnotateCondVarWait(char *f, int l, uptr cv, in AnnotateCondVarWait()
173 void INTERFACE_ATTRIBUTE AnnotateRWLockCreate(char *f, int l, uptr m) { in AnnotateRWLockCreate()
178 void INTERFACE_ATTRIBUTE AnnotateRWLockCreateStatic(char *f, int l, uptr m) { in AnnotateRWLockCreateStatic()
183 void INTERFACE_ATTRIBUTE AnnotateRWLockDestroy(char *f, int l, uptr m) { in AnnotateRWLockDestroy()
[all …]
/freebsd/crypto/openssl/include/openssl/
H A Derr.h.in41 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) argument
129 # define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL) argument
130 # define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL) argument
131 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument
132 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument
133 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument
134 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument
135 # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL) argument
136 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL) argument
137 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) argument
[all …]
H A Derr.h39 # define ERR_PUT_error(l,f,r,fn,ln) ERR_put_error(l,f,r,fn,ln) argument
127 # define ASN1err(f, r) ERR_raise_data(ERR_LIB_ASN1, (r), NULL) argument
128 # define ASYNCerr(f, r) ERR_raise_data(ERR_LIB_ASYNC, (r), NULL) argument
129 # define BIOerr(f, r) ERR_raise_data(ERR_LIB_BIO, (r), NULL) argument
130 # define BNerr(f, r) ERR_raise_data(ERR_LIB_BN, (r), NULL) argument
131 # define BUFerr(f, r) ERR_raise_data(ERR_LIB_BUF, (r), NULL) argument
132 # define CMPerr(f, r) ERR_raise_data(ERR_LIB_CMP, (r), NULL) argument
133 # define CMSerr(f, r) ERR_raise_data(ERR_LIB_CMS, (r), NULL) argument
134 # define COMPerr(f, r) ERR_raise_data(ERR_LIB_COMP, (r), NULL) argument
135 # define CONFerr(f, r) ERR_raise_data(ERR_LIB_CONF, (r), NULL) argument
[all …]
/freebsd/contrib/wpa/wpa_supplicant/
H A Dconfig_file.c85 static struct wpa_ssid * wpa_config_read_network(FILE *f, int *line, int id) in wpa_config_read_network()
160 static struct wpa_cred * wpa_config_read_cred(FILE *f, int *line, int id) in wpa_config_read_cred()
217 static struct wpa_config_blob * wpa_config_read_blob(FILE *f, int *line, in wpa_config_read_blob()
273 static int wpa_config_process_blob(struct wpa_config *config, FILE *f, in wpa_config_process_blob()
302 FILE *f; in wpa_config_read() local
415 static void write_str(FILE *f, const char *field, struct wpa_ssid *ssid) in write_str()
425 static void write_int(FILE *f, const char *field, int value, int def) in write_int()
433 static void write_bssid(FILE *f, struct wpa_ssid *ssid) in write_bssid()
443 static void write_bssid_hint(FILE *f, struct wpa_ssid *ssid) in write_bssid_hint()
454 static void write_psk(FILE *f, struct wpa_ssid *ssid) in write_psk()
[all …]
/freebsd/stand/libsa/
H A Dnullfs.c66 int null_open (const char *path, struct open_file *f) in null_open()
71 int null_close(struct open_file *f) in null_close()
76 int null_read (struct open_file *f, void *buf, size_t size, size_t *resid) in null_read()
81 int null_write (struct open_file *f, const void *buf, size_t size, size_t *resid) in null_write()
86 off_t null_seek (struct open_file *f, off_t offset, int where) in null_seek()
92 int null_stat (struct open_file *f, struct stat *sb) in null_stat()
97 int null_readdir(struct open_file *f, struct dirent *d) in null_readdir()
/freebsd/contrib/bc/include/
H A Dfile.h55 FILE* f; member
103 bc_file_putchar(f,t,c) global() argument
104 bc_file_flushErr(f,t) global() argument
105 bc_file_flush(f,t) global() argument
106 bc_file_write(f,t,b,n) global() argument
107 bc_file_puts(f,t,s) global() argument
114 bc_file_putchar(f,t,c) global() argument
115 bc_file_flushErr(f,t) global() argument
116 bc_file_flush(f,t) global() argument
117 bc_file_write(f,t,b,n) global() argument
118 bc_file_puts(f,t,s) global() argument
[all...]
/freebsd/contrib/arm-optimized-routines/pl/math/include/
H A Dpl_test.h11 #define PL_TEST_ULP(f, l) argument
17 #define PL_TEST_EXPECT_FENV(f, e) argument
18 #define PL_TEST_EXPECT_FENV_ALWAYS(f) argument
20 #define PL_TEST_INTERVAL(f, lo, hi, n) argument
21 #define PL_TEST_SYM_INTERVAL(f, lo, hi, n) argument
22 #define PL_TEST_INTERVAL_C(f, lo, hi, n, c) argument
23 #define PL_TEST_SYM_INTERVAL_C(f, lo, hi, n, c) argument
24 #define PL_TEST_INTERVAL2(f, xlo, xhi, ylo, yhi, n) argument
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_bzip2.c83 struct archive_write_filter *f = __archive_write_allocate_filter(_a); in archive_write_add_filter_bzip2() local
123 archive_compressor_bzip2_options(struct archive_write_filter *f, in archive_compressor_bzip2_options()
163 archive_compressor_bzip2_open(struct archive_write_filter *f) in archive_compressor_bzip2_open()
234 archive_compressor_bzip2_write(struct archive_write_filter *f, in archive_compressor_bzip2_write()
255 archive_compressor_bzip2_close(struct archive_write_filter *f) in archive_compressor_bzip2_close()
281 archive_compressor_bzip2_free(struct archive_write_filter *f) in archive_compressor_bzip2_free()
298 drive_compressor(struct archive_write_filter *f, in drive_compressor()
350 archive_compressor_bzip2_open(struct archive_write_filter *f) in archive_compressor_bzip2_open()
372 archive_compressor_bzip2_write(struct archive_write_filter *f, const void *buff, in archive_compressor_bzip2_write()
381 archive_compressor_bzip2_close(struct archive_write_filter *f) in archive_compressor_bzip2_close()
[all …]
H A Darchive_write_add_filter_grzip.c55 struct archive_write_filter *f = __archive_write_allocate_filter(_a); archive_write_add_filter_grzip() local
90 archive_write_grzip_options(struct archive_write_filter * f,const char * key,const char * value) archive_write_grzip_options() argument
103 archive_write_grzip_open(struct archive_write_filter * f) archive_write_grzip_open() argument
111 archive_write_grzip_write(struct archive_write_filter * f,const void * buff,size_t length) archive_write_grzip_write() argument
120 archive_write_grzip_close(struct archive_write_filter * f) archive_write_grzip_close() argument
128 archive_write_grzip_free(struct archive_write_filter * f) archive_write_grzip_free() argument
[all...]
/freebsd/usr.bin/lastcomm/
H A Dreadrec.c47 #define roffsetof(s, f) (sizeof(s) - offsetof(s, f)) argument
56 fread_record(void *ptr, size_t size, FILE *f) in fread_record()
92 readrec_v1(FILE *f, struct acctv3 *av3) in readrec_v1()
122 readrec_v2(FILE *f, struct acctv3 *av3) in readrec_v2()
152 readrec_v3(FILE *f, struct acctv3 *av3) in readrec_v3()
165 readrec_vx(FILE *f, struct acctv3 *av3) in readrec_vx()
197 readrec_forward(FILE *f, struct acctv3 *av3) in readrec_forward()
225 readrec_backward(FILE *f, struct acctv3 *av3) in readrec_backward()
/freebsd/sys/nfs/
H A Dxdr_subs.h52 #define fxdr_nfsv2time(f, t) \ argument
60 #define txdr_nfsv2time(f, t) \ argument
69 #define fxdr_nfsv3time(f, t) \ argument
74 #define txdr_nfsv3time(f, t) \ argument
80 #define fxdr_hyper(f) \ argument
85 txdr_hyper(uint64_t f, uint32_t* t) in txdr_hyper()
/freebsd/usr.sbin/fifolog/lib/
H A Dfifolog_write_poll.c66 fifolog_write_assert(const struct fifolog_writer *f) in fifolog_write_assert()
81 struct fifolog_writer *f; in fifolog_write_new() local
89 fifolog_write_destroy(struct fifolog_writer *f) in fifolog_write_destroy()
102 fifolog_write_close(struct fifolog_writer *f) in fifolog_write_close()
118 fifolog_write_open(struct fifolog_writer *f, const char *fn, in fifolog_write_open()
187 fifolog_write_output(struct fifolog_writer *f, int fl, time_t now) in fifolog_write_output()
262 fifolog_write_gzip(struct fifolog_writer *f, time_t now) in fifolog_write_gzip()
310 fifolog_write_poll(struct fifolog_writer *f, time_t now) in fifolog_write_poll()
324 fifolog_write_record(struct fifolog_writer *f, uint32_t id, time_t now, in fifolog_write_record()
384 fifolog_write_record_poll(struct fifolog_writer *f, uint32_t id, time_t now, in fifolog_write_record_poll()
/freebsd/stand/userboot/userboot/
H A Dhost.c45 host_open(const char *upath, struct open_file *f) in host_open()
55 host_close(struct open_file *f) in host_close()
68 host_read(struct open_file *f, void *start, size_t size, size_t *resid) in host_read()
75 host_seek(struct open_file *f, off_t offset, int where) in host_seek()
82 host_stat(struct open_file *f, struct stat *sb) in host_stat()
90 host_readdir(struct open_file *f, struct dirent *d) in host_readdir()
133 host_dev_open(struct open_file *f, ...) in host_dev_open()
140 host_dev_close(struct open_file *f) in host_dev_close()
/freebsd/contrib/ldns/
H A Drr_functions.c72 ldns_rr_a_set_address(ldns_rr *r, ldns_rdf *f) in ldns_rr_a_set_address()
117 ldns_rr_rrsig_set_typecovered(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_typecovered()
129 ldns_rr_rrsig_set_algorithm(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_algorithm()
141 ldns_rr_rrsig_set_labels(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_labels()
153 ldns_rr_rrsig_set_origttl(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_origttl()
165 ldns_rr_rrsig_set_expiration(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_expiration()
177 ldns_rr_rrsig_set_inception(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_inception()
189 ldns_rr_rrsig_set_keytag(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_keytag()
201 ldns_rr_rrsig_set_signame(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_signame()
213 ldns_rr_rrsig_set_sig(ldns_rr *r, ldns_rdf *f) in ldns_rr_rrsig_set_sig()
[all …]
/freebsd/sys/compat/linux/
H A Dlinux_util.h108 #define LINUX_CTR(f) LINUX_CTR6(f, "", 0, 0, 0, 0, 0, 0) argument
109 #define LINUX_CTR0(f, m) LINUX_CTR6(f, m, 0, 0, 0, 0, 0, 0) argument
110 #define LINUX_CTR1(f, m, p1) LINUX_CTR6(f, m, p1, 0, 0, 0, 0, 0) argument
111 #define LINUX_CTR2(f, m, p1, p2) LINUX_CTR6(f, argument
102 LINUX_CTR6(f,m,p1,p2,p3,p4,p5,p6) global() argument
107 LINUX_CTR(f) global() argument
112 LINUX_CTR4(f,m,p1,p2,p3,p4) global() argument
113 LINUX_CTR5(f,m,p1,p2,p3,p4,p5) global() argument
115 LINUX_CTR(f) global() argument
116 LINUX_CTR0(f,m) global() argument
117 LINUX_CTR1(f,m,p1) global() argument
118 LINUX_CTR2(f,m,p1,p2) global() argument
119 LINUX_CTR3(f,m,p1,p2,p3) global() argument
120 LINUX_CTR4(f,m,p1,p2,p3,p4) global() argument
121 LINUX_CTR5(f,m,p1,p2,p3,p4,p5) global() argument
122 LINUX_CTR6(f,m,p1,p2,p3,p4,p5,p6) global() argument
[all...]
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dstdio.c32 FILE *f; in isc_stdio_open() local
42 isc_stdio_close(FILE *f) { in isc_stdio_close()
53 isc_stdio_seek(FILE *f, long offset, int whence) { in isc_stdio_seek()
64 isc_stdio_read(void *ptr, size_t size, size_t nmemb, FILE *f, size_t *nret) { in isc_stdio_read()
82 isc_stdio_write(const void *ptr, size_t size, size_t nmemb, FILE *f, in isc_stdio_write()
98 isc_stdio_flush(FILE *f) { in isc_stdio_flush()
116 isc_stdio_sync(FILE *f) { in isc_stdio_sync()
/freebsd/contrib/nvi/common/
H A Dutil.h11 #define FL_INIT(l, f) (l) = (f) /* Specific flags location. */ argument
12 #define FL_SET(l, f) ((l) |= (f)) argument
13 #define FL_CLR(l, f) ((l) &= ~(f)) argument
14 #define FL_ISSET(l, f) ((l) & (f)) argument
16 #define LF_INIT(f) FL_INIT(flags, f) /* Local variable flags. */ argument
17 #define LF_SET(f) FL_SET(flags, f) argument
18 #define LF_CLR(f) FL_CLR(flags, f) argument
19 #define LF_ISSET(f) FL_ISSET(flags, f) argument
21 #define F_INIT(p, f) FL_INIT((p)->flags, f) /* Structure element flags. */ argument
22 #define F_SET(p, f) FL_SET((p)->flags, f) argument
[all …]
/freebsd/sys/dev/sdio/
H A Dsdio_subr.c98 sdio_enable_func(struct sdio_func *f) in sdio_enable_func()
106 sdio_disable_func(struct sdio_func *f) in sdio_disable_func()
114 sdio_set_block_size(struct sdio_func *f, uint16_t bs) in sdio_set_block_size()
142 sdio_read_1(struct sdio_func *f, uint32_t addr, int *err) in sdio_read_1()
160 sdio_write_1(struct sdio_func *f, uint32_t addr, uint8_t val, int *err) in sdio_write_1()
170 sdio_read_4(struct sdio_func *f, uint32_t addr, int *err) in sdio_read_4()
189 sdio_write_4(struct sdio_func *f, uint32_t addr, uint32_t val, int *err) in sdio_write_4()
200 sdio_f0_read_1(struct sdio_func *f, uint32_t addr, int *err) in sdio_f0_read_1()
218 sdio_f0_write_1(struct sdio_func *f, uint32_t addr, uint8_t val, int *err) in sdio_f0_write_1()

12345678910>>...66