Home
last modified time | relevance | path

Searched refs:pdu_size_fixed_part (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c324 n_fixed = ti->pdu_size_fixed_part; in ndr_topmost()
338 n_fixed = ti->pdu_size_fixed_part * top_ref->dimension_is; in ndr_topmost()
678 n_fixed = ti->pdu_size_fixed_part; in ndr_outer_fixed()
768 n_fixed = ti->pdu_size_fixed_part * outer_ref->dimension_is; in ndr_outer_fixed_array()
865 n_variable = ti->pdu_size_fixed_part * outer_ref->size_is; in ndr_outer_conformant_array()
988 n_fixed = ti->pdu_size_fixed_part; in ndr_outer_conformant_construct()
1120 n_fixed = ti->pdu_size_fixed_part; in ndr_size_is()
1746 myref.pdu_offset = pdu_offset + i * ti->pdu_size_fixed_part; in ndr_inner_array()
1839 unsigned size = type_under->pdu_size_fixed_part; in ndr_string_basic_integer()
/titanic_41/usr/src/uts/common/smbsrv/ndl/
H A Dndrtypes.ndl154 ndt__##NAME.pdu_size_fixed_part = SIZE; \
/titanic_41/usr/src/uts/common/smbsrv/
H A Dndr.h164 unsigned short pdu_size_fixed_part; member