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

  /src/external/bsd/iscsi/dist/src/lib/
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
376 if (text_ok->text_out != NULL) {
424 if (debug && strcmp(buf_totext, text_ok->text_out) != 0) {
426 text_ok->text_out);
428 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/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.old/dist/bfd/
elf32-arm.c 15859 asection *text_out = text_sec->output_section; local
15865 (text_out->target_index, R_ARM_PREL31);

Completed in 101 milliseconds