Searched defs:__filedes (Results 1 – 1 of 1) sorted by relevance
82 struct __filedes { struct83 off_t f_offset; /* current position in file */84 const struct fileops *f_ops;110 int (EFIAPI *fo_close) (struct __filedes *filp); argument