Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Diref.h448 # define r_type(rp) (((const byte *)&((rp)->tas.type_attrs))[sizeof(ushort)-2]) macro
450 # define r_type(rp) (((const byte *)&((rp)->tas.type_attrs))[1]) macro
454 # define r_type(rp) ((rp)->tas.type_attrs >> r_type_shift) macro
/plan9/sys/src/cmd/unix/9pfreebsd/mount_9fs/
H A D9p.h44 char r_type; member