Searched refs:null_read (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bio/ |
H A D | bss_null.c | 16 static int null_read(BIO *h, char *buf, int size); 26 null_read, 40 static int null_read(BIO *b, char *out, int outl) in null_read() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
H A D | bss_null.c | 16 static int null_read(BIO *h, char *buf, int size); 28 null_read, 42 static int null_read(BIO *b, char *out, int outl) in null_read() function
|
/netbsd-src/sys/arch/rs6000/stand/boot/ |
H A D | filesystem.c | 35 { null_open, null_close, null_read, null_write, null_seek, null_stat },
|
/netbsd-src/sys/lib/libsa/ |
H A D | nullfs.c | 86 null_read(struct open_file *f, void *buf, size_t size, size_t *resid) in null_read() function
|