Searched refs:handle (Results 26 - 33 of 33) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dkpi_vfs.c779 /* return the private data handle stored in mount_t */
786 /* set the private data handle in mount_t */
859 * It returns a handle which is to be used to when the FS is to be removed
864 vfs_fsadd(struct vfs_fsentry *vfe, vfstable_t * handle) argument
930 * Also handle backwards compatibility.
1012 *handle = vfstable_add(newvfstbl);
1019 (*newvfstbl->vfc_vfsops->vfs_init)((struct vfsconf *)handle);
1028 * The argument passed in is the handle that was given when
1032 vfs_fsremove(vfstable_t handle) argument
1034 struct vfstable * vfstbl = (struct vfstable *)handle;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty_pty.c94 int _devfs_setattr(void * handle, unsigned short mode, uid_t uid, gid_t gid);
132 void *pt_devhandle; /* slave device handle for grantpt() */
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dlowmem_vectors.s351 ; 8-bit index into the "scTable", and dispatch on it to handle the Ultra
602 * being on, and so cannot look at the activation or task control block, etc. We handle them right
801 b EXT(vmm_ufp) ; handle UFT range of vmm_dispatch syscall
2081 b EXT(FirmwareCall) ; Go handle the firmware call....
2299 ; Here is where we handle the "recovery mode" stuff.
2325 ; Here is where we handle the context switch firmware call. The old
2672 ; where we handle ml_probe_read problems eventually.
2841 ; We come here to handle program exceptions
3011 bl EXT(switchSegs) ; Go handle the segment registers/STB
3148 bl EXT(switchSegs) ; Go handle th
[all...]
H A Dvmachmon_asm.s2062 bne ufpX ; go handle a 64-bit virtual machine
2168 bl EXT(switchSegs) ; Go handle the segment registers/STB
2322 bl EXT(switchSegs) ; Go handle the segment registers/STB
H A Dstart.s249 b patch_loop ; handle next
H A Dhw_exception.s851 ; This is where we handle someone trying who did a thread_create followed
1551 * Here's where we handle the fastpath stuff
H A Dmachine_routines_asm.s124 bt++ pf64Bitb,ml_restore_64 // handle 64-bit cpus (only they take the hint)
141 * have a machine check here. So we have to be able to handle that.
280 * have a machine check here. So we have to be able to handle that.
1315 rlwinm r11,r0,29,3,31 ; Get the amount of memory to handle all indexes
H A Dhw_vm.s578 bne-- hrmGuest ; Yes, handle specially
1095 ; Here we handle the 64-bit version of hw_rem_map
3691 ; handleDSeg - handle a data segment fault
3692 ; handleISeg - handle an instruction segment fault
3696 ; to also handle the missing segment.
3722 * handlePF - handle a page fault interruption
3727 * This first part does a quick check to see if we can handle the fault.
3728 * We canot handle any kind of protection exceptions here, so we pass
3745 lis r0,hi16(dsiNoEx|dsiProt|dsiInvMode|dsiAC) ; Get the types that we cannot handle here
3943 ; Here is where we handle specia
[all...]

Completed in 114 milliseconds

12