Searched refs:FileLayout (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/usr.sbin/rpc.statd/
H A Dstatd.h56 by the typedef FileLayout. The lists of client callbacks are chained
93 } FileLayout; typedef in typeref:struct:__anon14116
95 #define HEADER_LEN (sizeof(FileLayout) - sizeof(HostInfo))
101 extern FileLayout *status_info; /* The mmap()ed status file */
H A Dfile.c51 FileLayout *status_info; /* Pointer to the mmap()ed status file */
190 status_info = (FileLayout *)
193 if (status_info == (FileLayout *) MAP_FAILED)

Completed in 48 milliseconds