Searched refs:startblk (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/intel/sys/ |
H A D | promif.h | 169 uint_t startblk, char type); 171 uint_t startblk, char devtype);
|
/titanic_50/usr/src/psm/promif/ieee1275/common/ |
H A D | prom_io.c | 95 prom_read(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) in prom_read() argument 143 prom_write(ihandle_t fd, caddr_t buf, size_t len, uint_t startblk, char devtype) in prom_write() argument
|
/titanic_50/usr/src/uts/sun/sys/ |
H A D | promif.h | 277 uint_t startblk, char type); 279 uint_t startblk, char type);
|
/titanic_50/usr/src/uts/common/vm/ |
H A D | vm_swap.c | 1083 ulong_t startblk; in swapadd() local 1171 startblk = roundup(MINIROOTSIZE<<SCTRSHFT, klustsize)>>SCTRSHFT; in swapadd() 1173 startblk = (ulong_t)(lowblk ? lowblk : 1); in swapadd() 1175 soff = startblk << SCTRSHFT; in swapadd() 1184 eoff = nblks ? soff + (nblks - (startblk - lowblk) << SCTRSHFT) : in swapadd()
|