Searched refs:info_type (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_system.c113 mac_system_check_info(kauth_cred_t cred, const char *info_type) argument
120 MAC_CHECK(system_check_info, cred, info_type);
H A Dmac_framework.h405 int mac_system_check_info(kauth_cred_t, const char *info_type);
H A Dmac_policy.h3708 @param info_type A description of the information requested
3723 const char *info_type
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dreader.cpp79 static const atf::parser::token_type info_type = 16; member in namespace:atf_tps
104 add_keyword("info", info_type);
352 while ((t = p.expect(tps_count_type, info_type, "tps-count or info "
353 "field")).type() == info_type)
375 while ((t = p.expect(eof_type, info_type, "end of stream or info "
376 "field")).type() == info_type)
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomauth.c415 const char *info_type = auth_info->is_server?"server":"client";
420 info_type, auth_info->refcount,
509 const char *info_type;
516 info_type = auth_info->is_server?"server":"client";
519 info_type,
1653 const char *info_type;
1656 info_type = auth_info->is_server?"server":"client";
1659 info_type,
409 const char *info_type = auth_info->is_server?"server":"client"; local
501 const char *info_type; local
1634 const char *info_type; local
H A Dnoauth.c269 char *info_type = (*info)->is_server?"server":"client"; local
286 info_type, rpc_g_noauth_alloc_count - rpc_g_noauth_free_count));
H A Dschnauth.c300 char *info_type; local
306 info_type = (*info)->is_server?"server":"client";
337 info_type, rpc_g_schnauth_alloc_count - rpc_g_schnauth_free_count));
H A Dgssauth.c672 const char *info_type; local
677 info_type = (*info)->is_server?"server":"client";
703 info_type, rpc_g_gssauth_alloc_count - rpc_g_gssauth_free_count));
/macosx-10.10.1/smb-759.0/kernel/netsmb/
H A Dsmb_rq_2.h247 uint8_t info_type; member in struct:smb2_query_info_rq
318 uint8_t info_type; member in struct:smb2_set_info_rq
H A Dsmb_smb_2.c5319 if ((queryp->info_type == SMB2_0_INFO_FILE) &&
5327 switch (queryp->info_type) {
5899 /* Validate info_type and file_info_class */
5900 switch (queryp->info_type) {
5941 SMBERROR("Unknown info_type: %d\n", (uint32_t)queryp->info_type);
5961 mb_put_uint8(mbp, queryp->info_type); /* Info type */
6660 mb_put_uint8(mbp, infop->info_type); /* Info Type */
6774 if (infop->info_type != SMB2_0_INFO_SECURITY) {
6782 if (infop->info_type
[all...]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-slow.c90 u_int8_t info_type; member in struct:slow_oam_info_t
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb_2.c541 queryp->info_type = SMB2_0_INFO_FILE;
1402 queryp->info_type = SMB2_0_INFO_FILE;
1895 queryp->info_type = query_info_type;
3301 queryp->info_type = SMB2_0_INFO_FILE;
4009 infop->info_type = setinfo_info_type;
5659 infop->info_type = SMB2_0_INFO_FILE;
6945 infop->info_type = SMB2_0_INFO_FILE;
7010 infop->info_type = SMB2_0_INFO_FILE;
7136 infop->info_type = SMB2_0_INFO_FILE;

Completed in 180 milliseconds