Home
last modified time | relevance | path

Searched refs:off_tbl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c54 static void free_offset_tbl(struct off_tbl *head);
233 struct off_tbl *offtp, *next = NULL; in create_dirents()
424 free_offset_tbl(struct off_tbl *head) in free_offset_tbl()
426 struct off_tbl *p, *next = NULL; in free_offset_tbl()
513 struct off_tbl *offtp, *last = NULL; in build_dir_entry_list()
526 offtp = (struct off_tbl *) in build_dir_entry_list()
527 malloc(sizeof (struct off_tbl)); in build_dir_entry_list()
H A Dautomount.h197 struct off_tbl { struct
200 struct off_tbl *next; argument
209 struct off_tbl *offtp;