Home
last modified time | relevance | path

Searched defs:iobuf (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iobuf.c63 BHND_NVRAM_IOPS_DEFN(iobuf) in BHND_NVRAM_IOPS_DEFN() argument
87 struct bhnd_nvram_iobuf *iobuf; in BHND_NVRAM_IOPS_DEFN() local
145 struct bhnd_nvram_iobuf *iobuf; in bhnd_nvram_iobuf_new() local
198 struct bhnd_nvram_iobuf *iobuf; in bhnd_nvram_iobuf_copy_range() local
222 struct bhnd_nvram_iobuf *iobuf = (struct bhnd_nvram_iobuf *)io; in bhnd_nvram_iobuf_free() local
234 struct bhnd_nvram_iobuf *iobuf = (struct bhnd_nvram_iobuf *)io; in bhnd_nvram_iobuf_getsize() local
241 struct bhnd_nvram_iobuf *iobuf = (struct bhnd_nvram_iobuf *)io; in bhnd_nvram_iobuf_setsize() local
253 bhnd_nvram_iobuf_ptr(struct bhnd_nvram_iobuf *iobuf, size_t offset, void **ptr, in bhnd_nvram_iobuf_ptr()
279 struct bhnd_nvram_iobuf *iobuf; in bhnd_nvram_iobuf_read_ptr() local
299 struct bhnd_nvram_iobuf *iobuf; in bhnd_nvram_iobuf_write_ptr() local
/freebsd/sys/dev/ips/
H A Dips_commands.c54 struct bio *iobuf = command->arg; in ips_io_request_finish() local
78 struct bio *iobuf = command->arg; in ips_io_request_callback() local
140 static int ips_send_io_request(ips_command_t *command, struct bio *iobuf) in ips_send_io_request()
153 struct bio *iobuf; in ips_start_io_request() local
H A Dips_disk.c84 void ipsd_finish(struct bio *iobuf) in ipsd_finish()
101 static void ipsd_strategy(struct bio *iobuf) in ipsd_strategy()
H A Dips.h70 #define ips_read_request(iobuf) ((iobuf)->bio_cmd == BIO_READ) argument
/freebsd/contrib/bearssl/samples/
H A Dclient_basic.c246 unsigned char iobuf[BR_SSL_BUFSIZE_BIDI]; in main() local
H A Dserver_basic.c317 unsigned char iobuf[BR_SSL_BUFSIZE_BIDI]; in main() local
/freebsd/stand/libsa/geli/
H A Dgelidev.c115 char *iobuf; in geli_dev_strategy() local
/freebsd/contrib/bearssl/tools/
H A Dtwrch.c268 unsigned char *iobuf, *cache; in do_twrch() local
H A Dclient.c536 unsigned char *iobuf; in do_client() local
H A Dserver.c653 unsigned char *iobuf, *cache; in do_server() local
/freebsd/usr.sbin/makefs/ffs/
H A Dmkfs.c109 static char *iobuf; variable
/freebsd/sbin/newfs/
H A Dmkfs.c100 static caddr_t iobuf; global() variable
[all...]
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mime.c576 char iobuf[4096]; in SMIME_text() local