Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c811 char *current_entry, in get_entry() argument
834 *current_entry++ = *ptr++; in get_entry()
836 *current_entry = '\0'; in get_entry()
862 char *current_entry) in get_perm_entry() argument
877 *current_entry++ = *ptr++; in get_perm_entry()
883 *current_entry++ = *ptr++; in get_perm_entry()
885 *current_entry = '\0'; in get_perm_entry()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c16098 struct fcp_black_list_entry *current_entry = NULL; in fcp_cleanup_blacklist() local
16105 current_entry = tmp_entry; in fcp_cleanup_blacklist()
16107 kmem_free(current_entry, sizeof (struct fcp_black_list_entry)); in fcp_cleanup_blacklist()