Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c146 char *current_head, *previous_head; in append_to_file() local
188 current_head = get_entry(previous_head, one_entry, in append_to_file()
190 previous_head = current_head; in append_to_file()
202 } while (*current_head != '\0'); in append_to_file()
234 char *current_head, *previous_head; in append_to_minor_perm() local
272 current_head = get_perm_entry(previous_head, one_entry); in append_to_minor_perm()
273 previous_head = current_head; in append_to_minor_perm()
284 } while (*current_head != '\0'); in append_to_minor_perm()
1686 char *current_head; in check_perm_opts() local
1707 current_head = perm_list; in check_perm_opts()
[all …]
/illumos-gate/usr/src/uts/common/vm/
H A Dvm_as.c104 struct as_callback *current_head, *cb; in as_add_callback() local
147 current_head = as->a_callbacks; in as_add_callback()
149 cb->ascb_next = current_head; in as_add_callback()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c864 uint64_t current_head, new_tail; in i_ldc_get_tx_tail() local
882 i_ldc_get_tx_head(ldcp, &current_head); in i_ldc_get_tx_tail()
888 if (new_tail == current_head) { in i_ldc_get_tx_tail()