Home
last modified time | relevance | path

Searched refs:m_op (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c694 switch (nds->m_op) { in ndr_outer_fixed()
784 switch (nds->m_op) { in ndr_outer_fixed_array()
877 switch (nds->m_op) { in ndr_outer_conformant_array()
1004 switch (nds->m_op) { in ndr_outer_conformant_construct()
1128 switch (nds->m_op) { in ndr_size_is()
1198 switch (nds->m_op) { in ndr_outer_string()
1389 switch (nds->m_op) { in ndr_outer_peek_sizing()
1424 switch (nds->m_op) { in ndr_outer_poke_sizing()
1468 switch (nds->m_op) { in ndr_outer_align()
1502 switch (nds->m_op) { in ndr_outer_grow()
[all …]
H A Dndr_marshal.c71 if (nds->m_op == NDR_M_OP_MARSHALL) in ndr_encode_decode_common()
278 if (nds->m_op != NDR_M_OP_UNMARSHALL) in ndr_decode_hdr_common()
326 if (nds->m_op != NDR_M_OP_UNMARSHALL) in ndr_decode_pac_hdr()
458 if (nds->m_op != NDR_M_OP_MARSHALL) in ndr_encode_pdu_hdr()
520 switch (nds->m_op) { in ndr__ndr_bind_ack_hdr()
611 switch (nds->m_op) { in ndr__ndr_alter_context_rsp_hdr()
H A Dndr_ops.c157 nds->m_op = NDR_MODE_TO_M_OP(composite_op); in nds_initialize()
448 switch (nds->m_op) { in ndo_fmt()
/titanic_41/usr/src/uts/common/smbsrv/
H A Dndr.h246 unsigned char m_op; member
279 (NDR_M_OP_AND_DIR_TO_MODE((NDS)->m_op, (NDS)->dir) == (MODE))