/src/usr.bin/indent/ |
args.c | 55 #define get_offset(name, type) \ macro 58 #define get_offset(name, type) (offsetof(struct options, name)) macro 62 {name, true, false, value, 0, 0, get_offset(var, bool)} 64 {name, true, true, false, 0, 0, get_offset(var, bool)} 66 {name, false, false, false, min, max, get_offset(var, int)}
|
/src/sys/fs/nfs/common/ |
nfs_fha.h | 92 int (*get_offset)(struct mbuf **md, caddr_t *dpos, int v3, struct member in struct:fha_callbacks
|