Home
last modified time | relevance | path

Searched refs:bcastmsg (Results 1 – 4 of 4) sorted by relevance

/plan9/sys/src/games/music/playlistfs/
H A Dboilerplate.c56 bcastmsg(Channel *q, Wmsg *m) in bcastmsg() function
H A Dplaylist.h122 void bcastmsg(Channel*, Wmsg*);
H A Dfs.c145 bcastmsg(files[i].workers, &m); in rflush()
290 bcastmsg(f->file->workers, &m); in ropen()
575 bcastmsg(f->file->workers, &m); in rwrite()
862 bcastmsg(files[Qplayctl].workers, &m); in playupdater()
880 bcastmsg(files[Qplayvol].workers, &m); in volumeupdater()
/plan9/sys/src/cmd/aux/
H A Dconsolefs.c932 bcastmsg(Fs *fs, Console *c, char *msg, int n) in bcastmsg() function
1129 bcastmsg(fs, f->c, f->mbuf, f->bufn); in fswrite()