| plan 9 kernel history: overview | file list | diff list |
2001/0529/port/portdat.h (diff list | history)
| 2001/0527/sys/src/9/port/portdat.h:9,14 – 2001/0529/sys/src/9/port/portdat.h:9,15 (short | long | prev | next) | ||
|
add DevConf, Dev.power, Dev.config
rsc Fri Mar 4 12:44:25 2005 | ||
| 1991/0705 | typedef struct Egrp Egrp; | |
| 1992/0623 | typedef struct Evalue Evalue; | |
| 1991/0705 | typedef struct Fgrp Fgrp; | |
| 2001/0529 | typedef struct DevConf DevConf; | |
| 1991/0705 | typedef struct Image Image; | |
| 1991/0428 | typedef struct List List; | |
| 1999/0316 | typedef struct Log Log; | |
| 2001/0527/sys/src/9/port/portdat.h:197,202 – 2001/0529/sys/src/9/port/portdat.h:198,205 | ||
| 1995/0108 | long (*bwrite)(Chan*, Block*, ulong); | |
| 1992/0824 | void (*remove)(Chan*); | |
| 2001/0527 | int (*wstat)(Chan*, uchar*, int); | |
| 2001/0529 | void (*power)(int); /* power mgt: power(1) → on, power (0) → off */ int (*config)(int, char*, DevConf*); | |
| 1991/0428 | }; struct Dirtab | |