Searched refs:ms (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTimerEventSource.h146 virtual IOReturn setTimeoutMS(UInt32 ms);
184 virtual IOReturn wakeAtTimeMS(UInt32 ms);
H A DIOService.h1148 static IOReturn waitMatchIdle( UInt32 ms );
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dpipe.h116 vm_page_t ms[PIPENPAGES]; /* pages in source process */ member in struct:pipemapping
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOTimerEventSource.cpp212 IOReturn IOTimerEventSource::setTimeoutMS(UInt32 ms) argument
214 return setTimeout(ms, kMillisecondScale);
258 IOReturn IOTimerEventSource::wakeAtTimeMS(UInt32 ms) argument
260 return wakeAtTime(ms, kMillisecondScale);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_mbuf.c1662 struct mbuf *m, *ms; local
1674 while ((m = ms = (struct mbuf *)o) != NULL) {
1681 ms = (struct mbuf *)mca->mca_contents;
1685 cl = ms->m_ext.ext_buf;
1698 VERIFY(ms->m_type == MT_FREE);
1699 VERIFY(ms->m_flags == M_EXT);
1700 VERIFY(MEXT_RFA(ms) != NULL && MBUF_IS_COMPOSITE(ms));
1869 struct mbuf *ms; local
1871 m = ms
2005 struct mbuf *m, *ms; local
2464 struct mbuf *ms; local
5209 struct mbuf *ms = (struct mbuf *)mca->mca_contents; local
[all...]
H A Dsys_pipe.c849 vm_page_unhold(wpipe->pipe_map.ms[j]);
853 wpipe->pipe_map.ms[i] = pmap_extract_and_hold(pmap, addr,
855 if (wpipe->pipe_map.ms[i] == NULL)
880 pmap_qenter(wpipe->pipe_map.kva, wpipe->pipe_map.ms,
920 vm_page_unhold(wpipe->pipe_map.ms[i]);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_subr.c449 mach_msg_timeout_t ms)
462 thread_depress_ms(ms);
448 thread_yield_internal( mach_msg_timeout_t ms) argument
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dc++rem3.c609 int ms; local
611 ms = ls / 36;
612 appendChar(c, (ms < 10)? '0' + ms : 'A' + ms - 10);
613 ls -= (ms * 36);
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_subs.c262 struct mbuf_stat ms; local
264 mbuf_stats(&ms);
265 nfs_mbuf_mhlen = ms.mhlen;
266 nfs_mbuf_minclsize = ms.minclsize;

Completed in 170 milliseconds