Searched refs:sec_info (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf-eh-frame.c458 struct eh_frame_sec_info *sec_info = NULL; local
504 sec_info = bfd_zmalloc (sizeof (struct eh_frame_sec_info)
506 REQUIRE (sec_info);
535 if (sec_info->count == entry_alloced)
537 sec_info = bfd_realloc (sec_info,
541 REQUIRE (sec_info);
543 memset (&sec_info->entry[entry_alloced], 0,
548 this_inf = sec_info->entry + sec_info
1038 struct eh_frame_sec_info *sec_info; local
1131 struct eh_frame_sec_info *sec_info; local
[all...]
H A Delf-bfd.h1192 void *sec_info;
1190 void *sec_info; member in struct:bfd_elf_section_data
H A Delf.c1021 /* Make sure sec_info_type is cleared if sec_info is cleared too. */
1053 sec, &secdata->sec_info))
1055 else if (secdata->sec_info)
8592 elf_section_data (sec)->sec_info,
8623 elf_section_data (sec)->sec_info,
8636 return _bfd_stab_section_offset (sec, elf_section_data (sec)->sec_info,
H A Delflink.c2629 elf_section_data (sec)->sec_info,
4604 stabstr, &secdata->sec_info,
4607 if (secdata->sec_info)
8139 elf_section_data (isec)->sec_info,
8700 o, &elf_section_data (o)->sec_info, contents)))
8705 elf_section_data (o)->sec_info))
11015 elf_section_data (stab)->sec_info,
H A Delfxx-ia64.c1094 elf_section_data (tsec)->sec_info,
4635 sec_info,
H A Delf64-alpha.c4126 sec_info,
H A Delf32-ppc.c5221 elf_section_data (tsec)->sec_info,
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dgssauthcn.c420 sec->sec_info->authn_protocol,
421 sec->sec_info->authn_level,
661 sec->sec_info->authn_protocol,
662 sec->sec_info->authn_level,
959 sec->sec_info->authn_protocol,
966 sec->sec_info->authn_level,
1010 sec->sec_info->authn_protocol,
1017 sec->sec_info->authn_protocol,
1098 rpc_gssauth_info_p_t gssauth_info = (rpc_gssauth_info_p_t)sec->sec_info;
1110 sec->sec_info
[all...]
H A Dnoauthcn.c328 sec->sec_info->authn_level,
511 sec->sec_info->authn_level,
666 sec->sec_info->authn_level,
777 sec->sec_info->authn_level,
1016 sec->sec_info->authn_level,
1031 if (sec->sec_info->authn_level >= rpc_c_authn_level_pkt)
1133 ("(rpc__noauth_cn_pre_send) authn level->%x packet type->%x\n", sec->sec_info->authn_level, ptype));
1138 sec->sec_info->authn_level,
1485 sec->sec_info->authn_level,
1567 sec->sec_info
[all...]
H A Dschnauthcn.c334 sec->sec_info->authn_level,
519 sec->sec_info->authn_level,
683 sec->sec_info->authn_level,
789 sec->sec_info->authn_level,
1036 ptype = sec->sec_info->authn_protocol;
1044 sec->sec_info->authn_level,
1291 ("(rpc__schnauth_cn_pre_send) authn level->%x packet type->%x\n", sec->sec_info->authn_level, ptype));
1296 sec->sec_info->authn_level,
1718 sec->sec_info->authn_level,
1801 sec->sec_info
[all...]
H A Dcn.h167 rpc_auth_info_t *sec_info; member in struct:rpc_cn_sec_context_s_t
H A Dcnassoc.c3586 if (info == sec_context->sec_info)
3888 sec_context->sec_info = info;
3952 RPC_CN_AUTH_FREE_PROT_INFO ((*sec)->sec_info, &(*sec)->sec_cn_info);
3957 RPC_CN_AUTH_RELEASE_REFERENCE ((rpc_auth_info_p_t *) &(*sec)->sec_info);
H A Dcnrcvr.c1145 call_r->binding_rep->auth_info = sec_context->sec_info;
1146 RPC_CN_AUTH_ADD_REFERENCE(sec_context->sec_info);
H A Dcnsclsm.c1478 auth_tlr->auth_type = RPC_CN_AUTH_CVT_ID_API_TO_WIRE (call_rep->sec->sec_info->authn_protocol, &status);
1479 auth_tlr->auth_level = call_rep->sec->sec_info->authn_level;
H A Dcncall.c596 auth_tlr->auth_type = RPC_CN_AUTH_CVT_ID_API_TO_WIRE (call_rep->sec->sec_info->authn_protocol, st);
597 auth_tlr->auth_level = call_rep->sec->sec_info->authn_level;
H A Dcncassm.c4960 auth_tlr->auth_type = RPC_CN_AUTH_CVT_ID_API_TO_WIRE (sec_context->sec_info->authn_protocol, st);
4961 auth_tlr->auth_level = sec_context->sec_info->authn_level;
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb_2.c6853 struct smb2_set_info_security sec_info; local
6859 sec_info.security_attrs = security_attrs;
6860 sec_info.control_flags = control_flags;
6861 sec_info.owner = owner;
6862 sec_info.group = group;
6863 sec_info.sacl = sacl;
6864 sec_info.dacl = dacl;
6879 sizeof (sec_info), (uint8_t *) &sec_info,

Completed in 468 milliseconds