| plan 9 kernel history: overview | file list | diff list |
2000/0618/alphapc/sd.h (diff list | history)
| 2000/0607/sys/src/9/alphapc/sd.h:14,20 – 2000/0618/sys/src/9/alphapc/sd.h:14,20 (short | long | prev | next) | ||
| 2000/0515 | char user[NAMELEN]; ulong perm; int valid; | |
| 2000/0618 | ulong vers; | |
| 2000/0515 | } SDpart; typedef struct SDunit { | |
| 2000/0607/sys/src/9/alphapc/sd.h:27,36 – 2000/0618/sys/src/9/alphapc/sd.h:27,34 | ||
| 2000/0515 | QLock ctl; ulong sectors; ulong secsize; | |
| 2000/0618 | SDpart* part; /* either nil or points at array of size SDnpart */ ulong vers; | |
| 2000/0515 | ||
| 2000/0607 | Lock rawinuse; /* really just a test-and-set */ | |
| 2000/0515 | int state; | |