Home
last modified time | relevance | path

Searched refs:wmesg (Results 1 – 15 of 15) sorted by relevance

/dports/games/xisola/xisola/
H A Dcallback.c98 XtSetValues(wmesg,ar,1);
103 XtSetValues(wmesg,ar,1);
113 XtSetValues(wmesg,ar,1);
121 XtSetValues(wmesg,ar,1);
190 XtSetValues(wmesg,ar,1);
197 XtSetValues(wmesg,ar,1);
207 XtSetValues(wmesg,ar,1);
215 XtSetValues(wmesg,ar,1);
275 XtSetValues(wmesg,ar,1);
H A Dxisola.c69 wmesg=XtCreateManagedWidget("it's you to play,white...",labelWidgetClass,interm,ar,2);
71 XtSetArg(ar[0],XtNfromHoriz,wmesg);
H A Dxisola.h13 Widget toplevel,wboard,interm,wplay,wreset,wmode,wmesg; variable
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_condvar.c97 cv_init(kcondvar_t *cv, const char *wmesg) in cv_init() argument
106 wmesg = nodebug; in cv_init()
109 KASSERT(wmesg != NULL); in cv_init()
110 CV_SET_WMESG(cv, wmesg); in cv_init()
H A Dkern_synch.c167 tsleep(wchan_t ident, pri_t priority, const char *wmesg, int timo) in tsleep() argument
184 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj); in tsleep()
189 mtsleep(wchan_t ident, pri_t priority, const char *wmesg, int timo, in mtsleep() argument
208 sleepq_enqueue(sq, ident, wmesg, &sleep_syncobj); in mtsleep()
222 kpause(const char *wmesg, bool intr, int timo, kmutex_t *mtx) in kpause() argument
239 sleepq_enqueue(sq, l, wmesg, &sleep_syncobj); in kpause()
H A Dkern_sleepq.c200 sleepq_enqueue(sleepq_t *sq, wchan_t wchan, const char *wmesg, syncobj_t *sobj) in sleepq_enqueue() argument
211 l->l_wmesg = wmesg; in sleepq_enqueue()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/nfs/common/
H A Dnfs_commonport.c250 nfsmsleep(void *chan, void *mutex, int prio, const char *wmesg, in nfsmsleep() argument
265 error = msleep(chan, (struct mtx *)mutex, prio, wmesg, timeo); in nfsmsleep()
410 nfs_catnap(int prio, int errval, const char *wmesg) in nfs_catnap() argument
416 ret = tsleep(&non_event, prio, wmesg, 5 * hz); in nfs_catnap()
418 ret = tsleep(&non_event, prio, wmesg, 1); in nfs_catnap()
H A Dnfs_commonkrpc.c1098 newnfs_msleep(struct thread *td, void *ident, struct mtx *mtx, int priority, char *wmesg, int timo) in newnfs_msleep() argument
1105 return msleep(ident, mtx, priority, wmesg, timo); in newnfs_msleep()
1109 error = msleep(ident, mtx, priority, wmesg, timo); in newnfs_msleep()
/dports/misc/rump/buildrump.sh-b914579/src/sys/rump/librump/rumpkern/
H A Dltsleep.c120 tsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo) in tsleep() argument
139 mtsleep(wchan_t ident, pri_t prio, const char *wmesg, int timo, kmutex_t *lock) in mtsleep() argument
H A Demul.c135 kpause(const char *wmesg, bool intr, int timeo, kmutex_t *mtx) in kpause() argument
/dports/sysutils/p5-BSD-Process/BSD-Process-0.07/t/
H A D02-method.t49 is($pe->wmesg, delete $pe->{wmesg}, 'method wmesg');
178 is($pe->wchan_message, delete $pe->{wmesg}, 'alias wchan_message');
H A D01-func.t45 ok( defined( delete $info->{wmesg} ), 'attribute wmesg');
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dlfs_subr.c565 lfs_writer_enter(struct lfs *fs, const char *wmesg) in lfs_writer_enter() argument
577 error = mtsleep(&fs->lfs_writer, PRIBIO+1, wmesg, 0, in lfs_writer_enter()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Di82365.c1274 pcic_delay(struct pcic_handle *h, int timo, const char *wmesg) in pcic_delay() argument
1287 wmesg, h->event_thread, timo)); in pcic_delay()
1291 tsleep(pcic_delay, PWAIT, wmesg, in pcic_delay()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dpccbb.c2259 pccbb_pcmcia_delay(struct pccbb_softc *sc, int timo, const char *wmesg) in pccbb_pcmcia_delay() argument
2267 DPRINTF(("pccbb_pcmcia_delay: \"%s\", sleep %d ms\n", wmesg, timo)); in pccbb_pcmcia_delay()
2268 kpause(wmesg, false, max(mstohz(timo), 1), NULL); in pccbb_pcmcia_delay()