Home
last modified time | relevance | path

Searched refs:bsx (Results 1 – 1 of 1) sorted by relevance

/system/core/toolbox/
Dnewfs_msdos.c136 struct bsx { struct
257 struct bsx *bsx; in newfs_msdos_main() local
684 bsx = (struct bsx *)(img + x1); in newfs_msdos_main()
685 mk1(bsx->sig, 0x29); in newfs_msdos_main()
696 mk4(bsx->volid, x); in newfs_msdos_main()
697 mklabel(bsx->label, opt_L ? opt_L : "NO NAME"); in newfs_msdos_main()
699 setstr(bsx->type, buf, sizeof(bsx->type)); in newfs_msdos_main()
701 x1 += sizeof(struct bsx); in newfs_msdos_main()