Searched refs:n_max_used (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOFireWireIP-226.2/KernelSource/BSD/
H A Dfirewire_if_module.cpp67 u_long n_max_used; member in struct:firewire_desc_blk_str
107 for (u_long current = desc_blk->n_max_used; current > 0; current--)
124 /* Decrement n_max_used */
125 for (; desc_blk->n_max_used > 0 && desc_blk->block_ptr[desc_blk->n_max_used - 1].type == 0; desc_blk->n_max_used--)
209 // Bump n_max_used if appropriate
210 if (i + 1 > desc_blk->n_max_used) {
211 desc_blk->n_max_used = i + 1;
279 u_long maxd = desc_blk->n_max_used;
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dether_if_module.c127 u_int32_t n_max_used; member in struct:ether_desc_blk_str
156 for (current = desc_blk->n_max_used; current > 0; current--) {
169 /* Decrement n_max_used */
170 for (; desc_blk->n_max_used > 0 &&
171 desc_blk->block_ptr[desc_blk->n_max_used - 1].type == 0;
172 desc_blk->n_max_used--)
214 for (i = 0; i < desc_blk->n_max_used; i++) {
225 for (i = 0; i < desc_blk->n_max_used; i++) {
281 /* Bump n_max_used if appropriate */
282 if (i + 1 > desc_blk->n_max_used) {
[all...]

Completed in 173 milliseconds