Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/ctf/cvt/
H A Dinput.c338 int si_next; member
376 si->si_next = 0; in symit_reset()
391 for (; si->si_next < si->si_nument; si->si_next++) { in symit_next()
392 gelf_getsym(si->si_symd, si->si_next, &si->si_cursym); in symit_next()
393 gelf_getsym(si->si_symd, si->si_next, &sym); in symit_next()
406 si->si_next++; in symit_next()
/titanic_50/usr/src/uts/common/vm/
H A Dvm_swap.c170 if ((sip = sip->si_next) == NULL) in swap_phys_alloc()
202 if ((silast = sip->si_next) == NULL) in swap_phys_alloc()
344 } while ((sip = sip->si_next) != NULL); in swap_phys_free()
390 } while ((sip = sip->si_next) != NULL); in swap_in_range()
420 for (sipp = &swapinfo; (osip = *sipp) != NULL; sipp = &osip->si_next) { in swapdel_byname()
597 sip = sip->si_next, nswap++) { in swapctl()
659 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl()
892 sip = sip->si_next, nswap++) { in swapctl32()
952 sip = sip->si_next, tsip++, tpname += plen, nswap++) { in swapctl32()
1250 for (sipp = &swapinfo; (esip = *sipp) != NULL; sipp = &esip->si_next) { in swapadd()
[all …]
/titanic_50/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c549 for (iodev = dev->nsc_list; iodev; iodev = iodev->si_next) {
619 for (iop = dev->nsc_list; iop; iop = iop->si_next) in _nsc_relock_dev()
987 if (dev->nsc_list == iodev && !iodev->si_next)
1476 for (iodev = fd->sf_dev->nsc_list; iodev; iodev = iodev->si_next)
1884 for (ip = dev->nsc_list; ip; ip = ip->si_next)
1891 iodev->si_next = dev->nsc_list;
1936 for (ipp = &dev->nsc_list; *ipp; ipp = &(*ipp)->si_next) in _nsc_free_iodev()
1938 *ipp = iodev->si_next; in _nsc_free_iodev()
H A Dnsc_dev.h136 struct nsc_iodev_s *si_next; /* Link to next I/O device */ member
H A Dnsc_resv.c854 for (iodev = dev->nsc_list; iodev; iodev = iodev->si_next) { in _nsc_detach_dev()
/titanic_50/usr/src/uts/common/sys/
H A Dswap.h138 struct swapinfo *si_next; /* next swap area */ member
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_lockfs.c194 for (sip = swapinfo; sip; sip = sip->si_next) in ufs_checkswapon()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Dmemory.c810 wsp->walk_addr = (uintptr_t)si.si_next; in swap_walk_step()
/titanic_50/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c383 iodev + OFFSETOF(nsc_iodev_t, si_next)) == -1) { in nsc_iodev_wstep()