Searched refs:data (Results 251 - 275 of 329) sorted by relevance

<<11121314

/darwin-on-arm/xnu/osfmk/i386/
H A Dacpi_wakeup.s156 /* switch to kernel data segment */
247 /* switch to kernel data segment */
291 .data
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp70 extern void OSRuntimeUnloadCPP(kmod_info_t * ki, void * data);
160 * infoDict keys for internally-stored data. Saves on ivar slots for
345 * on data used for that. sKextSummariesLock protects the variables
803 /* On x86, use the mapping data from the segment load command to
810 // overwrite memory occupied by KLD segment with random data before
818 // overwrite memory occupied by KLD segment with random data before
968 "Flushing nonloaded kexts and other unused data.");
1370 void * data = NULL; // do not free local
1421 data = (void *) ((intptr_t) (addressNum->unsigned64BitValue()) + vm_kernel_slide);
1426 (unsigned long)VM_KERNEL_UNSLIDE(data),
2945 uint8_t data[0]; member in struct:z_mem
2980 extractMkext2FileData( UInt8 * data, const char * name, uint32_t compressedSize, uint32_t fullSize) argument
5176 OSData * data = NULL; local
10431 vm_offset_t data = 0; local
[all...]
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c50 * verifier or optionally to provide data integrity and/or privacy.
52 * Once the context is complete, the client and server enter a normal data
169 * separate from the data, the size is always the same: 35 bytes (0x23).
171 * size of the token + the encrypted data that follows. So the size
619 * Since XDR data is always 32-bit aligned, it
649 /* Add null XDR pad if the ASN.1 token misaligned the data */
2373 /* Now compute the checksum over the results data */
2385 * Since XDR data is always 32-bit aligned, it
2398 /* Now compute the checksum over the results data */
2413 /* Add null XDR pad if the ASN.1 token misaligned the data */
2888 vm_offset_t data; local
3400 gss_digest_Update(GSS_DIGEST_CTX *ctx, void *data, size_t len) argument
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c64 CatalogRecord data; member in struct:btobj
198 /* Convert the data fork. */
786 /* Convert the data fork. */
922 /* Get space for iterator, key and data */
940 datalen = buildthread((void*)&bto->key, &bto->data, std_hfs,
942 btdata.bufferAddress = &bto->data;
1004 buildrecord(attrp, nextCNID, std_hfs, encoding, &bto->data, &datalen);
1005 btdata.bufferAddress = &bto->data;
1065 * 1. BTSearchRecord(from_cnode, &data);
1066 * 2. BTInsertRecord(to_cnode, &data);
[all...]
/darwin-on-arm/xnu/bsd/netat/
H A Dddp.save68 /* If the message did not contain any ddp data bytes, then m would
83 * message mp did not contain any ddp data bytes, only lap and
88 ("Packet (no data) dropped - no bufs to extend hdr"));
834 pat_mcast(pat_id, control, data) /* AIX */
837 unsigned char *data;
844 data, nddp->ndd_addrlen);
H A Dddp_r_rtmp.c168 if (tuples % 3) {/* not a valid RTMP data packet */
177 rtmp_update(ifID, (at_rtmp *)ddp->data, tuples);
331 * Perform a few sanity checks on the received RTMP data packet
409 if (TUPLENET(FirstTuple) == 0) { /* non extended RTMP data */
816 * Route Data Request, or generation of RTMP data packets.
874 rtmp_data = ddp->data;
950 rtmp_data = ddp->data;
977 * Send the routing table entries in RTMP data packets.
1131 code = ddp->data[0];
H A Dddp.c266 register u_char *data; local
276 data = ((unsigned char *) gbuf_rptr(mp)) + offset;
281 checksum += *data++;
517 * Called to queue a atp/ddp data packet on the network interface.
1338 case AURPCODE_DATAPKT: /* data packet */
1340 dPrintf(D_M_DDP, D_L_TRACE, ("ddp_AURPfuncx: data, 0x%x, %d\n",
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c87 extern int _mrt_ioctl(int req, caddr_t data, struct proc *p);
134 _mrt_ioctl(__unused u_long req, __unused caddr_t data, __unused struct proc *p) argument
296 static int X_mrt_ioctl(u_long cmd, caddr_t data);
496 X_mrt_ioctl(u_long cmd, caddr_t data) argument
502 return (get_vif_cnt((struct sioc_vif_req *)data));
505 return (get_sg_cnt((struct sioc_sg_req *)data));
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm.c63 MALLOC_DEFINE(M_AUDITBSM, "audit_bsm", "Audit BSM data");
96 rec->data = NULL;
148 rec->data = malloc(tot_rec_size, M_AUDITBSM, M_WAITOK | M_ZERO);
162 dptr = rec->data;
187 free(rec->data, M_AUDITBSM);
330 /* ACL data */ \
882 * data token.
1406 tok = au_to_arg32(4, "data", ar->ar_arg_value32);
1718 /* ACL data */
1906 /* Convert the audit data fro
[all...]
/darwin-on-arm/xnu/libkern/kxld/
H A Dkxld_vtable.c100 vtable->vtable = vtable_sect->data +
237 sym = kxld_reloc_get_symbol(relocator, reloc, sect->data);
409 sym = kxld_reloc_get_symbol(relocator, reloc, /* data */ NULL);
604 * vtable entry. If that symbol does not exist (i.e. we got the data
/darwin-on-arm/xnu/osfmk/kern/
H A Dclock_oldops.c75 struct { /* message alarm data */
81 void *data; /* alarm data */ member in struct:alarm::__anon1078
87 #define al_data al_alrm.data
98 /* local data declarations */
H A Dexception.c148 * Snapshot the exception action data under lock for consistency.
427 task->itk_space == xport->data.receiver) {
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOHibernatePrivate.h180 uint8_t data[]; member in struct:IOHibernateHandoff
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_pset.c509 kn->kn_sdata = kev->data;
H A Dipc_kmsg.c593 * data backwards.
1118 * MACH_SEND_INVALID_DATA Couldn't copy message data.
1205 * the cases where no implicit data is requested.
1318 * optimize the cases where no implicit data is requested.
1457 * MACH_MSG_SUCCESS Copied data out of message buffer.
2103 * the data in. The semantics guarantee that the
2104 * data will have been physically copied before
2105 * the send operation terminates. Thus if the data
2134 * Make a vm_map_copy_t of the of the data. If the
2135 * data i
2174 void *data; local
3434 void *data = dsc->address; local
[all...]
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_protos.h437 const void *data,
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c68 writeFile(int fd, const void * data, size_t length);
79 writeFile(int fd, const void * data, size_t length) argument
83 if (length != (size_t)write(fd, data, length))
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c52 static void CopyExtentInfo( ExtentKey *key, ExtentRecord *data, ExtentsRecBuffer *buffer, u_int16_t bufferCount );
233 //-- Step 3: Change the data in the catalog nodes
374 //-- Step 3: Change the data in the catalog nodes
621 static void CopyExtentInfo( ExtentKey *key, ExtentRecord *data, ExtentsRecBuffer *buffer, u_int16_t bufferCount ) argument
624 BlockMoveData( data, &(buffer[bufferCount].extentData), sizeof( ExtentRecord ) );
/darwin-on-arm/xnu/bsd/net/
H A Dif_bond.c748 * data structure. Some operations take a long time to complete,
755 * data structure accesses during that time.
789 * give up exclusive access to the ifbond data structure, and wake up
1388 u_char * data; local
1401 data = mtod(m, u_char *) + offset;
1402 ip_p = *data;
1408 ip_src = *(struct in_addr *)(data + IP_SRC_OFFSET);
1409 ip_dst = *(struct in_addr *)(data + IP_DST_OFFSET);
1431 u_char * data; local
1444 data
2696 bond_ioctl(struct ifnet *ifp, u_long cmd, void * data) argument
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp681 /* Global data - seq, timers, interrupts, etc) */
701 /* Dynamic class counter data */
1194 IOUserClient::ExpansionData *data; local
1198 if (!(data = client->reserved)) {
1202 if ((counter = data->counter)) {
/darwin-on-arm/xnu/libkern/crypto/
H A Dlocalcrypto_sha1.c149 typedef kern_return_t (*InKernelPerformSHA1Func)(void *ref, const void *data, size_t dataLen, u_int32_t *inHash, u_int32_t options, u_int32_t *outHash, Boolean usePhysicalAddress);
247 static u_int32_t SHA1UpdateWithHardware(SHA1_CTX *context, const unsigned char *data, size_t dataLen, Boolean usePhysicalAddress) argument
253 result = performSHA1WithinKernelOnly(SHA1Ref, data, dataLen, inHashBuffer, options, inHashBuffer, usePhysicalAddress);
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.c31 // functions when the fs wants to modify meta-data blocks. See
33 // data structures.
331 do_journal_io(journal *jnl, off_t *offset, void *data, size_t len, int direction) argument
369 panic("jnl: request for i/o to jnl-header without JNL_HEADER flag set! (len %d, data %p)\n", curlen, data);
382 buf_setdataptr(bp, (uintptr_t)data);
408 data = (char *)data + curlen;
420 read_journal_data(journal *jnl, off_t *offset, void *data, size_t len) argument
422 return do_journal_io(jnl, offset, data, le
426 write_journal_data(journal *jnl, off_t *offset, void *data, size_t len) argument
433 read_journal_header(journal *jnl, void *data, size_t len) argument
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dmach_loader.c340 /* Forcibly disallow execution from data pages on even if the arch
424 * Finally, clean up any lingering workqueue data structures
1361 /* Allocate wad-of-data from heap to reduce excessively deep stacks */
1691 struct macho_data *data,
1699 struct nameidata *ndp = &data->__nid;
1704 union macho_vnode_header *header = &data->__header;
1717 /* init the namei data to point the file user's program name */
1685 get_macho_vnode( char *path, integer_t archbits, struct mach_header *mach_header, off_t *file_offset, off_t *macho_size, struct macho_data *data, struct vnode **vpp ) argument
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_prefix.c1243 in6_prefix_ioctl(struct socket *so, u_long cmd, caddr_t data,
1248 struct in6_prefixreq *ipr = (struct in6_prefixreq *)data;
1249 struct in6_rrenumreq *irr = (struct in6_rrenumreq *)data;
/darwin-on-arm/xnu/bsd/bsm/
H A Daudit_record.h135 /* data-types for the arbitrary token */
234 token_t *au_to_opaque(const char *data, uint16_t bytes);

Completed in 197 milliseconds

<<11121314