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

/osnet-11/usr/src/lib/libpam/
H A Dpam_impl.h197 typedef struct fd_list { struct
199 struct fd_list *next;
200 } fd_list; typedef in typeref:struct:fd_list
223 fd_list *fd; /* module fd's */
H A Dpam_framework.c342 fd_list *expired;
343 fd_list *traverse;
1933 fd_list *module_fds = 0;
1934 fd_list *trail = 0;
1935 fd_list *traverse = 0;
1977 if ((module_fds = calloc(1, sizeof (fd_list))) == 0) {

Completed in 19 milliseconds