Home
last modified time | relevance | path

Searched refs:file_getfd (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c164 fd = file_getfd(fp); in t_kopen()
197 int fd = file_getfd(fp); in t_kclose()
209 int fd = file_getfd(fp); in t_kbind()
224 int fd = file_getfd(fp); in t_kunbind()
239 int fd = file_getfd(fp); in t_kconnect()
260 int fd = file_getfd(fp); in t_koptmgmt()
281 int fd = file_getfd(fp); in t_kspoll()
320 int fd = file_getfd(fp); in tli_send()
379 int fd = file_getfd(fp); in tli_recv()
H A Dfake_fio.h36 int file_getfd(struct file *fp);
H A Dfake_fio.c112 file_getfd(file_t *fp) in file_getfd() function