Home
last modified time | relevance | path

Searched refs:handle_to_file (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/core/fs/
Dchdir.c75 file = handle_to_file(rv); in realpath()
105 file = handle_to_file(rv); in chdir()
Dfs.c126 file = handle_to_file(*handle); in pmapi_read_file()
354 file = handle_to_file(rv); in open_file()
373 file = handle_to_file(handle); in close_file()
Dreaddir.c20 file = handle_to_file(rv); in opendir()
/external/syslinux/com32/elflink/ldlinux/
Dloadhigh.c59 file = handle_to_file(regs->esi.w[0]); in pm_load_high()
/external/syslinux/core/include/
Dfs.h185 static inline struct file *handle_to_file(uint16_t handle) in handle_to_file() function