Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 172) sorted by relevance

1234567

/plan9-contrib/sys/src/cmd/gs/jpeg/
H A Djmemdos.c338 XMSspec spec; in read_xms_store() local
371 XMSspec spec; in write_xms_store() local
472 #define FIELD_AT(spec,offset,type) (*((type *) &(spec.bytes[offset]))) argument
473 #define SRC_TYPE(spec) FIELD_AT(spec,4,char) argument
474 #define SRC_HANDLE(spec) FIELD_AT(spec,5,EMSH) argument
475 #define SRC_OFFSET(spec) FIELD_AT(spec,7,unsigned short) argument
476 #define SRC_PAGE(spec) FIELD_AT(spec,9,unsigned short) argument
477 #define SRC_PTR(spec) FIELD_AT(spec,7,EMSPTR) argument
478 #define DST_TYPE(spec) FIELD_AT(spec,11,char) argument
479 #define DST_HANDLE(spec) FIELD_AT(spec,12,EMSH) argument
[all …]
/plan9-contrib/sys/src/cmd/
H A Dmount.c33 char *spec; in main() local
65 spec = 0; in main() local
H A Dchmod.c50 parsemode(char *spec, ulong *pmask, ulong *pmode) in parsemode()
H A Dns.c21 char *spec; member
/plan9-contrib/sys/src/ape/cmd/diff/
H A Difdef.c130 char *spec = f; local
302 char *spec = f; local
408 scan_printf_spec (spec) in scan_printf_spec() argument
/plan9-contrib/sys/src/libc/9sys/
H A Dgetnetconninfo.c44 char spec[10]; in getnetconninfo() local
/plan9-contrib/sys/src/9/port/
H A Ddevkbin.c29 kbinattach(char *spec) in kbinattach()
H A Ddevsd.c611 sdattach(char* spec) in sdattach()
1480 configure(char* spec, DevConf* cf) in configure()
1511 unconfigure(char* spec) in unconfigure()
1551 sdconfig(int on, char* spec, DevConf* cf) in sdconfig()
1587 char* spec; member
H A Ddevkbmap.c25 kbmapattach(char *spec) in kbmapattach()
H A Ddevdup.c43 dupattach(char *spec) in dupattach()
H A Ddevwd.c117 wdattach(char *spec) in wdattach()
/plan9-contrib/sys/src/cmd/aux/
H A Dstub.c21 char *spec; in fsattach() local
/plan9-contrib/sys/src/9k/port/
H A Ddevsd.c611 sdattach(char* spec) in sdattach()
1479 configure(char* spec, DevConf* cf) in configure()
1510 unconfigure(char* spec) in unconfigure()
1550 sdconfig(int on, char* spec, DevConf* cf) in sdconfig()
1586 char* spec; member
H A Ddevdup.c43 dupattach(char *spec) in dupattach()
H A Ddevkbmap.c25 kbmapattach(char *spec) in kbmapattach()
H A Ddevwd.c117 wdattach(char *spec) in wdattach()
/plan9-contrib/sys/src/9/bcm/
H A Ddevfakertc.c76 rtcattach(char* spec) in rtcattach()
H A Ddevgpio.c50 gpioattach(char* spec) in gpioattach()
H A Ddevi2c.c43 i2cattach(char* spec) in i2cattach()
/plan9-contrib/sys/src/lib9p/
H A Dauth.c24 char *spec; in auth9p() local
/plan9-contrib/sys/src/9/omap/
H A Ddevdss.c37 screenattach(char *spec) in screenattach()
/plan9-contrib/sys/src/cmd/ip/snoopy/
H A Dil.c13 uchar spec; /* Special */ member
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/
H A Ddevmouse.c33 mouseattach(char *spec) in mouseattach()
H A Dsysfile.c639 bindmount(int ismount, int fd, int afd, char* arg0, char* arg1, ulong flag, char* spec) in bindmount()
646 char *spec; in bindmount() member
725 _sysmount(int fd, int afd, char *new, int flag, char *spec) in _sysmount()
979 sysmount(int fd, int afd, char *new, int flag, char *spec) in sysmount()
/plan9-contrib/sys/src/cmd/unix/drawterm/kern/unused/
H A Dsyscall.c199 bindmount(Chan *c0, char *old, int flag, char *spec) in bindmount()
238 sysmount(int fd, char *old, int flags, char *spec) in sysmount()
244 char* spec; in sysmount() member

1234567