Home
last modified time | relevance | path

Searched refs:map_error (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/lib/libgss/
H A Dg_inquire_cred.c95 map_error(minor_status, mech);
108 map_error(minor_status, mech);
260 map_error(minor_status, mech);
273 map_error(minor_status, mech);
H A Dg_glue.c322 map_error(minor_status, mech);
361 map_error(minor_status, mech);
399 map_error(minor_status, mech);
476 map_error(minor_status, mech);
502 map_error(minor_status, mech);
594 map_error(minor_status, mech);
H A Dg_accept_sec_context.c214 map_error(minor_status, mech);
235 map_error(minor_status, mech);
319 map_error(minor_status, mech);
328 map_error(minor_status, mech);
H A Dg_seal.c117 map_error(minor_status, mech);
199 map_error(minor_status, mech);
H A Dg_compare_name.c129 map_error(minor_status, mech);
209 map_error(minor_status, mech);
H A Dg_store_cred.c146 map_error(minor_status, mech);
178 map_error(minor_status, mech);
H A Dg_imp_name.c260 map_error(minor, mech);
359 map_error(minor, mech);
H A Dg_inq_context_oid.c69 map_error(minor_status, mech); in gss_inquire_sec_context_by_oid()
H A Dg_context_time.c72 map_error(minor_status, mech);
H A Dg_process_context.c76 map_error(minor_status, mech);
H A Dg_verify.c78 map_error(minor_status, mech);
H A Dg_rel_cred.c87 map_error(minor_status, mech);
H A Dg_unseal.c92 map_error(minor_status, mech);
H A Dg_sign.c108 map_error(minor_status, mech);
H A Dg_inquire_context.c119 map_error(minor_status, mech); in gss_inquire_context()
H A Dg_exp_sec_context.c106 map_error(minor_status, mech);
H A Dg_imp_sec_context.c151 map_error(minor_status, mech);
H A Dg_inquire_names.c78 map_error(minor_status, mech);
H A Dg_init_sec_context.c214 map_error(minor_status, mech);
H A Dg_dsp_status.c145 map_error(minor_status, mech);
H A Dg_acquire_cred.c432 map_error(minor_status, mech);
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c559 char *map_error; in map_i_f() local
560 map_error = (((char *)(map_hdr + 1)) + in map_i_f()
564 map_error = (void *) in map_i_f()
565 (map_error + map_hdr->result_len); in map_i_f()
569 (0 != *(map_error))) { in map_i_f()
701 unsigned char *map_error; in map_h_l() local
718 map_error = (unsigned char *)(map_hdr + 1); in map_h_l()
719 map_hash = (map_error + map_hdr->hash_tbl_num); in map_h_l()
737 if (1 == *(map_error + hash_value)) { in map_h_l()
747 } else if (0 == *(map_error + hash_value)) { in map_h_l()
[all …]
H A Ddisassemble.c480 unsigned char *map_error; in dump_map_i_f() local
491 map_error = p + (map_hdr->result_len * (tbl_hdr->number)); in dump_map_i_f()
493 map_error += map_hdr->result_len; in dump_map_i_f()
497 map_error = p + (map_hdr->result_len * (tbl_hdr->number)); in dump_map_i_f()
499 map_error = NULL; in dump_map_i_f()
556 if ((NULL == map_error) || in dump_map_i_f()
557 (0 == *(map_error + i))) { in dump_map_i_f()
685 unsigned char *map_error; in dump_map_hash() local
692 map_error = (unsigned char *)(map_hdr + 1); in dump_map_hash()
693 map_hash = (map_error + map_hdr->hash_tbl_num); in dump_map_hash()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/include/
H A DmechglueP.h891 #define map_error(MINORP, MECH) macro
903 #define map_error(MINORP, MECH) \ macro
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dosl.c1734 static int map_error = 0; in scan_d2a_map() local
1736 if (map_error || (d2a_done != 0)) in scan_d2a_map()
1777 map_error = 1; in scan_d2a_map()
1787 map_error = 1; in scan_d2a_map()

12