Home
last modified time | relevance | path

Searched defs:alog (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/9/port/
H A Dlog.c11 logopen(Log *alog) in logopen()
35 logclose(Log *alog) in logclose()
49 Log *alog = a; in logready() local
55 logread(Log *alog, void *a, ulong, long n) in logread()
100 logctl(Log *alog, int argc, char *argv[], Logflag *flags) in logctl()
131 logn(Log *alog, int mask, void *buf, int n) in logn()
169 log(Log *alog, int mask, char *fmt, ...) in log()
/plan9/sys/src/9/ip/
H A Dip.h441 Netlog *alog; member