HomeSort by: relevance | last modified time | path
    Searched defs:AOPT (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/newfs_msdos/
mkfs_msdos.h 35 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('a', uint32_t, sectors_per_fat, 1, "Sectors per FAT")
    [all...]
newfs_msdos.c 276 #define AOPT(_opt, _type, _name, _min, _desc) { _opt, _desc },
278 #undef AOPT
  /src/usr.sbin/makefs/
msdos.c 78 #define AOPT(_opt, _type, _name, _min, _desc) { \
94 #undef AOPT

Completed in 12 milliseconds