Searched refs:NDR_F_SIZE_IS (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_process.c | 327 case NDR_F_SIZE_IS: in ndr_topmost() 342 case NDR_F_IS_POINTER+NDR_F_SIZE_IS: in ndr_topmost() 347 case NDR_F_IS_REFERENCE+NDR_F_SIZE_IS: in ndr_topmost() 624 case NDR_F_SIZE_IS: in ndr_outer() 626 case NDR_F_IS_POINTER+NDR_F_SIZE_IS: in ndr_outer() 627 case NDR_F_IS_REFERENCE+NDR_F_SIZE_IS: in ndr_outer() 633 if (params & NDR_F_SIZE_IS) in ndr_outer() 855 assert(params & NDR_F_SIZE_IS); in ndr_outer_conformant_array() 943 myref.inner_flags = NDR_F_SIZE_IS; in ndr_outer_conformant_array() 1063 outer_ref->type_flags = NDR_F_SIZE_IS; /* indicate pending */ in ndr_outer_conformant_construct() [all …]
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | ndr.h | 129 #define NDR_F_SIZE_IS 0x0001 /* [size_is(X)] required/given */ macro 350 NDR_F_SIZE_IS, size_is, SIZE_IS) 358 NDR_F_SIZE_IS+NDR_F_IS_POINTER, size_is, SIZE_IS) 387 NDR_F_SIZE_IS, size_is, SIZE_IS) 395 NDR_F_SIZE_IS+NDR_F_IS_POINTER, size_is, SIZE_IS) 407 NDR_F_SIZE_IS+NDR_F_IS_REFERENCE, size_is, SIZE_IS)
|