Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_cb.c209 int i, inos = cb_p->cb_no_of_inos; in cb_suspend() local
211 cb_p->cb_imr_save = kmem_alloc(inos * sizeof (uint64_t), KM_SLEEP); in cb_suspend()
220 for (i = 0; i < inos; i++) { in cb_suspend()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_cb.c249 int i, inos = pcb_p->pcb_no_of_inos; in pcmu_cb_suspend() local
251 pcb_p->pcb_imr_save = kmem_alloc(inos * sizeof (uint64_t), KM_SLEEP); in pcmu_cb_suspend()
260 for (i = 0; i < inos; i++) { in pcmu_cb_suspend()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c46 static ino_t inos[TP_NINOS]; /* starting inodes on each tape */ variable
600 bcopy((char *)inos, (char *)spcl.c_inos, sizeof (inos)); in spclrec()
1568 inos[tapeno] = chkpt.sl_inos; in otape()