Searched refs:location (Results 1 - 17 of 17) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOMemoryCursor.cpp131 while ((seg.location) || (fromPosition < inDescriptorLength))
133 if (!seg.location)
135 seg.location = inDescriptor->getPhysicalSegment(
137 assert(seg.location);
142 if (!curSeg.location)
146 seg.location = 0;
148 else if ((curSeg.location + curSeg.length == seg.location))
152 seg.location = 0;
155 if (!seg.location)
[all...]
H A DIODeviceTreeSupport.cpp333 char location[ 32 ]; local
376 if( propSize >= (int) sizeof(location))
377 propSize = sizeof(location) - 1;
378 strncpy( location, (const char *) prop, propSize );
379 location[ propSize ] = 0;
380 regEntry->setLocation( location );
385 // default location - override later
386 snprintf(location, sizeof(location), "%lX", *((UInt32 *) prop));
387 regEntry->setLocation( location );
[all...]
H A DIOPMPowerSource.cpp399 int IOPMPowerSource::location(void) { function in class:IOPMPowerSource
H A DIORegistryEntry.cpp672 /* Name, location, paths */
768 void IORegistryEntry::setLocation( const OSSymbol * location, argument
773 if( location) {
780 registryTable()->setObject( key, (OSObject *) location);
785 void IORegistryEntry::setLocation( const char * location, argument
788 OSSymbol * sym = (OSSymbol *)OSSymbol::withCString( location );
H A DIOUserClient.cpp1917 io_name_t location )
1930 strncpy( location, cstr, sizeof( io_name_t));
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.h171 char location [ISODCL ( 4, 11)]; member in struct:__anon136
H A Dcd9660_rrip.c434 ana->iso_ce_blk = isonum_733(p->location);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DIOPMPowerSource.h128 * Clue about battery's location in machine - Left vs. Right
251 int location(void);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOMemoryCursor.h66 IOPhysicalAddress location; member in struct:IOMemoryCursor::PhysicalSegment
139 @param fromPosition Starting location of the I/O within a memory descriptor.
212 @param fromPosition Starting location of the I/O within a memory descriptor.
288 @param fromPosition Starting location of the I/O within a memory descriptor.
362 @param fromPosition Starting location of the I/O within a memory descriptor.
440 @param fromPosition Starting location of the I/O within a memory descriptor.
H A DIORegistryEntry.h615 /* Name, location and path accessors */
671 @abstract Returns the location string assigned to the registry entry as a C-string.
672 @discussion Entries can given a location string in a particular plane, or globally. If the entry has had a location set in a plane and the plane is specified that location string will be returned, otherwise the global location string is returned. If no global location string has been set, zero is returned.
674 @result A C-string location string, valid while the entry is retained, or zero. */
679 @abstract Returns the location string assigned to the registry entry as an OSSymbol.
680 @discussion Entries can given a location strin
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkpi_mbuf.h299 the data value must point to a location in the cluster and the data
314 mbuf_align_32 will set the data pointer to a location aligned on
319 data location.
690 modified. Upon return, location will be the mbuf the data is
698 location.
700 @param location Upon success, *location will be the mbuf the data is
704 errno_t mbuf_pulldown(mbuf_t src, size_t *offset, size_t length, mbuf_t *location);
738 @param out_data A pointer to the location where the data will be
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_mbuf.c324 errno_t mbuf_pulldown(mbuf_t src, size_t *offset, size_t len, mbuf_t *location) argument
326 /* Must set *location to NULL in failure case */
328 *location = m_pulldown(src, *offset, len, &new_offset);
331 return (*location == NULL) ? ENOMEM : 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_readwrite.c1448 u_int32_t location; local
1462 location = *(u_int32_t *)ap->a_data;
1463 if ((location >= hfsmp->allocLimit) &&
1464 (location != HFS_NO_UPDATE_NEXT_ALLOCATION)) {
1470 if (location == HFS_NO_UPDATE_NEXT_ALLOCATION) {
1471 /* On magic value for location, set nextAllocation to next block
1479 HFS_UPDATE_NEXT_ALLOCATION(hfsmp, location);
3104 * Relocate a file to a new location on disk
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dkld_patch.c1502 void **location; local
1515 location = (void **) ( file->fMachO + section->offset
1518 supersym = findSymbolRefAtLocation(file, sectionRec, location, &superfile);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A DEmulate.s526 addi r16,r16,4 ; Next input location
531 addi r16,r16,4 ; Next input location
535 addi r16,r16,4 ; Next input location
H A Dstart.s241 stw r14,0(r13) ; Patch the location
H A Dmachine_routines_asm.s139 * Read the memory location at physical address paddr.
278 * Read the memory location at physical address paddr.
2094 rlwinm r29, r29, 13-6, 6, 7 ; Move to PSR speed location and isolate the requested speed

Completed in 159 milliseconds