Searched defs:file (Results 76 - 100 of 126) sorted by relevance

123456

/barrelfish-2018-10-04/usr/ramfsd/
H A Dramfs.c33 } file; member in union:dirent::__anon1784
[all...]
/barrelfish-2018-10-04/tools/molly/
H A Dmolly_init.c107 void __assert(const char *exp, const char *file, const char *func, int line) argument
/barrelfish-2018-10-04/tools/usbboot/
H A Dusbboot.c262 load_file(const char *file, size_t *sz, uint32_t *load_address, argument
/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dhash.c97 __hash_open(const char *file, int flags, int mode, argument
271 init_hash(HTAB *hashp, const char *file, const HASHINFO *info) argument
[all...]
/barrelfish-2018-10-04/lib/libc/rpc/
H A Dgetnetconfig.c446 FILE *file; /* NETCONFIG db's file pointe local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A Dconf.h123 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file, variable
H A Dconf_mod.c169 char *file = NULL; local
548 char *file; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_win32.c309 const char *file; int filelen; member in struct:file_st
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dmem_dbg.c154 const char *file; member in struct:app_mem_info_st
176 const char *file; member in struct:mem_st
397 int CRYPTO_push_info_(const char *info, const char *file, int line) argument
481 void CRYPTO_dbg_malloc(void *addr, int num, const char *file, int line, argument
605 CRYPTO_dbg_realloc(void *addr1, void *addr2, int num, const char *file, int line, int before_p) argument
[all...]
H A Dcryptlib.c378 CRYPTO_set_dynlock_create_callback(struct CRYPTO_dynlock_value *(*func) (const char *file, int line)) argument
384 CRYPTO_set_dynlock_lock_callback(void (*func)(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
390 CRYPTO_set_dynlock_destroy_callback(void (*func) (struct CRYPTO_dynlock_value *l, const char *file, int line)) argument
409 CRYPTO_set_locking_callback(void (*func)(int mode,int type, const char *file,int line)) argument
415 CRYPTO_set_add_lock_callback(int (*func)(int *num,int mount,int type, const char *file,int line)) argument
557 CRYPTO_lock(int mode, int type, const char *file, int line) argument
603 CRYPTO_add_lock(int *pointer, int amount, int type, const char *file, int line) argument
885 OpenSSLDie(const char *file,int line,const char *assertion) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ts/
H A Dts_conf.c94 X509 *TS_CONF_load_cert(const char *file) argument
136 EVP_PKEY *TS_CONF_load_key(const char *file, const char *pass) argument
[all...]
/barrelfish-2018-10-04/lib/zlib/
H A Dgzio.c60 FILE *file; /* .gz file */ member in struct:gz_stream
603 gzprintf(gzFile file, const char *format, ...) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Eplex/
H A Deplex_gurobi.c597 cpx_write(lp_desc *lpd, char *file, char *fmt) argument
617 cpx_read(lp_desc *lpd, char *file, char *fmt) argument
[all...]
/barrelfish-2018-10-04/include/openssl/
H A Dconf.h123 LHASH_OF(CONF_VALUE) *CONF_load(LHASH_OF(CONF_VALUE) *conf,const char *file, variable
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_send.c1097 Aerror(const res_state statp, FILE *file, const char *string, int error, argument
1119 Perror(const res_state statp, FILE *file, const char *string, int error) { argument
H A Dres_debug.c134 fp_resstat(const res_state statp, FILE *file) { argument
145 do_section(const res_state statp, ns_msg *handle, ns_sect section, int pflag, FILE *file) argument
274 res_pquery(const res_state statp, const u_char *msg, int len, FILE *file) argument
346 p_cdnname(const u_char *cp, const u_char *msg, int len, FILE *file) argument
360 p_cdname(const u_char *cp, const u_char *msg, FILE *file) argument
389 p_fqname(const u_char *cp, const u_char *msg, FILE *file) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dts.c525 BIO_open_with_default(const char *file, const char *mode, FILE *default_fp) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/err/
H A Derr.c706 void ERR_put_error(int lib, int func, int reason, const char *file, argument
760 ERR_get_error_line(const char **file, int *line) argument
764 ERR_get_error_line_data(const char **file, int *line, const char **data, int *flags) argument
772 ERR_peek_error_line(const char **file, int *line) argument
775 ERR_peek_error_line_data(const char **file, int *line, const char **data, int *flags) argument
783 ERR_peek_last_error_line(const char **file, int *line) argument
786 ERR_peek_last_error_line_data(const char **file, int *line, const char **data, int *flags) argument
791 get_error_values(int inc, int top, const char **file, int *line, const char **data, int *flags) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c750 void win32_locking_callback(int mode, int type, char *file, int line) argument
859 void solaris_locking_callback(int mode, int type, char *file, int line) argument
976 irix_locking_callback(int mode, int type, char *file, int line) argument
1063 pthreads_locking_callback(int mode, int type, char *file, int line) argument
1170 netware_locking_callback(int mode, int type, char *file, int line) argument
1256 beos_locking_callback(int mode, int type, const char *file, int line) argument
[all...]
/barrelfish-2018-10-04/usr/drivers/xeon_phi/
H A Dboot.c173 static vfs_handle_t file_open(char *file, uint8_t nfs) argument
233 download_file_vfs(char *file, void *card_buffer, size_t use_nfs, size_t *bytes) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Ducma.c70 struct ucma_file *file; member in struct:ucma_context
113 static struct ucma_context *ucma_get_ctx(struct ucma_file *file, int id) argument
131 static struct ucma_context *ucma_alloc_ctx(struct ucma_file *file) argument
100 _ucma_find_context(int id, struct ucma_file *file) argument
294 ucma_get_event(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
353 ucma_create_id(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
463 ucma_destroy_id(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
497 ucma_bind_addr(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
516 ucma_resolve_addr(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
538 ucma_resolve_route(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
622 ucma_query_route(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
692 ucma_connect(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
716 ucma_listen(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
737 ucma_accept(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
763 ucma_reject(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
782 ucma_disconnect(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
801 ucma_init_qp_attr(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
922 ucma_set_option(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
958 ucma_notify(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
977 ucma_join_multicast(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
1036 ucma_leave_multicast(struct ucma_file *file, const char __user *inbuf, int in_len, int out_len) argument
1108 ucma_move_events(struct ucma_context *ctx, struct ucma_file *file) argument
1202 struct ucma_file *file = filp->private_data; local
1230 struct ucma_file *file = filp->private_data; local
1251 struct ucma_file *file; local
1269 struct ucma_file *file = filp->private_data; local
[all...]
/barrelfish-2018-10-04/lib/libc/isc/
H A Deventlib_p.h86 evFileID file; member in struct:evConn
130 evFileID file; member in struct:evStream
173 struct { evFile *this; int eventmask; } file; member in union:evEvent_p::__anon987
/barrelfish-2018-10-04/lib/lwip2/src/apps/httpd/makefsdata/
H A Dmakefsdata.c1006 file_put_ascii(FILE *file, const char* ascii_string, int len, int *i) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Deap.c1199 char *user, *path, *file; local
/barrelfish-2018-10-04/include/sys/
H A Dfile.h168 struct file { struct
[all...]

Completed in 250 milliseconds

123456