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

/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c793 * in *current_entry. If unquote, then we skip a leading quote and treat
799 char *current_entry,
822 *current_entry++ = *ptr++;
824 *current_entry = '\0';
844 * in the string pointed at by current_entry. A pointer
850 char *current_entry)
865 *current_entry++ = *ptr++;
871 *current_entry++ = *ptr++;
873 *current_entry = '\0';
797 get_entry( char *prev_member, char *current_entry, char separator, int unquote) argument
848 get_perm_entry( char *prev_member, char *current_entry) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c16097 struct fcp_black_list_entry *current_entry = NULL; local
16104 current_entry = tmp_entry;
16106 kmem_free(current_entry, sizeof (struct fcp_black_list_entry));

Completed in 109 milliseconds