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

/freebsd-11.0-release/sbin/newfs_msdos/
H A Dmkfs_msdos.h36 AOPT('@', off_t, offset, 0, "Offset in device") \
37 AOPT('B', const char *, bootstrap, -1, "Bootstrap file") \
38 AOPT('C', off_t, create_size, 0, "Create file") \
39 AOPT('F', uint8_t, fat_type, 12, "FAT type (12, 16, or 32)") \
40 AOPT('I', uint32_t, volume_id, 0, "Volume ID") \
41 AOPT('L', const char *, volume_label, -1, "Volume Label") \
42 AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
43 AOPT('O', const char *, OEM_string, -1, "OEM string") \
44 AOPT('S', uint16_t, bytes_per_sector, 1, "Bytes per sector") \
45 AOPT('
61 #define AOPT macro
63 #undef AOPT macro
[all...]
H A Dnewfs_msdos.c245 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, macro
247 #undef AOPT macro

Completed in 46 milliseconds