Searched refs:PSEUDO_SPC (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/tools/tools/vhba/faulty/
H A Dvhba_faulty.c40 #define PSEUDO_SPC (PSEUDO_SPT * PSEUDO_HDS) macro
214 uint32_t cyl = (DISK_NBLKS + ((PSEUDO_SPC - 1))) / PSEUDO_SPC;
/freebsd-11-stable/tools/tools/vhba/lots/
H A Dvhba_lots.c40 #define PSEUDO_SPC (PSEUDO_SPT * PSEUDO_HDS) macro
200 uint32_t cyl = (DISK_NBLKS + ((PSEUDO_SPC - 1))) / PSEUDO_SPC;
/freebsd-11-stable/tools/tools/vhba/medium/
H A Dvhba_medium.c40 #define PSEUDO_SPC (PSEUDO_SPT * PSEUDO_HDS) macro
200 uint32_t cyl = (DISK_NBLKS + ((PSEUDO_SPC - 1))) / PSEUDO_SPC;
/freebsd-11-stable/tools/tools/vhba/rptluns/
H A Dvhba_rptluns.c40 #define PSEUDO_SPC (PSEUDO_SPT * PSEUDO_HDS) macro
229 uint32_t cyl = (DISK_NBLKS + ((PSEUDO_SPC - 1))) / PSEUDO_SPC;
/freebsd-11-stable/tools/tools/vhba/simple/
H A Dvhba_simple.c40 #define PSEUDO_SPC (PSEUDO_SPT * PSEUDO_HDS) macro
200 uint32_t cyl = (DISK_NBLKS + ((PSEUDO_SPC - 1))) / PSEUDO_SPC;
/freebsd-11-stable/tools/tools/vhba/mptest/
H A Dvhba_mptest.c54 #define PSEUDO_SPC (PSEUDO_SPT * PSEUDO_HDS) macro
240 uint32_t cyl = (DISK_NBLKS + ((PSEUDO_SPC - 1))) / PSEUDO_SPC;

Completed in 103 milliseconds