Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/modload/
H A Ddrvsubr.c134 char *current_head, *previous_head; in append_to_file() local
176 current_head = get_entry(previous_head, one_entry, in append_to_file()
178 previous_head = current_head; in append_to_file()
190 } while (*current_head != '\0'); in append_to_file()
222 char *current_head, *previous_head; in append_to_minor_perm() local
260 current_head = get_perm_entry(previous_head, one_entry); in append_to_minor_perm()
261 previous_head = current_head; in append_to_minor_perm()
272 } while (*current_head != '\0'); in append_to_minor_perm()
1666 char *current_head; in check_perm_opts() local
1687 current_head = perm_list; in check_perm_opts()
[all …]
/titanic_50/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()
/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c880 uint64_t current_head, new_tail; in i_ldc_get_tx_tail() local
898 i_ldc_get_tx_head(ldcp, &current_head); in i_ldc_get_tx_tail()
904 if (new_tail == current_head) { in i_ldc_get_tx_tail()