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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_umtx.c123 struct _umtx_time *tm_p, timeout; local
129 tm_p = NULL;
135 tm_p = &timeout;
156 (void *)tm_size, __DECONST(void *, tm_p));
159 (void *)tm_size, __DECONST(void *, tm_p));
220 struct _umtx_time *tm_p, timeout; local
224 tm_p = NULL;
230 tm_p = &timeout;
236 (void *)tm_size, __DECONST(void *, tm_p)));
292 struct _umtx_time timeout, *tm_p; local
312 struct _umtx_time timeout, *tm_p; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c3358 struct _umtx_time timeout, *tm_p; local
3362 tm_p = NULL;
3368 tm_p = &timeout;
3370 return (do_wait(td, uap->obj, uap->val, tm_p, 0, 0));
3376 struct _umtx_time timeout, *tm_p; local
3380 tm_p = NULL;
3386 tm_p = &timeout;
3388 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 0));
3394 struct _umtx_time *tm_p, timeout; local
3398 tm_p
3448 struct _umtx_time *tm_p, timeout; local
3474 struct _umtx_time *tm_p, timeout; local
3593 struct _umtx_time *tm_p, timeout; local
3627 struct _umtx_time *tm_p, timeout; local
4099 struct _umtx_time *tm_p, timeout; local
4117 struct _umtx_time *tm_p, timeout; local
4136 struct _umtx_time *tm_p, timeout; local
4211 struct _umtx_time *tm_p, timeout; local
4230 struct _umtx_time *tm_p, timeout; local
4250 struct _umtx_time *tm_p, timeout; local
[all...]
/freebsd-11-stable/lib/libc/gen/
H A Dsem.c317 struct _umtx_time *tm_p, timeout; local
321 tm_p = NULL;
327 tm_p = &timeout;
332 (void *)tm_size, __DECONST(void*, tm_p));
H A Dsem_new.c351 void *tm_p; local
356 tm_p = NULL;
362 tm_p = &tms;
365 retval = _umtx_op(sem, UMTX_OP_SEM2_WAIT, 0, (void *)tm_size, tm_p);
/freebsd-11-stable/sys/dev/wl/
H A Dif_wl.c1762 struct mbuf *tm_p = m; local
1812 if ((tm_p = tm_p->m_next) == (struct mbuf *)0)
1826 wlsftwsleaze(&count, &mb_p, &tm_p, sc);
1830 if ( (tm_p->m_next == (struct mbuf *) 0) ||
1832 tm_p->m_len > HDW_THRESHOLD)
1835 wlhdwsleaze(&count, &mb_p, &tm_p, sc);
1839 } else if ((tm_p = tm_p->m_next) == (struct mbuf *)0)
1841 count = tm_p
2239 struct mbuf *tm_p = *tm_pp; local
2286 struct mbuf *tm_p = *tm_pp; local
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.dep132 tm_p.h \
137 tm.h options.h tm_p.h \
145 tm_p.h \
H A DMakefile154 tm_p.h:
158 /bin/sh ${GCCDIR}/mkconfig.sh tm_p.h
160 GENSRCS+= tm_p.h
161 CLEANFILES+= cs-tm_p.h
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dworker.c33 int tm_p[2]; /* poll control pipe */ member in struct:taskmgr_S
43 #define RD_PIPE (Tskmgr.tm_p[0])
44 #define WR_PIPE (Tskmgr.tm_p[1])
281 if (pipe(Tskmgr.tm_p) != 0)
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in726 TM_P_H = tm_p.h $(tm_p_file_list)
1201 tm_p.h: cs-tm_p.h ; @true
1223 cs-tm_p.h: Makefile
1226 $(SHELL) $(srcdir)/mkconfig.sh tm_p.h
3613 -rm -f config.h tconfig.h bconfig.h tm_p.h tm.h

Completed in 137 milliseconds