Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dfdisk.c31 long sect_sz;
153 if (TT.sect_sz != 512 && TT.sect_sz != 1024 && TT.sect_sz != 2048 && in read_sec_sz()
154 TT.sect_sz != 4096) in read_sec_sz()
158 g_sect_size = TT.sect_sz; in read_sec_sz()
/third_party/toybox/generated/
Dglobals.h627 long sect_sz; member
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c1859 int read_capacity(int sg_fd, int *num_sect, int *sect_sz) in read_capacity() argument
1892 *sect_sz = (rcBuff[4] << 24) | (rcBuff[5] << 16) | in read_capacity()
4101 unsigned int *last_sect, unsigned int *sect_sz) in do_readcap_10() argument
4143 *sect_sz = (rcBuff[4] << 24) | (rcBuff[5] << 16) | in do_readcap_10()