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

/opensolaris-onvv-gate/usr/src/stand/lib/inet/
H A Dipv4.c54 static int fragments; /* Number of fragments */ variable
81 printf("Dumping fragment info: (%d)\n\n", fragments);
105 if (fragments == 0)
125 if (fragments == 0)
164 fragments++;
179 fragments--;
195 fragments = 0;
199 * Analyze the fragment list - see if we captured all our fragments.
201 * Returns TRUE if we've got all the fragments, an
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/audio/
H A Daudio_oss.h60 int fragments; /* # of available fragments */ member in struct:audio_buf_info
61 int fragstotal; /* Total # of fragments allocated */
64 /* Note! 'bytes' could be more than fragments*fragsize */
/opensolaris-onvv-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c509 /* default to 5 fragments to provide reasonable latency */
519 /* default to 5 fragments to provide reasonable latency */
1057 * make sure we have a whole number of fragments >= 2, and
1066 * We set the latency hints in terms of bytes, not fragments.
1485 bi->fragments = bi->bytes / bi->fragsize;
1506 bi->fragments = bi->bytes / bi->fragsize;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm5225 The B<-onLoad> and B<-onUnload> parameters point to fragments of JavaScript

Completed in 147 milliseconds