Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 25 of 73) sorted by relevance

123

/plan9/rc/bin/
H A Dfshalt73 venti/sync -h localhost >[2]/dev/null &
74 venti/sync >[2]/dev/null &
92 echo fsys all sync
101 venti/sync -h localhost >[2]/dev/null &
102 venti/sync >[2]/dev/null &
110 disk/kfscmd sync
112 disk/kfscmd -n `{echo $i | sed -n 's%/srv/kfs.(.*).cmd%\1%p'} sync
/plan9/acme/mail/src/
H A Dhtml.c16 Channel *sync; in formathtml() local
31 sync = chancreate(sizeof(int), 0); in formathtml()
32 e->sync = sync; in formathtml()
34 recvul(sync); in formathtml()
H A Dreply.c199 sendul(e->sync, 1); in execproc()
202 chanfree(e->sync); in execproc()
386 Channel *sync; in mesgsend() local
503 sync = chancreate(sizeof(int), 0); in mesgsend()
504 e->sync = sync; in mesgsend()
506 recvul(sync); in mesgsend()
H A Ddat.h93 Channel *sync; member
/plan9/386/bin/disk/
H A Dksync4 echo disk/kfscmd $* sync
5 if(disk/kfscmd $* sync)
8 echo sync failed
/plan9/sys/src/9/teg2/
H A Darchtegra.c202 long sync; member
489 synccpus(&dp->sync, navailcpus); in pass1()
497 synccpus(&dp->sync, 2 * navailcpus); in pass1()
499 adec(&dp->sync); in pass1()
500 adec(&dp->sync); in pass1()
527 synccpus(&dp->sync, navailcpus); in l1diag()
534 synccpus(&dp->sync, 2 * navailcpus); in l1diag()
535 adec(&dp->sync); in l1diag()
536 adec(&dp->sync); in l1diag()
547 synccpus(&dp->sync, navailcpus); in l1diag()
[all …]
H A Dcache-l2-pl310.c44 ulong sync; member
113 L2P->sync = 0; in l2pl310sync()
/plan9/sys/src/games/mp3dec/
H A Dframe.c310 if (!stream->sync) in mad_header_decode()
324 stream->sync = 1; in mad_header_decode()
327 sync: in mad_header_decode()
329 if (stream->sync) { in mad_header_decode()
370 if ((stream->freerate == 0 || !stream->sync || in mad_header_decode()
403 if (!stream->sync) { in mad_header_decode()
409 goto sync; in mad_header_decode()
412 stream->sync = 1; in mad_header_decode()
420 stream->sync = 0; in mad_header_decode()
H A Ddecoder.c82 decoder->sync = 0; in mad_decoder_init()
336 stream = &decoder->sync->stream; in run_sync()
337 frame = &decoder->sync->frame; in run_sync()
338 synth = &decoder->sync->synth; in run_sync()
551 decoder->sync = malloc(sizeof(*decoder->sync)); in mad_decoder_run()
552 if (decoder->sync == 0) in mad_decoder_run()
557 free(decoder->sync); in mad_decoder_run()
558 decoder->sync = 0; in mad_decoder_run()
H A Dstream.c41 stream->sync = 0; in mad_stream_init()
86 stream->sync = 1; in mad_stream_buffer()
H A Dstream.h66 int sync; /* stream sync found */ member
H A Ddecoder.h56 } *sync; member
/plan9/sys/src/cmd/fossil/
H A Dmkfile74 echo sync >>/srv/test.fscons
75 echo sync >>/srv/test.fscons
76 echo sync >>/srv/test.fscons
78 echo sync >>/srv/test.fscons
80 echo sync >>/srv/test.fscons
82 echo sync >>/srv/test.fscons
H A Dhistory21 add background process to sync disk periodically
/plan9/sys/src/cmd/abaco/
H A Dutil.c661 Channel *sync; in execproc() local
673 sync = e->sync; in execproc()
686 procexecl(sync, "/bin/rc", "rc", "-c", cmd, 0); in execproc()
693 Channel *sync; in writeproc() local
701 sync = a[0]; in writeproc()
715 sendul(sync, i); in writeproc()
748 Channel *sync; in tcs() local
803 sync = chancreate(sizeof(ulong), 0); in tcs()
804 if(sync == nil) in tcs()
814 e->sync = sync; in tcs()
[all …]
H A Dpage.c153 Channel *sync; in loadimg() local
181 sync = chancreate(sizeof(ulong), 0); in loadimg()
182 if(sync == nil) in loadimg()
190 e->sync = sync; in loadimg()
192 recvul(sync); in loadimg()
193 chanfree(sync); in loadimg()
/plan9/sys/src/cmd/postscript/g3p9bit/
H A Dg3p9bit.c32 void sync(uchar*);
246 sync(rev); in readfile()
255 sync(rev); in readfile()
349 sync(uchar *rev) in sync() function
/plan9/sys/lib/dist/pc/inst/
H A Dhalt6 venti/sync -h tcp!127.0.0.1!17034
H A Ddownload40 echo fsys main sync >>/srv/fscons
/plan9/sys/src/cmd/venti/
H A Dmkfile7 sync\
/plan9/sys/src/9/ppc/
H A Duartsmc.c465 sync(); in smckick()
503 sync(); in smcinterrupt()
543 sync(); in getchars()
586 sync(); in smcputc()
/plan9/sys/src/cmd/dossrv/
H A Diotrack.h68 void sync(void);
/plan9/sys/src/cmd/
H A Dnfs.c1255 int op, sync; in fswstat() local
1264 sync = 1; in fswstat()
1271 sync = 0; in fswstat()
1282 sync = 0; in fswstat()
1291 sync = 0; in fswstat()
1297 sync = 0; in fswstat()
1303 sync = 0; in fswstat()
1309 sync = 0; in fswstat()
1324 sync = 0; in fswstat()
1338 if(sync){ in fswstat()
/plan9/sys/src/cmd/disk/kfs/
H A Dportfns.h86 void sync(char*);
/plan9/sys/src/9/mtx/
H A Dfns.h95 void sync(void);

123