| /plan9/rc/bin/ |
| H A D | fshalt | 73 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 D | html.c | 16 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 D | reply.c | 199 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 D | dat.h | 93 Channel *sync; member
|
| /plan9/386/bin/disk/ |
| H A D | ksync | 4 echo disk/kfscmd $* sync 5 if(disk/kfscmd $* sync) 8 echo sync failed
|
| /plan9/sys/src/9/teg2/ |
| H A D | archtegra.c | 202 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 D | cache-l2-pl310.c | 44 ulong sync; member 113 L2P->sync = 0; in l2pl310sync()
|
| /plan9/sys/src/games/mp3dec/ |
| H A D | frame.c | 310 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 D | decoder.c | 82 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 D | stream.c | 41 stream->sync = 0; in mad_stream_init() 86 stream->sync = 1; in mad_stream_buffer()
|
| H A D | stream.h | 66 int sync; /* stream sync found */ member
|
| H A D | decoder.h | 56 } *sync; member
|
| /plan9/sys/src/cmd/fossil/ |
| H A D | mkfile | 74 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 D | history | 21 add background process to sync disk periodically
|
| /plan9/sys/src/cmd/abaco/ |
| H A D | util.c | 661 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 D | page.c | 153 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 D | g3p9bit.c | 32 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 D | halt | 6 venti/sync -h tcp!127.0.0.1!17034
|
| H A D | download | 40 echo fsys main sync >>/srv/fscons
|
| /plan9/sys/src/cmd/venti/ |
| H A D | mkfile | 7 sync\
|
| /plan9/sys/src/9/ppc/ |
| H A D | uartsmc.c | 465 sync(); in smckick() 503 sync(); in smcinterrupt() 543 sync(); in getchars() 586 sync(); in smcputc()
|
| /plan9/sys/src/cmd/dossrv/ |
| H A D | iotrack.h | 68 void sync(void);
|
| /plan9/sys/src/cmd/ |
| H A D | nfs.c | 1255 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 D | portfns.h | 86 void sync(char*);
|
| /plan9/sys/src/9/mtx/ |
| H A D | fns.h | 95 void sync(void);
|