HomeSort by: relevance | last modified time | path
    Searched refs:text_out (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/iscsi/dist/src/lib/
parameters.c 463 char *text_out, int *text_len_out, int textsize)
505 text_out, text_len_out, textsize, 0, PPS_ERROR);
511 text_out, text_len_out, textsize, 0, PPS_ERROR);
522 text_out, text_len_out, textsize, 0, PPS_ERROR);
534 text_out, text_len_out, textsize, 0, PPS_ERROR);
566 text_out, text_len_out, textsize, 0, PPS_ERROR);
591 text_out, text_len_out, textsize, 0, PPS_ERROR);
604 text_out, text_len_out, textsize, 0, PPS_ERROR);
616 text_out, text_len_out, textsize, 0, PPS_ERROR);
672 char *text_out, int *text_len_out
    [all...]
target.c 690 char *text_out = NULL; local
698 if (text_out != NULL) { \
699 iscsi_free_atomic(text_out); \
732 if ((text_out = iscsi_malloc_atomic(2048)) == NULL) {
759 text_in, (int) len_in, text_out,
780 "Reject", text_out, &len_out, 2048,
793 text_out, &len_out,
798 text_out, &len_out,
819 &sess->sess_params.cred, text_out, len_out,
851 text_out, 0, sess->sess_params.header_digest) != len_out)
907 char *text_out = NULL; local
    [all...]
initiator.c 2066 char *text_out = NULL; local
2071 #define TI_CLEANUP {if (text_in != NULL) iscsi_free_atomic(text_in); if (text_out != NULL) iscsi_free_atomic(text_out);}
2120 if ((text_out = iscsi_malloc_atomic(TEXT_RESPONSE_TEXT_LEN)) == NULL) {
2145 PARAM_TEXT_PARSE(l, &sess->sess_params.cred, text_in, len_in, text_out, &len_out, TEXT_RESPONSE_TEXT_LEN, 0, TI_ERROR);
2160 PARAM_TEXT_PARSE(l, &sess->sess_params.cred, text_out, len_out, NULL, NULL, TEXT_RESPONSE_TEXT_LEN, 1, TI_ERROR);
2164 memcpy(text_cmd->text, text_out, (size_t)len_out);
2194 char *text_out = NULL; local
2198 if ((text_out = iscsi_malloc_atomic(LOGIN_RESPONSE_TEXT_LEN)) == NULL) {
2203 #define LIR_CLEANUP {if (text_in != NULL) iscsi_free_atomic(text_in); if (text_out != NULL) iscsi_free_atomic(text_out);
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
rdata_test.c 66 const char *text_out; /* text expected from totext_*(); member in struct:text_ok
404 if (text_ok->text_out != NULL) {
452 if (debug && strcmp(buf_totext, text_ok->text_out) != 0) {
454 text_ok->text_out);
456 assert_string_equal(buf_totext, text_ok->text_out);
  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 15816 asection *text_out = text_sec->output_section; local
15822 (text_out->target_index, R_ARM_PREL31);
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 15943 asection *text_out = text_sec->output_section; local
15949 (text_out->target_index, R_ARM_PREL31);
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 15937 asection *text_out = text_sec->output_section; local
15943 (text_out->target_index, R_ARM_PREL31);
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 15811 asection *text_out = text_sec->output_section; local
15817 (text_out->target_index, R_ARM_PREL31);

Completed in 96 milliseconds