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

/freebsd-12-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.h36 AOPT('@', off_t, offset, 0, "Offset in device") \
37 AOPT('A', bool, align, -2, "Attempt to cluster align root directory") \
38 AOPT('B', const char *, bootstrap, -1, "Bootstrap file") \
39 AOPT('C', off_t, create_size, 0, "Create file") \
40 AOPT('F', uint8_t, fat_type, 12, "FAT type (12, 16, or 32)") \
41 AOPT('I', uint32_t, volume_id, 0, "Volume ID") \
42 AOPT('L', const char *, volume_label, -1, "Volume Label") \
43 AOPT('N', bool, no_create, -2, "Don't create filesystem, print params only") \
44 AOPT('O', const char *, OEM_string, -1, "OEM string") \
45 AOPT('
63 #define AOPT macro
65 #undef AOPT macro
[all...]
H A Dnewfs_msdos.c274 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc }, macro
276 #undef AOPT macro
/freebsd-12-stable/usr.sbin/makefs/
H A Dmsdos.c82 #define AOPT(_opt, _type, _name, _min, _desc) { \ macro
98 #undef AOPT macro

Completed in 85 milliseconds