Searched refs:alias (Results 1 - 12 of 12) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dvm_statistics.h178 #define VM_GET_FLAGS_ALIAS(flags, alias) \
179 (alias) = ((flags) & VM_FLAGS_ALIAS_MASK) >> 24
180 #define VM_SET_FLAGS_ALIAS(flags, alias) \
182 (((alias) & ~VM_FLAGS_ALIAS_MASK) << 24))
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp276 const char * alias; local
286 // Have to get the full path to the controller - an alias may
288 alias = IORegistryEntry::dealiasPath( &path, gIODTPlane );
311 if( alias && (look == path)) {
312 path = alias;
314 alias = 0;
328 if( alias) {
329 len = strlen( alias );
334 strlcpy( comp, alias, len + 1 );
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp849 const OSSymbol * alias; local
869 if( (alias = hasAlias( plane ))) {
870 aliasLen = alias->getLength();
875 strlcpy( nextComp, alias->getCStringNoCopy(), aliasLen + 1);
913 if( (alias = entry->hasAlias( plane ))) {
917 compLen = alias->getLength();
920 strlcpy( nextComp, alias->getCStringNoCopy(), compLen + 1);
1095 // pick the smallest alias
1124 // check for alias
1159 const char * alias; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_map.c1367 new_entry->alias = 0;
1369 VM_GET_FLAGS_ALIAS(flags, new_entry->alias);
1531 char alias; local
1603 VM_GET_FLAGS_ALIAS(flags, alias);
1799 entry->alias != alias) {
1886 (entry->alias == alias) &&
1893 ((alias == VM_MEMORY_REALLOC) ||
1944 new_entry->alias
[all...]
H A Dbsd_vm.c1093 pinfo->pri_user_tag = entry->alias;
1104 extended.user_tag = entry->alias;
H A Dvm_map.h222 /* unsigned char */ alias:8, /* user alias */ member in struct:vm_map_entry
H A Dvm_fault.c3483 fault_info.user_tag = entry->alias;
H A Dvm_user.c2123 if (override_nx(target_map, map_entry->alias) && prot)
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_port.h157 int alias; member in struct:ipc_port
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c425 port is currently backed with a vs structure in the alias field
426 we could create an ISBS alias and a port_is_bs call but frankly
574 port->alias = (int) alias_struct;
909 if((void *)bs->bs_port->alias != NULL)
910 kfree((void *) bs->bs_port->alias,
1132 reply_port->alias = (int) alias_struct;
1184 reply_port->alias = (int) vsa;
1208 kfree(reply_port->alias, sizeof (struct vstuct_alias));
2135 ((struct vstruct_alias *)(reply_port->alias))->vs;
2185 ((struct vstruct_alias *)(reply_port->alias))
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_catalog.c2054 /* For directory hard links, create alias in resource fork */
2103 * identifying values that are updated in the resource fork data when the alias
2139 /* Constants for directory hard link alias */
2141 /* Size of resource fork data array for directory hard link alias */
2160 /* Create and write an alias that points at the directory represented by given
2164 * Note: This code is very specific to creating alias for the purpose
2177 char *alias; local
2187 /* Allocate some disk space for the alias content. */
2205 /* Generate alias content */
2206 alias
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_vm.s301 lwz r11,ppLink+4(r3) ; Get the alias chain pointer
315 ham64: li r0,ppLFAmask ; Get mask to clean up alias pointer
318 ld r11,ppLink(r3) ; Get the alias chain pointer
326 std r11,mpAlias(r31) ; Set the alias pointer in the mapping
1713 * alias list. It locks the list, extracts the vaddr and pmap from
1943 * alias list. It locks the list, extracts the vaddr and pmap from
2185 bne hsg32Loop ; Try next mapping on alias chain
2221 bne hsg64Loop ; Try next mapping on alias chain
4591 li r12,ppLFAmask ; Get mask to clean up alias pointer
6319 lwz r9,mpAlias+4(r12) ; Next mapping in physent alias chai
[all...]

Completed in 101 milliseconds