Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 863) sorted by relevance

12345678910>>...35

/plan9/sys/src/cmd/disk/kfs/
H A Dfns.h34 #define devgrow(d, s) 0 argument
35 #define nofree(d, a) 0 argument
36 #define isro(d) 0 argument
38 #define superaddr(d) ((*devcall[d.type].super)(d)) argument
39 #define getraddr(d) ((*devcall[d.type].root)(d)) argument
40 #define devsize(d) ((*devcall[d.type].size)(d)) argument
41 #define devwrite(d, a, v) ((*devcall[d.type].write)(d, a, v)) argument
42 #define devread(d, a, v) ((*devcall[d.type].read)(d, a, v)) argument
H A Ddentry.c6 Dentry *d; in getdir() local
15 accessdir(Iobuf *p, Dentry *d, int f) in accessdir()
36 dbufread(Iobuf *p, Dentry *d, long a) in dbufread()
42 rel2abs(Iobuf *p, Dentry *d, long a, int tag, int putb) in rel2abs()
98 dnodebuf(Iobuf *p, Dentry *d, long a, int tag) in dnodebuf()
113 dnodebuf1(Iobuf *p, Dentry *d, long a, int tag) in dnodebuf1()
127 indfetch(Iobuf *p, Dentry *d, long addr, long a, int itag, int tag) in indfetch()
159 dtrunc(Iobuf *p, Dentry *d) in dtrunc()
/plan9/sys/src/cmd/cwfs/
H A Dmworm.c7 mcatinit(Device *d) in mcatinit()
26 mcatsize(Device *d) in mcatsize()
44 mcatread(Device *d, Off b, void *c) in mcatread()
66 mcatwrite(Device *d, Off b, void *c) in mcatwrite()
91 mlevinit(Device *d) in mlevinit()
101 mlevsize(Device *d) in mlevsize()
123 mlevread(Device *d, Off b, void *c) in mlevread()
134 mlevwrite(Device *d, Off b, void *c) in mlevwrite()
148 partinit(Device *d) in partinit()
156 partsize(Device *d) in partsize()
[all …]
H A Dfworm.c3 #define FDEV(d) ((d)->fw.fw) argument
8 fwormsize(Device *d) in fwormsize()
18 fwormream(Device *d) in fwormream()
42 fworminit(Device *d) in fworminit()
49 fwormread(Device *d, Off b, void *c) in fwormread()
78 fwormwrite(Device *d, Off b, void *c) in fwormwrite()
H A Ddentry.c12 accessdir(Iobuf *p, Dentry *d, int f, int uid) in accessdir()
30 preread(Device *d, Off addr) in preread()
52 rel2abs(Iobuf *p, Dentry *d, Off a, int tag, int putb, int uid) in rel2abs()
124 dbufread(Iobuf *p, Dentry *d, Off a, Off ra, int uid) in dbufread()
151 dnodebuf(Iobuf *p, Dentry *d, Off a, int tag, int uid) in dnodebuf()
166 dnodebuf1(Iobuf *p, Dentry *d, Off a, int tag, int uid) in dnodebuf1()
180 indfetch(Device* d, Off qpath, Off addr, Off a, int itag, int tag, int uid) in indfetch()
276 dtrunclen(Iobuf *p, Dentry *d, Off newsize, int uid) in dtrunclen()
322 dtrunc(Iobuf *p, Dentry *d, int uid) in dtrunc()
/plan9/acme/bin/source/acd/
H A Dmmc.c14 status(Drive *d) in status()
24 playmsf(Drive *d, Msf start, Msf end) in playmsf()
41 playtrack(Drive *d, int start, int end) in playtrack()
61 resume(Drive *d) in resume()
72 pause(Drive *d) in pause()
82 stop(Drive *d) in stop()
92 eject(Drive *d) in eject()
104 ingest(Drive *d) in ingest()
224 ping(Drive *d) in ping()
234 playstatus(Drive *d, Cdstatus *stat) in playstatus()
[all …]
H A Dtoc.c8 Drive *d; in tocthread() local
34 Drive *d; in cddbthread() local
51 Drive *d; in cdstatusthread() local
/plan9/sys/src/cmd/disk/9660/
H A Ddirec.c9 mkdirec(Direc *direc, XDir *d) in mkdirec()
45 dbsearch(char *name, int nname, Direc *d, int n) in dbsearch()
66 walkdirec(Direc *d, char *name) in walkdirec()
93 adddirec(Direc *root, char *name, XDir *d) in adddirec()
160 _checknames(Direc *d, int (*isbadname)(char*), int isroot) in _checknames()
175 checknames(Direc *d, int (*isbadname)(char*)) in checknames()
191 convertnames(Direc *d, char* (*cvt)(char*, char*)) in convertnames()
212 dsort(Direc *d, int (*cmp)(const void*, const void*)) in dsort()
H A Dwrite.c18 rewritedot(Cdimg *cd, Direc *d) in rewritedot()
35 rewritedotdot(Cdimg *cd, Direc *d, Direc *dparent) in rewritedotdot()
65 writefiles(Dump *d, Cdimg *cd, Direc *direc) in writefiles()
132 _writedirs(Cdimg *cd, Direc *d, int (*put)(Cdimg*, Direc*, int, int, int), int level) in _writedirs() argument
177 writedirs(Cdimg *cd, Direc *d, int (*put)(Cdimg*, Direc*, int, int, int)) in writedirs() argument
196 _writedumpdirs(Cdimg *cd, Direc *d, int (*put)(Cdimg*, Direc*, int, int, int), int level) in _writedumpdirs() argument
246 writedumpdirs(Cdimg *cd, Direc *d, int (*put)(Cdimg*, Direc*, int, int, int)) in writedumpdirs() argument
252 Cputplan9(Cdimg *cd, Direc *d, int dot, int dowrite) in Cputplan9()
303 genputdir(Cdimg *cd, Direc *d, int dot, int joliet, int dowrite, int offset) in genputdir()
393 Cputisodir(Cdimg *cd, Direc *d, int dot, int dowrite, int offset) in Cputisodir()
[all …]
/plan9/sys/src/ape/lib/ap/plan9/
H A Dopendir.c17 DIR *d; in opendir() local
54 closedir(DIR *d) in closedir()
68 rewinddir(DIR *d) in rewinddir()
85 readdir(DIR *d) in readdir()
H A Ddirstat.c15 Dir *d; in _dirstat() local
42 _dirwstat(char *name, Dir *d) in _dirwstat()
60 Dir *d; in _dirfstat() local
87 _dirfwstat(int fd, Dir *d) in _dirfwstat()
103 _nulldir(Dir *d) in _nulldir()
H A Dfrexp.c13 double d; member
27 frexp(double d, int *ep) in frexp()
48 ldexp(double d, int e) in ldexp()
70 modf(double d, double *ip) in modf()
/plan9/sys/src/cmd/astro/
H A Dpdate.c21 dsrc(double d, Tim *t, int i) in dsrc()
37 dtsetup(double d, Tim *t) in dtsetup()
57 pdate(double d) in pdate()
80 ptime(double d) in ptime()
155 pstime(double d) in pstime()
265 double y, d; in convdate() local
/plan9/sys/src/cmd/usb/lib/
H A Ddev.c27 openep(Dev *d, int id) in openep()
96 Dev *d; in opendev() local
129 opendevdata(Dev *d, int mode) in opendevdata()
148 loaddevconf(Dev *d, int n) in loaddevconf()
174 mkep(Usbdev *d, int id) in mkep()
205 loaddevstr(Dev *d, int sid) in loaddevstr()
219 loaddevdesc(Dev *d) in loaddevdesc()
261 configdev(Dev *d) in configdev()
293 closedev(Dev *d) in closedev()
364 cmdreq(Dev *d, int type, int req, int value, int index, uchar *data, int count) in cmdreq()
[all …]
/plan9/sys/src/libdraw/
H A Dbytesperline.c7 unitsperline(Rectangle r, int d, int bitsperunit) in unitsperline()
25 wordsperline(Rectangle r, int d) in wordsperline()
31 bytesperline(Rectangle r, int d) in bytesperline()
/plan9/sys/src/cmd/unix/drawterm/libdraw/
H A Dbytesperline.c7 unitsperline(Rectangle r, int d, int bitsperunit) in unitsperline()
25 wordsperline(Rectangle r, int d) in wordsperline()
31 bytesperline(Rectangle r, int d) in bytesperline()
/plan9/sys/src/cmd/sam/
H A Ddisk.c26 Disk *d; in diskinit() local
55 disknewblock(Disk *d, uint n) in disknewblock()
81 diskrelease(Disk *d, Block *b) in diskrelease()
91 diskwrite(Disk *d, Block **bp, Rune *r, uint n) in diskwrite()
110 diskread(Disk *d, Block *b, Rune *r, uint n) in diskread()
/plan9/sys/src/cmd/hoc/
H A Dcode.c41 push(Datum d) in push()
67 Datum d; in constpush() local
75 Datum d; in varpush() local
83 Datum d; in whilecode() local
102 Datum d; in forcode() local
125 Datum d; in ifcode() local
235 Datum d; in funcret() local
256 Datum d; in bltin() local
320 Datum d; in negate() local
338 Datum d; in eval() local
[all …]
/plan9/sys/src/cmd/acme/
H A Ddisk.c37 Disk *d; in diskinit() local
66 disknewblock(Disk *d, uint n) in disknewblock()
92 diskrelease(Disk *d, Block *b) in diskrelease()
102 diskwrite(Disk *d, Block **bp, Rune *r, uint n) in diskwrite()
121 diskread(Disk *d, Block *b, Rune *r, uint n) in diskread()
/plan9/sys/src/9/teg2/
H A Dfpiarm.c83 fadd(Internal m, Internal n, Internal *d) in fadd()
89 fsub(Internal m, Internal n, Internal *d) in fsub()
96 fsubr(Internal m, Internal n, Internal *d) in fsubr()
103 fmul(Internal m, Internal n, Internal *d) in fmul()
109 fdiv(Internal m, Internal n, Internal *d) in fdiv()
115 fdivr(Internal m, Internal n, Internal *d) in fdivr()
125 fmov(Internal *m, Internal *d) in fmov()
131 fmovn(Internal *m, Internal *d) in fmovn()
138 fabsf(Internal *m, Internal *d) in fabsf()
145 frnd(Internal *m, Internal *d) in frnd()
[all …]
/plan9/sys/src/9/bcm/
H A Dfpiarm.c83 fadd(Internal m, Internal n, Internal *d) in fadd()
89 fsub(Internal m, Internal n, Internal *d) in fsub()
96 fsubr(Internal m, Internal n, Internal *d) in fsubr()
103 fmul(Internal m, Internal n, Internal *d) in fmul()
109 fdiv(Internal m, Internal n, Internal *d) in fdiv()
115 fdivr(Internal m, Internal n, Internal *d) in fdivr()
125 fmov(Internal *m, Internal *d) in fmov()
131 fmovn(Internal *m, Internal *d) in fmovn()
138 fabsf(Internal *m, Internal *d) in fabsf()
145 frnd(Internal *m, Internal *d) in frnd()
[all …]
/plan9/sys/src/ape/lib/ap/power/
H A Dvlrt.c20 _d2v(Vlong *y, double d) in _d2v()
22 union { double d; Vlong; } x; in _d2v() member
103 _divvu(Vlong *q, Vlong n, Vlong d) in _divvu()
115 _modvu(Vlong *r, Vlong n, Vlong d) in _modvu()
139 _divv(Vlong *q, Vlong n, Vlong d) in _divv()
160 _modv(Vlong *r, Vlong n, Vlong d) in _modv()
/plan9/sys/src/cmd/cfs/
H A Ddisk.c15 dinit(Disk *d, int f, int psize, char *expname) in dinit()
108 dformat(Disk *d, int f, char *name, ulong bsize, ulong psize) in dformat()
220 dalloc(Disk *d, Dptr *p) in dalloc()
251 dpalloc(Disk *d, Dptr *p) in dpalloc()
286 _bfree(Disk *d, ulong i) in _bfree()
320 dfree(Disk *d, Dptr *dp) in dfree()
/plan9/sys/src/libc/power/
H A Dvlrt.c20 _d2v(Vlong *y, double d) in _d2v()
22 union { double d; Vlong; } x; in _d2v() member
103 _divvu(Vlong *q, Vlong n, Vlong d) in _divvu()
115 _modvu(Vlong *r, Vlong n, Vlong d) in _modvu()
139 _divv(Vlong *q, Vlong n, Vlong d) in _divv()
160 _modv(Vlong *r, Vlong n, Vlong d) in _modv()
/plan9/sys/src/ape/lib/ap/math/
H A Dfloor.c8 floor(double d) in floor()
23 ceil(double d) in ceil()

12345678910>>...35