Searched refs:total_size (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkern_event.h103 @field total_size Total size of the kernel event message including the
115 of the event_data can be determined using total_size -
119 u_int32_t total_size; /* Size of entire event msg */ member in struct:kern_event_msg
141 @field total_size Total size of the kernel event message including the
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmach_loader.c193 unsigned long total_size
200 unsigned long total_size,
209 unsigned long total_size,
1076 unsigned long total_size
1093 while (total_size > 0) {
1097 if (thread_size > total_size)
1099 total_size -= thread_size;
1119 unsigned long total_size,
1129 while (total_size > 0) {
1133 if (stack_size > total_size)
1116 load_threadstack( thread_t thread, unsigned long *ts, unsigned long total_size, user_addr_t *user_stack, int *customstack ) argument
1153 load_threadentry( thread_t thread, unsigned long *ts, unsigned long total_size, mach_vm_offset_t *entry_point ) argument
[all...]
H A Dkern_event.c2159 unsigned long total_size; local
2163 total_size = KEV_MSG_HEADER_SIZE;
2168 total_size += event_msg->dv[i].data_length;
2171 if (total_size > MLEN) {
2180 total_size = KEV_MSG_HEADER_SIZE;
2187 total_size += event_msg->dv[i].data_length;
2194 ev->total_size = total_size;
2200 m->m_len = total_size;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1177 u_int32_t total_size; /* file offset of end of attribute header + entries + data */ member in struct:attr_header
1744 datafreespace = header->total_size - (header->data_start + header->data_length);
1753 if (!splitdata && (header->total_size + growsize) > ATTR_MAX_HDR_SIZE) {
1754 growsize = ATTR_MAX_HDR_SIZE - header->total_size;
1778 header->total_size += growsize;
2656 attrhdr->total_size = filehdr->entries[1].offset;
2746 xah->total_size = SWAP32 (ATTR_BUF_SIZE - rsrcforksize);
2846 ah->total_size = SWAP32 (ah->total_size);
2887 ah->total_size
[all...]
H A Dvfs_cluster.c479 int total_size; local
522 total_size = 0;
541 total_size += cbp->b_bcount;
549 * 'total_size' represents the amount of I/O we
588 iostate->io_completed += total_size;
2431 long long total_size; local
2498 while ((total_size = (io_resid + zero_cnt + zero_cnt1)) && retval == 0) {
2515 if (total_size > max_io_size)
2516 total_size = max_io_size;
2522 * assumption... total_size <
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dkmod.c1301 vm_offset_t total_size; // copied out to 'data_size' local
1394 total_size = round_page(header_size) + round_page(const_text->size) +
1397 (void)kmem_alloc(kernel_map, (vm_offset_t *)&buffer, total_size);
1401 bzero((void *)buffer, total_size);
1513 (vm_map_size_t)total_size,
1517 kmem_free(kernel_map, (vm_offset_t)buffer, total_size);
1522 *data_size = total_size;
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_user.c1736 vm_map_size_t total_size; local
2037 total_size = map_entry->vme_end - map_entry->vme_start;
2062 total_size += next_entry->vme_end
2080 (object->size > total_size))
2117 &map_entry->offset, total_size);
2128 total_size,
2135 total_size -= (map_entry->vme_end
2141 while (total_size) {
2156 total_size -=
H A Dvm_map.c5265 vm_map_size_t total_size; local
5456 total_size = copy->size;
5576 if (total_size > copy_size) {
5650 copy->size = total_size;
5667 total_size -= copy_size;
5674 copy->size = total_size;
5707 if (total_size > copy_size) {
5798 total_size -= copy_size;
5799 if(total_size == 0)
5809 copy->size = total_size;
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s585 LCL(total_size) = LCL(md_end) /* size of entire structure */
592 .long LCL(total_size)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vnops.c516 u_int64_t total_size = 0; local
520 total_size = cp->c_datafork->ff_size;
531 total_size += rcp->c_rsrcfork->ff_size;
535 VATTR_RETURN(vap, va_total_size, total_size);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_vlan.c1819 event.header.total_size = sizeof(event);
H A Ddlil.c1189 kev_msg.dv[0].data_length = event->total_size - KEV_MSG_HEADER_SIZE;
H A Dif_bond.c3078 event.header.total_size = sizeof(event);

Completed in 140 milliseconds