Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_readdir.c56 static void free_offset_tbl(struct off_tbl *head);
235 struct off_tbl *offtp, *next = NULL; in create_dirents()
426 free_offset_tbl(struct off_tbl *head) in free_offset_tbl()
428 struct off_tbl *p, *next = NULL; in free_offset_tbl()
515 struct off_tbl *offtp, *last = NULL; in build_dir_entry_list()
528 offtp = (struct off_tbl *) in build_dir_entry_list()
529 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;