Searched refs:iscsi_get_next_text (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi.h1227 char *iscsi_get_next_text(char *data, int data_length, char *curr_text);
H A Discsi_ioctl.c438 while ((line = iscsi_get_next_text(data, data_len, line)) != NULL) {
H A Discsi_login.c1871 * iscsi_get_next_text - get the next line of text from the given data
1879 iscsi_get_next_text(char *data, int max_data_length, char *curr_text) function

Completed in 333 milliseconds