Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c147 char *line, *one_entry; in append_to_file() local
159 one_entry = calloc(len + 1, 1); in append_to_file()
160 if (one_entry == NULL) { in append_to_file()
185 bzero(one_entry, len + 1); in append_to_file()
188 current_head = get_entry(previous_head, one_entry, in append_to_file()
194 driver_name, entry_separator, one_entry); in append_to_file()
212 free(one_entry); in append_to_file()
235 char *line, *one_entry; in append_to_minor_perm() local
247 one_entry = calloc(len + 1, 1); in append_to_minor_perm()
248 if (one_entry == NULL) { in append_to_minor_perm()
[all …]