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