Searched refs:max_length (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c126 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
499 int max_length = desc->stat_desc->max_length; local
517 if (bits > max_length) bits = max_length, overflow++;
537 bits = max_length-1;
541 s->bl_count[max_length]--;
543 * but this does not affect bl_count[max_length]
553 for (bits = max_length; bits != 0; bits--) {
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c122 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
497 int max_length = desc->stat_desc->max_length; local
515 if (bits > max_length) bits = max_length, overflow++;
535 bits = max_length-1;
539 s->bl_count[max_length]--;
541 * but this does not affect bl_count[max_length]
551 for (bits = max_length; bits != 0; bits--) {
/illumos-gate/usr/src/uts/sun/sys/
H A Dsocalvar.h85 uint_t max_length; member in struct:flb_hdr
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Dlsarpc.ndl332 IN DWORD max_length;
395 IN DWORD max_length;
418 IN DWORD max_length;
442 IN DWORD max_length;
H A Dsamrpc.ndl511 * The max_length field is set to 0x2000.
533 IN DWORD max_length;
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Difpio.h206 uint_t max_length; member in struct:flb_hdr
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dlsar_clnt.c976 arg.max_length = MLSVC_MAX_RESPONSE_LEN;
1044 arg.max_length = MLSVC_MAX_RESPONSE_LEN;
1088 arg.max_length = MLSVC_MAX_RESPONSE_LEN;
H A Dsamr_clnt.c622 arg.max_length = 0x00002000; /* Value used by NT */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1553 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
1857 int max_length = desc->stat_desc->max_length; local
1875 if (bits > max_length) bits = max_length, overflow++;
1895 bits = max_length-1;
1899 s->bl_count[max_length]--;
1901 * but this does not affect bl_count[max_length]
1911 for (bits = max_length; bits != 0; bits--) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2340 int max_length; /* max bit length for the codes */ member in struct:static_tree_desc_s
2665 int max_length = desc->stat_desc->max_length; local
2685 if (bits > max_length) bits = max_length, overflow++;
2706 bits = max_length-1;
2711 s->bl_count[max_length]--;
2715 * bl_count[max_length]
2727 for (bits = max_length; bits != 0; bits--) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c996 unsigned int max_length = max_data_length - local
1005 &present, auth_value, max_length);
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c1773 flb_hdr->max_length), flb_size) == -1) {

Completed in 153 milliseconds