Searched defs:xfile (Results 1 – 2 of 2) sorted by relevance
229 struct xfile { struct230 ksize_t xf_size; /* size of struct xfile */ argument231 pid_t xf_pid; /* owning process */232 uid_t xf_uid; /* effective uid of owning process */256 extern int maxfiles; /* kernel limit on number of open files */ argument
823 register SM_FILE_T *xfile; local