Searched refs:AOPT (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.h35 AOPT('@', off_t, offset, 0, "Offset in device") \
36 AOPT('B', char *, bootstrap, -1, "Bootstrap file") \
37 AOPT('C', off_t, create_size, 0, "Create file") \
38 AOPT('F', uint8_t, fat_type, 12, "FAT type (12, 16, or 32)") \
39 AOPT('I', uint32_t, volume_id, 0, "Volume ID") \
40 AOPT('L', char *, volume_label, -1, "Volume Label") \
41 AOPT('N', bool, no_create, -2, "Don't create file system, print params only") \
42 AOPT('O', char *, OEM_string, -1, "OEM string") \
43 AOPT('S', uint16_t, bytes_per_sector, 1, "Bytes per sector") \
44 AOPT('
60 #define AOPT macro
62 #undef AOPT macro
[all...]
H A Dnewfs_msdos.c276 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, macro
278 #undef AOPT macro
/netbsd-current/usr.sbin/makefs/
H A Dmsdos.c78 #define AOPT(_opt, _type, _name, _min, _desc) { \ macro
94 #undef AOPT macro

Completed in 201 milliseconds