Home
last modified time | relevance | path

Searched defs:open_file (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dstand.h177 struct open_file { struct
188 TAILQ_ENTRY(open_file) f_link; /* next entry */ argument
H A Dbzipfs.c39 struct open_file { struct
40 int f_flags; /* see F_* below */
41 void *f_fsdata; /* file system specific data */
/illumos-gate/usr/src/cmd/nohup/
H A Dnohup.c76 open_file(void) in open_file() function