Home
last modified time | relevance | path

Searched refs:udp_length (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/dtrace/demo/udp/
H A Dudpbytes.d29 sum(args[4]->udp_length);
35 sum(args[4]->udp_length);
H A Dudpbytesstat.d31 sum(args[4]->udp_length);
37 sum(args[4]->udp_length);
H A Dudpsnoop.d50 args[4]->udp_length);
58 args[4]->udp_length);
H A Dudptop.d64 sum(args[4]->udp_length);
72 sum(args[4]->udp_length);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dudp.d.in37 uint16_t udp_length; /* total length */ member
57 udp_length = ntohs(U->uha_length);
/illumos-gate/usr/src/cmd/fs.d/udfs/common/
H A Dud_lib.h134 uint32_t udp_length; /* Lenght of the partition */ member
H A Dud_lib.c547 p->udp_length = SWAP_32(pd->pd_part_length); in ud_parse_fill_vds()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dudf_inode.h93 uint32_t udp_length; /* Lenght of the partition */ member
291 ud_part::udp_length
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1139 pold->udp_length = in ud_validate_and_fill_superblock()
1162 part->udp_length = SWAP_32(pdesc->pd_part_length); in ud_validate_and_fill_superblock()
H A Dudf_subr.c257 if (lblkno >= ud_parts->udp_length) { in ud_xlate_to_daddr()