Searched refs:bytecount (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h179 uint32_t bytecount; member in struct:IOHibernateHandoff
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c1815 ssize_t bytecount; local
1831 (u_int8_t *)attrname, (size_t *)&bytecount, sizeof(attrname), '/', 0);
1836 bytecount++; /* account for null termination char */
1847 state->size += bytecount;
1849 if (bytecount > uio_resid(state->uio)) {
1853 result = uiomove((caddr_t) attrname, bytecount, state->uio);
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateIO.cpp1876 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])
1878 HIBPRINT("handoff %p, %x, %x\n", handoff, handoff->type, handoff->bytecount);
1894 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn);
2722 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])
2724 // HIBPRINT("handoff %p, %x, %x\n", handoff, handoff->type, handoff->bytecount);
2744 bzero(data, handoff->bytecount);
2748 hibernate_newruntime_map(data, handoff->bytecount,

Completed in 103 milliseconds