Searched refs:data (Results 226 - 250 of 302) sorted by relevance

1234567891011>>

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_protos.h364 const void *data,
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_init.c128 default_noroot_data = &bootPict->data[0];
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_catalog.c64 CatalogRecord data; member in struct:btobj
197 /* Convert the data fork. */
708 /* Convert the data fork. */
829 /* Get space for iterator, key and data */
847 datalen = buildthread((void*)&bto->key, &bto->data, std_hfs,
849 btdata.bufferAddress = &bto->data;
896 buildrecord(attrp, nextCNID, std_hfs, encoding, &bto->data, &datalen);
897 btdata.bufferAddress = &bto->data;
957 * 1. BTSearchRecord(from_cnode, &data);
958 * 2. BTInsertRecord(to_cnode, &data);
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_mroute.c97 extern int _mrt_ioctl(int req, caddr_t data, struct proc *p);
144 _mrt_ioctl(__unused int req, __unused caddr_t data, __unused struct proc *p) argument
306 static int X_mrt_ioctl(int cmd, caddr_t data);
506 X_mrt_ioctl(int cmd, caddr_t data) argument
512 return (get_vif_cnt((struct sioc_vif_req *)data));
515 return (get_sg_cnt((struct sioc_sg_req *)data));
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c1426 caddr_t data,
1429 struct in6_drlist *drl = (struct in6_drlist *)data;
1430 struct in6_prlist *prl = (struct in6_prlist *)data;
1431 struct in6_ndireq *ndi = (struct in6_ndireq *)data;
1432 struct in6_nbrinfo *nbi = (struct in6_nbrinfo *)data;
1433 struct in6_ndifreq *ndif = (struct in6_ndifreq *)data;
1424 nd6_ioctl( u_long cmd, caddr_t data, struct ifnet *ifp) argument
H A Dip6_mroute.c355 mrt6_ioctl(cmd, data)
357 caddr_t data;
363 return(get_sg_cnt((struct sioc_sg_req6 *)data));
366 return(get_mif6_cnt((struct sioc_mif_req6 *)data));
1708 * If PIM REGISTER, exclude the data packet
H A Din6_prefix.c1093 in6_prefix_ioctl(struct socket *so, u_long cmd, caddr_t data, argument
1098 struct in6_prefixreq *ipr = (struct in6_prefixreq *)data;
1099 struct in6_rrenumreq *irr = (struct in6_rrenumreq *)data;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock_oldops.c75 struct { /* message alarm data */
81 void *data; /* alarm data */ member in struct:alarm::__anon840
87 #define al_data al_alrm.data
98 /* local data declarations */
H A Dexception.c165 * Snapshot the exception action data under lock for consistency.
459 task->itk_space == xport->data.receiver) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmachine_routines.c96 unsigned int data; member in struct:patch_up
531 bcopy_phys((addr64_t)((unsigned int)(&patch_up_ptr->data)),
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_syscalls.c219 muap.data = uap->data;
243 user_addr_t fsmountargs = uap->data;
1322 /* copyin any data we will need for downstream code */
1477 * Common routine to handle copying of statfs64 data to user space
3333 * off the end. If the caller passes us bogus data, they may get a
3415 * at least appear to contain valid data.
3697 /* copy out the actual data size */
5161 * update filesystem's mount point data
5859 * Make a complex file. A complex file is one with multiple forks (data stream
6348 caddr_t data, memp; local
6434 struct sync_args data; local
[all...]
H A Dvfs_journal.c31 // functions when the fs wants to modify meta-data blocks. See
33 // data structures.
260 do_journal_io(journal *jnl, off_t *offset, void *data, size_t len, int direction) argument
298 panic("jnl: request for i/o to jnl-header without JNL_HEADER flag set! (len %d, data %p)\n", curlen, data);
311 buf_setdataptr(bp, (uintptr_t)data);
333 data = (char *)data + curlen;
345 read_journal_data(journal *jnl, off_t *offset, void *data, size_t len) argument
347 return do_journal_io(jnl, offset, data, le
351 write_journal_data(journal *jnl, off_t *offset, void *data, size_t len) argument
358 read_journal_header(journal *jnl, void *data, size_t len) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_vlan.c510 * data structure. Some operations take a long time to complete,
547 * give up exclusive access to the vlan_parent data structure, and wake up
1549 vlan_ioctl(ifnet_t ifp, u_int32_t cmd, void * data) argument
1566 ifr = (struct ifreq *)data;
1567 ifa = (struct ifaddr *)data;
1584 ifmr = (struct ifmediareq64 *)data;
H A Dif_bond.c745 * data structure. Some operations take a long time to complete,
752 * data structure accesses during that time.
786 * give up exclusive access to the ifbond data structure, and wake up
1418 u_char * data; local
1431 data = mtod(m, u_char *) + offset;
1432 ip_p = *data;
1438 ip_src = *(struct in_addr *)(data + IP_SRC_OFFSET);
1439 ip_dst = *(struct in_addr *)(data + IP_DST_OFFSET);
1461 u_char * data; local
1474 data
2732 bond_ioctl(struct ifnet *ifp, u_int32_t cmd, void * data) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
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++;
512 * Called to queue a atp/ddp data packet on the network interface.
1333 case AURPCODE_DATAPKT: /* data packet */
1335 dPrintf(D_M_DDP, D_L_TRACE, ("ddp_AURPfuncx: data, 0x%x, %d\n",
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dvnode_internal.h130 u_short v_tag; /* type of underlying data */
163 void * v_data; /* private data for fs */
225 #define VNOCACHE_DATA 0x000400 /* don't keep data cached once it's been consumed */
246 * Global vnode data.
294 * Finally, we've got a list of private data (about each operation)
348 __private_extern__ int set_package_extensions_table(void *data, int nentries, int maxwidth);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_bsm_token.c211 * data items (depends on basic unit)
491 * data size bytes
493 token_t *au_to_opaque(char *data, u_int16_t bytes) argument
498 if((data == NULL) || (bytes <= 0)) {
509 ADD_MEM(dptr, data, bytes);
H A Dkern_sysctl.c861 * implemented via sysctl, which truncate their returned data, rather
1654 caddr_t data; local
1672 /* hold the data we would return */
1703 /* caller only wants to know length of proc args data */
1717 * extra space for work alignment and data tags
1801 data = (caddr_t) (copy_end - argslen);
1804 data = (caddr_t) (copy_end - arg_size);
1811 error = copyout(data, (where + sizeof(int)), size);
1814 error = copyout(data, where, size);
1820 * on entry: data [possibil
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/crypto/
H A Dsha1.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);
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c3982 * set data into sadb_msg.
4028 * copy secasvar data into sadb_address.
4062 * set data into sadb_address.
4114 * set data into sadb_ident.
4153 * set data into sadb_x_sa2.
4187 * set data into sadb_x_policy
7571 * and create a data to response if needed.
8095 /* record data transfer on SA, and update timestamps */
8284 static errno_t ipsecif_output(ifnet_t interface, mbuf_t data);
8285 static errno_t ipsecif_demux(ifnet_t interface, mbuf_t data, cha
8723 ipsecif_output( ifnet_t interface, mbuf_t data) argument
8759 ipsecif_demux( __unused ifnet_t interface, mbuf_t data, __unused char *frame_header, protocol_family_t *protocol) argument
8815 ipsecif_ioctl( __unused ifnet_t interface, __unused u_int32_t command, __unused void *data) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c85 data record.
203 // forkType 0 = data fork, -1 = resource fork
211 // foundKey The key data for the record actually found
282 // Copy the found data back for the caller
333 // Copy the found data back for the caller
375 HFSExtentRecord data; local
378 btRecord.bufferAddress = &data;
388 err = HFSPlusToHFSExtents(extents, data);
507 dataEnd = (off_t)((off_t)(nextFABN) * (off_t)(allocBlockSize)); // Assume valid data through end of this extent
551 // Function: Release the extents of a single extent data recor
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c187 cd9660_mount(mount_t mp, vnode_t devvp, user_addr_t data, vfs_context_t context) argument
194 error = copyin(data, (caddr_t)&args, sizeof(args));
198 error = copyin(data, (caddr_t)&temp, sizeof(temp));
1110 * for old data structures to be purged or for the contents of the
1302 * points into bp's data.
1491 * Note: We always read the first 4 bytes of the System-Use data, so
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/
H A Drandomdev.c194 * get a random block of data per fips 186-2
283 /* get a little non-deterministic data as an initial seed. */
300 /* turn the data around */
332 // check here to see if we got the initial data we were expecting
342 // now do the random block again to make sure that userland doesn't get predicatable data
385 random_ioctl( __unused dev_t dev, u_long cmd, __unused caddr_t data, argument
441 * Get entropic data from the Security Server, and use it to reseed the
460 /* get the user's data */
490 * return data to the caller. Results unpredictable.
506 /* get the user's data */
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c140 * data - addr in user space of mount params including the
143 * ndp - namei data pointer (NOT USED)
146 * It makes up its data as it goes along.
152 devfs_mount(struct mount *mp, __unused vnode_t devvp, __unused user_addr_t data, vfs_context_t ctx) argument

Completed in 325 milliseconds

1234567891011>>