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.c190 previous_head = current_head; in append_to_file()
202 } while (*current_head != '\0'); in append_to_file()
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()
1713 previous_head = current_head; in check_perm_opts()
1754 char *current_head; in aliases_unique() local
1818 char *current_head; in aliases_exist() local
1865 char *current_head; in aliases_paths_exist() local
[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()