Searched refs:size_is (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_process.c146 * process, such as ndr-reference.size_is, which indicates the size
484 * [size_is(n_gids)]
489 * PDU. The CONFORMANT quality is indicated by the [size_is()] advice.
493 * ulong size_is;
523 * |pad|size_is=3 name uid gid n_gids=3 gids[0] gids[1] gids[2]|
566 * [size_is(reclen-8) length_is(namlen+1)] // -(2+2+4), +1 for NUL
579 * ulong size_is;
581 * ulong length_is; // always same as size_is
842 unsigned long size_is; local
865 n_variable = ti->pdu_size_fixed_part * outer_ref->size_is;
970 unsigned long size_is; local
1098 unsigned long size_is; local
1174 unsigned long size_is; local
[all...]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c111 { "size_is", SIZE_IS_KW, 0 },
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dndr.h129 #define NDR_F_SIZE_IS 0x0001 /* [size_is(X)] required/given */
183 unsigned long size_is; /* conforming constructs */ member in struct:ndr_reference
288 #define NDS_F_NONULL 0x02 /* strings: no null on size_is */
346 NDR_F_NONE, size_is, 0)
350 NDR_F_SIZE_IS, size_is, SIZE_IS)
358 NDR_F_SIZE_IS+NDR_F_IS_POINTER, size_is, SIZE_IS)
362 NDR_F_IS_POINTER, size_is, 0)
383 NDR_F_NONE, size_is, 0)
387 NDR_F_SIZE_IS, size_is, SIZE_IS)
395 NDR_F_SIZE_IS+NDR_F_IS_POINTER, size_is, SIZE_I
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dndrtypes.ndl40 #define SIZE_IS(X) [size_is(X)]

Completed in 58 milliseconds