Home
last modified time | relevance | path

Searched refs:note (Results 1 – 25 of 103) sorted by relevance

12345

/plan9/sys/src/ape/lib/ap/plan9/
H A Dkill.c10 note(int pid, char *msg, char *fmt) in note() function
50 r = note(mpid, msg, "/proc/%d/notepg"); in kill()
56 r = note(getpid(), msg, "/proc/%d/notepg"); in kill()
58 r = note(pid, msg, "/proc/%d/note"); in kill()
/plan9/sys/src/libc/9sys/
H A Dpostnote.c5 postnote(int group, int pid, char *note) in postnote() argument
25 r = strlen(note); in postnote()
26 if(write(f, note, r) != r) { in postnote()
/plan9/sys/src/cmd/db/
H A Dtrcrun.c66 switch(read(notefd, note[nnote], sizeof note[nnote])){ in unloadnote()
75 note[nnote][ERRMAX-1] = '\0'; in unloadnote()
76 if(strncmp(note[nnote], "sys: breakpoint", 15) == 0) in unloadnote()
92 if(write(notefd, note[i], strlen(note[i])) < 0){ in loadnote()
111 dprint("%d:\t%s\n", n, note[n]); in notes()
H A Dpcs.c134 memmove(note[n], note[n+1], (nnote-n)*sizeof(note[0])); in subpcs()
H A Ddefs.h103 extern char note[NNOTE][ERRMAX];
/plan9/sys/src/cmd/ka/
H A Dnote16 note: x is (R+R) or offset(R)
17 note: MOVD is a bad name, means double word
25 note: MOVF maybe is MOVW
51 note: STDFQ gok
101 note: y is R or $simm13
131 note: annul bit?
152 note: annul bit?
173 note: annul bit?
/plan9/sys/src/cmd/lp/
H A Dtonet.c8 alarmhandler(void *, char *note) in alarmhandler() argument
10 if(strcmp(note, "alarm") == 0) { in alarmhandler()
H A Dlpsend.c78 alarmhandler(void *foo, char *note) { in alarmhandler() argument
80 if(strcmp(note, "alarm")==0) { in alarmhandler()
/plan9/sys/src/9/omap/
H A Dsyscall.c122 n = &up->note[0]; in notify()
164 memmove(nf->msg, up->note[0].msg, ERRMAX); in notify()
174 memmove(&up->lastnote, &up->note[0], sizeof(Note)); in notify()
175 memmove(&up->note[0], &up->note[1], up->nnote*sizeof(Note)); in notify()
/plan9/sys/src/cmd/
H A Dnews.c42 void note(char *s);
60 eachitem(note, 0, 0); in main()
222 note(char *file) in note() function
H A Dfcp.c14 void failure(void *, char *note);
237 failure(void*, char *note) in failure() argument
239 if(strcmp(note, "failure") == 0) in failure()
H A Drx.c8 char *note = "die: yankee dog"; variable
125 postnote(PNPROC, kid, note);/**/ in rex()
187 postnote(PNPROC, kid, note);/**/ in tcpexec()
/plan9/sys/src/9/teg2/
H A Dsyscall.c128 n = &up->note[0]; in notify()
170 memmove(nf->msg, up->note[0].msg, ERRMAX); in notify()
181 memmove(&up->lastnote, &up->note[0], sizeof(Note)); in notify()
182 memmove(&up->note[0], &up->note[1], up->nnote*sizeof(Note)); in notify()
H A Dvfp3.c351 char *msg, note[ERRMAX]; in mathnote() local
371 snprint(note, sizeof note, "sys: fp: %s fppc=%#p status=%#lux", in mathnote()
373 postnote(up, 1, note, NDebug); in mathnote()
/plan9/sys/src/9/kw/
H A Dsyscall.c122 n = &up->note[0]; in notify()
164 memmove(nf->msg, up->note[0].msg, ERRMAX); in notify()
174 memmove(&up->lastnote, &up->note[0], sizeof(Note)); in notify()
175 memmove(&up->note[0], &up->note[1], up->nnote*sizeof(Note)); in notify()
/plan9/sys/src/libthread/
H A Dmkfile27 note.$O\
57 note.c\
/plan9/sys/src/9/boot/
H A Daux.c148 catchint(void *a, char *note) in catchint() argument
151 if(strcmp(note, "alarm") == 0) in catchint()
/plan9/sys/src/cmd/execnet/
H A Dmkfile9 note.$O\
/plan9/sys/lib/dist/cmd/
H A Dbargraph.c316 postnote(int group, int pid, char *note) in postnote() argument
339 r = strlen(note); in postnote()
340 if(write(f, note, r) != r) { in postnote()
/plan9/rc/bin/
H A Dlookman14 exit note
/plan9/sys/src/cmd/aux/
H A Dstatusbar.c327 postnote(int group, int pid, char *note) in postnote() argument
350 r = strlen(note); in postnote()
351 if(write(f, note, r) != r) { in postnote()
/plan9/sys/lib/backup/
H A Dbackup27 exit note
/plan9/sys/src/cmd/fossil/
H A Dbuild2 # should build. note it cross-builds for a different arch
/plan9/sys/src/9/mtx/
H A Dtrap.c729 n = &up->note[0]; in notify()
768 memmove((char*)sp, up->note[0].msg, ERRMAX); in notify()
778 memmove(&up->lastnote, &up->note[0], sizeof(Note)); in notify()
779 memmove(&up->note[0], &up->note[1], up->nnote*sizeof(Note)); in notify()
/plan9/sys/src/cmd/cwfs/doc/
H A Dchanges6 note: 2⁶⁳=9,223,372,036,854,775,808 or 8EB (9.2×10ⁱ⁸)
41 note: current file server with triple-indirect blocks at 4k block size

12345