Searched refs:data_offset (Results 26 - 44 of 44) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/libkern/kxld/
H A Dkxld_reloc.c563 u_long *data_offset, u_long size)
576 check(data_offset);
583 require_action((*data_offset + data_size) <= size, finish, rval=KERN_FAILURE);
585 start = dst = (struct relocation_info *) ((void *) (buf + *data_offset));
598 dysymtabhdr->locreloff = (uint32_t) *data_offset;
601 *data_offset += count * sizeof(struct relocation_info);
560 kxld_reloc_export_macho(const KXLDRelocator *relocator, const KXLDArray *locrelocs, const KXLDArray *extrelocs, u_char *buf, u_long *header_offset, u_long header_size, u_long *data_offset, u_long size) argument
H A Dkxld_object.c1727 u_long data_offset = 0; local
1738 data_offset = (object->is_final_image) ? header_size : round_page(header_size);
1777 data_offset = (u_long) (seg->link_addr - object->link_addr);
1780 header_size, &data_offset, size, is_32bit_object);
1787 &data_offset, size);
/macosx-10.9.5/launchd-842.92.1/liblaunch/
H A Dlibvproc.c381 size_t data_offset = 0; local
389 if ((out_obj = launch_data_unpack((void *)outdata, outdata_cnt, NULL, 0, &data_offset, NULL))) {
832 size_t data_offset = 0, good_enough_size = 10*1024*1024; local
857 if (!(out_obj = launch_data_unpack((void *)outdata, outdata_cnt, NULL, 0, &data_offset, NULL))) {
/macosx-10.9.5/postfix-252/postfix/src/cleanup/
H A Dcleanup.h73 off_t data_offset; /* start of message content */ member in struct:CLEANUP_STATE
H A Dcleanup_message.c879 state->cont_length = state->xtra_offset - state->data_offset;
926 if ((state->data_offset = vstream_ftell(state->dst)) < 0)
/macosx-10.9.5/postfix-252/postfix/src/oqmgr/
H A Dqmgr.h294 long data_offset; /* data seek offset */ member in struct:QMGR_MESSAGE
H A Dqmgr_deliver.c161 ATTR_TYPE_LONG, MAIL_ATTR_OFFSET, message->data_offset,
/macosx-10.9.5/postfix-252/postfix/src/qmgr/
H A Dqmgr_deliver.c166 ATTR_TYPE_LONG, MAIL_ATTR_OFFSET, message->data_offset,
H A Dqmgr.h339 long data_offset; /* data seek offset */ member in struct:QMGR_MESSAGE
/macosx-10.9.5/postfix-252/postfix/src/milter/
H A Dmilter.c88 /* const char *milter_message(milters, qfile, data_offset)
91 /* off_t data_offset;
484 const char *milter_message(MILTERS *milters, VSTREAM *fp, off_t data_offset) argument
498 resp = m->message(m, fp, data_offset, any_eoh_macros, any_eod_macros);
H A Dmilter8.c2493 off_t data_offset,
2518 if (vstream_fseek(qfile, data_offset, SEEK_SET) < 0) {
2492 milter8_message(MILTER *m, VSTREAM *qfile, off_t data_offset, ARGV *eoh_macros, ARGV *eod_macros) argument
/macosx-10.9.5/postfix-252/postfix/src/pipe/
H A Dpipe.c1164 info = delivered_hdr_init(request->fp, request->data_offset,
1185 if (vstream_fseek(request->fp, request->data_offset, SEEK_SET) < 0)
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_layout.h2231 le16 data_offset; /* Data byte offset from this member in struct:__anon11329::__anon11330::__anon11331
2264 le16 data_offset; /* Data byte offset from this member in struct:__anon11332::__anon11333::__anon11334
H A Dntfs_index.c400 le16_to_cpu(ie->data_offset) ||
401 (u32)le16_to_cpu(ie->data_offset) +
4038 entry->data_offset = cpu_to_le16(data_ofs);
/macosx-10.9.5/smb-697.95.1/kernel/netsmb/
H A Dsmb_smb_2.c5095 uint8_t data_offset; local
5116 error = md_get_uint8(mdp, &data_offset);
5149 data_offset -= SMB2_HDRLEN;
5150 data_offset -= 16; /* already parsed 16 bytes worth of the response */
5152 if (data_offset > 0) {
5153 error = md_get_mem(mdp, NULL, data_offset, MB_MSYSTEM);
6878 uint16_t data_offset; local
6909 data_offset = SMB2_HDRLEN;
6910 data_offset += 48;
6911 mb_put_uint16le(mbp, data_offset); /* Dat
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.h178 vm_object_offset_t data_offset; /* offset to first byte of data */ member in struct:vm_named_entry
H A Dvm_map.c2405 offset += named_entry->data_offset;
/macosx-10.9.5/postfix-252/postfix/src/smtp/
H A Dsmtp_proto.c1905 if (vstream_fseek(state->src, request->data_offset, SEEK_SET) < 0)
/macosx-10.9.5/launchd-842.92.1/src/
H A Dcore.c8126 size_t data_offset = 0; local
8165 if (unlikely(invalCnt && !job_assumes(j, (input_obj = launch_data_unpack((void *)inval, invalCnt, NULL, 0, &data_offset, NULL)) != NULL))) {
11469 size_t data_offset = 0; local
11497 if (!job_assumes(j, (jobdata = launch_data_unpack((void *)indata, indataCnt, NULL, 0, &data_offset, NULL)) != NULL)) {

Completed in 413 milliseconds

12