Home
last modified time | relevance | path

Searched defs:fp (Results 1 – 2 of 2) sorted by relevance

/spdk/lib/log/
H A Dlog.c193 spdk_vflog(FILE * fp,const char * file,const int line,const char * func,const char * format,va_list ap) spdk_vflog() argument
213 spdk_flog(FILE * fp,const char * file,const int line,const char * func,const char * format,...) spdk_flog() argument
224 fdump(FILE * fp,const char * label,const uint8_t * buf,size_t len) fdump() argument
269 spdk_log_dump(FILE * fp,const char * label,const void * buf,size_t len) spdk_log_dump() argument
[all...]
/spdk/lib/conf/
H A Dconf.c534 fgets_line(FILE *fp) in fgets_line()
593 FILE *fp; in spdk_conf_read() local