/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_marshaling.c | 150 smb_mbc_vdecodef(mbuf_chain_t *mbc, const char *fmt, va_list ap) in smb_mbc_vdecodef() 394 smb_mbc_decodef(mbuf_chain_t *mbc, const char *fmt, ...) in smb_mbc_decodef() 415 smb_mbc_peek(mbuf_chain_t *mbc, int offset, const char *fmt, ...) in smb_mbc_peek() 520 smb_mbc_vencodef(mbuf_chain_t *mbc, const char *fmt, va_list ap) in smb_mbc_vencodef() 760 smb_mbc_encodef(mbuf_chain_t *mbc, const char *fmt, ...) in smb_mbc_encodef() 781 smb_mbc_poke(mbuf_chain_t *mbc, int offset, const char *fmt, ...) in smb_mbc_poke() 866 smb_mbc_put_mem(mbuf_chain_t *mbc, void *vmem, int mem_len) in smb_mbc_put_mem() 927 mbc_marshal_make_room(mbuf_chain_t *mbc, int32_t bytes_needed) in mbc_marshal_make_room() 1006 mbc_marshal_store_byte(mbuf_chain_t *mbc, uint8_t data) in mbc_marshal_store_byte() 1023 mbc_marshal_put_char(mbuf_chain_t *mbc, uint8_t data) in mbc_marshal_put_char() [all …]
|
H A D | smb_nt_transact_security.c | 226 smb_encode_sd(mbuf_chain_t *mbc, smb_sd_t *sd, uint32_t secinfo) in smb_encode_sd() 285 smb_encode_sid(mbuf_chain_t *mbc, smb_sid_t *sid) in smb_encode_sid() 309 smb_encode_sacl(mbuf_chain_t *mbc, smb_acl_t *acl) in smb_encode_sacl() 336 smb_encode_dacl(mbuf_chain_t *mbc, smb_acl_t *acl) in smb_encode_dacl() 367 smb_decode_sd(mbuf_chain_t *mbc, smb_sd_t *sd) in smb_decode_sd() 445 smb_decode_sid(mbuf_chain_t *mbc, uint32_t offset) in smb_decode_sid() 498 smb_decode_acl(mbuf_chain_t *mbc, uint32_t offset) in smb_decode_acl()
|
H A D | smb_signing.c | 71 struct mbuf_chain *mbc, in smb_sign_find_seqnum() 225 smb_sign_calc(smb_request_t *sr, struct mbuf_chain *mbc, in smb_sign_calc() 330 struct mbuf_chain mbc = sr->command; in smb_sign_check_request() local 381 struct mbuf_chain mbc = sr->command; in smb_sign_check_secondary() local 414 struct mbuf_chain mbc; in smb_sign_reply() local
|
H A D | smb_dfs.c | 245 smb_dfs_encode_hdr(mbuf_chain_t *mbc, dfs_info_t *referrals) in smb_dfs_encode_hdr() 261 smb_dfs_encode_refv1(smb_request_t *sr, mbuf_chain_t *mbc, in smb_dfs_encode_refv1() 330 smb_dfs_encode_refv2(smb_request_t *sr, mbuf_chain_t *mbc, in smb_dfs_encode_refv2() 393 smb_dfs_encode_refv3x(smb_request_t *sr, mbuf_chain_t *mbc, in smb_dfs_encode_refv3x() 468 smb_dfs_encode_targets(mbuf_chain_t *mbc, dfs_info_t *referrals) in smb_dfs_encode_targets()
|
H A D | smb_quota.c | 66 smb_quota_init_sids(mbuf_chain_t *mbc, smb_quota_query_t *request, in smb_quota_init_sids() 134 smb_quota_decode_sids(mbuf_chain_t *mbc, list_t *list) in smb_quota_decode_sids() 193 smb_quota_max_quota(mbuf_chain_t *mbc, smb_quota_query_t *request) in smb_quota_max_quota() 214 smb_quota_decode_quotas(mbuf_chain_t *mbc, list_t *list) in smb_quota_decode_quotas() 292 smb_quota_encode_quotas(mbuf_chain_t *mbc, smb_quota_query_t *request, in smb_quota_encode_quotas()
|
H A D | smb_notify.c | 98 smb_notify_common(smb_request_t *sr, mbuf_chain_t *mbc, in smb_notify_common() 219 smb_notify_encode_action(struct smb_request *sr, mbuf_chain_t *mbc, in smb_notify_encode_action()
|
H A D | smb2_signing.c | 156 smb2_sign_calc(smb_request_t *sr, struct mbuf_chain *mbc, in smb2_sign_calc() 262 struct mbuf_chain *mbc = &sr->smb_data; in smb2_sign_check_request() local
|
H A D | smb_mbuf_util.c | 103 mbuf_chain_t *mbc; in smb_mbc_alloc() local 122 smb_mbc_free(mbuf_chain_t *mbc) in smb_mbc_free() 338 MBC_SHADOW_CHAIN(struct mbuf_chain *submbc, struct mbuf_chain *mbc, in MBC_SHADOW_CHAIN()
|
H A D | smb_session.c | 124 smb_session_send(smb_session_t *session, uint8_t nbt_type, mbuf_chain_t *mbc) in smb_session_send() 227 struct mbuf_chain mbc; in smb_netbios_session_request() local 1441 mbuf_chain_t *mbc = &sr->reply; in smb_session_oplock_break() local
|
H A D | smb_query_fileinfo.c | 623 smb_query_stream_info(smb_request_t *sr, mbuf_chain_t *mbc, in smb_query_stream_info() 764 smb_stream_fits(smb_request_t *sr, mbuf_chain_t *mbc, in smb_stream_fits()
|
H A D | smb2_create.c | 573 smb2_encode_create_ctx(mbuf_chain_t *mbc, smb2_create_ctx_t *cc) in smb2_encode_create_ctx()
|
H A D | smb2_dispatch.c | 1129 smb2sr_put_error_data(smb_request_t *sr, uint32_t status, mbuf_chain_t *mbc) in smb2sr_put_error_data()
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | wclib.c | 53 #define mbc(c) ((c)&WC_MB) macro
|
/titanic_50/usr/src/cmd/xargs/ |
H A D | xargs.c | 529 char mbc[MB_LEN_MAX]; in getarg() local 816 getwchr(char *mbc, size_t *sz) in getwchr()
|
/titanic_50/usr/src/cmd/csh/ |
H A D | sh.file.c | 173 char mbc[MB_LEN_MAX]; in pushback() local
|
/titanic_50/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_ctf.c | 947 mbr_contains_t *mbc = data; in offset_to_name_cb() local 983 mbr_contains_t mbc; in mdb_ctf_offset_to_name() local
|
/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regcomp.c | 1180 char mbc[COLL_KEY_MAX + 1]; in bra() local
|
/titanic_50/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_type.h | 588 u8 mbc; member
|