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

/macosx-10.9.5/smb-697.95.1/kernel/smbfs/
H A Dsmbfs_notify_change.c212 uint32_t nextoffset = 0, action; local
237 if (rparam_len && (md_get_uint32le(mdp, &nextoffset) == 0))
240 if (nextoffset >= sizeof(uint32_t))
241 nextoffset -= (uint32_t)sizeof(uint32_t);
248 if (nextoffset >= sizeof(uint32_t))
249 nextoffset -= (uint32_t)sizeof(uint32_t);
251 if (nextoffset) {
252 error = md_get_mem(mdp, NULL, nextoffset, MB_MSYSTEM);
254 error = md_get_uint32le(mdp, &nextoffset);
284 } while (nextoffset);
[all...]
/macosx-10.9.5/BootCache-106/
H A Dkext.c563 uint32_t *nextpage, uint32_t *nextoffset, uint32_t *nextlength);
1048 * 'nextoffset' takes the offset into that page that the run begins.
1055 * *nextoffset = 5 * blocksize
1062 uint32_t *nextpage, uint32_t *nextoffset, uint32_t *nextlength)
1085 *nextoffset = CB_BLOCK_TO_BYTE(cm, nextblk) % PAGE_SIZE;
1223 uint32_t nextoffset; local
1237 BC_next_valid_range(cm, ce, fromoffset, &nextpage, &nextoffset, &nextlength);
1243 fromoffset = (nextpage * PAGE_SIZE) + nextoffset + nextlength;
1254 (int) roundup(nextoffset + nextlength, PAGE_SIZE),
1270 buf_setblkno(cm->cm_bp, CB_BYTE_TO_BLOCK(cm, ce->ce_diskoffset + nextoffset)
1061 BC_next_valid_range(struct BC_cache_mount *cm, struct BC_cache_extent *ce, uint32_t fromoffset, uint32_t *nextpage, uint32_t *nextoffset, uint32_t *nextlength) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Net-DNS/lib/Net/DNS/
H A DPacket.pm566 ($name, $nextoffset) = dn_expand(\$data, $offset);
568 ($name, $nextoffset) = Net::DNS::Packet::dn_expand(\$data, $offset);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dvms-tir.c1843 int nextoffset;
1851 nextoffset = 0;
1840 int nextoffset; local

Completed in 278 milliseconds