Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c122 static struct nfsl_log_file *elf_file_list = NULL;
128 static void nfsl_log_file_free(struct nfsl_log_file *elfrec);
129 static void nfsl_log_file_add(struct nfsl_log_file *elfrec,
130 struct nfsl_log_file **elf_listp);
131 static struct nfsl_log_file *nfsl_log_file_find(struct nfsl_log_file *elfrec,
132 struct nfsl_log_file *elf_list);
133 static struct nfsl_log_file *nfsl_log_file_del(struct nfsl_log_file *elfrec,
134 struct nfsl_log_file **elf_listp);
139 static int nfsl_write_elfbuf(struct nfsl_log_file *elfrec);
140 static void nfsl_ipaddr_print(struct nfsl_log_file *, struct netbuf *);
[all …]
H A Dnfslogd.h79 struct nfsl_log_file { struct
84 struct nfsl_log_file *next; /* next file in list */ argument
85 struct nfsl_log_file *prev; /* next file in list */ argument