Home
last modified time | relevance | path

Searched refs:sf_next (Results 1 – 23 of 23) sorted by relevance

/titanic_44/usr/src/lib/libumem/common/
H A Dvmem_sbrk.c73 struct sbrk_fail *sf_next; member
112 fp->sf_next = fnext = &sbrk_fails; in vmem_sbrk_extend_alloc()
115 fprev->sf_next = fp; in vmem_sbrk_extend_alloc()
130 for (fp = sbrk_fails.sf_next; fp != &sbrk_fails; fp = fp->sf_next) { in vmem_sbrk_tryfail()
132 fp->sf_next->sf_prev = fp->sf_prev; in vmem_sbrk_tryfail()
133 fp->sf_prev->sf_next = fp->sf_next; in vmem_sbrk_tryfail()
134 fp->sf_next = fp->sf_prev = NULL; in vmem_sbrk_tryfail()
174 if (sbrk_fails.sf_next != &sbrk_fails && in vmem_sbrk_alloc()
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c236 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_update_dce()
423 for (fp1 = a1; fp1; fp1 = fp1->sf_next) { in sctp_compare_faddrsets()
425 for (fp2 = a2; fp2; fp2 = fp2->sf_next) { in sctp_compare_faddrsets()
534 ASSERT(faddr->sf_next == NULL); in sctp_add_faddr()
542 faddr->sf_next = sctp->sctp_faddrs; in sctp_add_faddr()
545 sctp->sctp_lastfaddr->sf_next = faddr; in sctp_add_faddr()
558 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_lookup_faddr()
569 for (; fp; fp = fp->sf_next) { in sctp_lookup_faddr_nosctp()
615 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_redo_faddr_srcs()
669 for (fp = sctp->sctp_faddrs; fp; fp = fp->sf_next) { in sctp_is_a_faddr_clean()
[all …]
H A Dsctp_opt_data.c271 for (i = 0, fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_get_assocparams()
296 for (fp = sctp->sctp_faddrs; fp; fp = fp->sf_next) { in sctp_set_assocparams()
477 for (fp2 = sctp->sctp_faddrs; fp2; fp2 = fp2->sf_next) { in sctp_set_peer_addr_params()
511 for (fp2 = sctp->sctp_faddrs; fp2 != NULL; fp2 = fp2->sf_next) { in sctp_set_peer_addr_params()
904 i++, fp = fp->sf_next) in sctp_get_opt()
1334 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) in sctp_set_opt()
1510 for (cnt = 0; cnt < max && fp != NULL; cnt++, fp = fp->sf_next) { in sctp_getpeeraddrs()
H A Dsctp_timer.c436 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_heartbeat_timer()
778 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_free_faddr_timers()
797 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_stop_faddr_timers()
H A Dsctp_heartbeat.c220 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_validate_peer()
H A Dsctp_hash.c259 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_conn_match()
871 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_lookup()
H A Dsctp_asconf.c1220 if (sctp->sctp_faddrs == nfp && nfp->sf_next == NULL) { in sctp_addip_req()
1253 for (fp = sctp->sctp_faddrs; fp->sf_next; in sctp_addip_req()
1254 fp = fp->sf_next) in sctp_addip_req()
H A Dsctp_addr.c516 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_fix_saddr()
1976 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_get_faddr_list()
H A Dsctp_impl.h544 struct sctp_faddr_s *sf_next; member
H A Dsctp_snmp.c727 for (fp = sctp->sctp_faddrs; fp; fp = fp->sf_next) { in sctp_snmp_get_mib2()
H A Dsctp.c1061 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_notify()
H A Dsctp_input.c3142 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_got_sack()
/titanic_44/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c39 struct sensor_fault *sf_next; member
201 current = &(*current)->sf_next) { in st_check_component()
222 sfp->sf_next = stp->st_faults; in st_check_component()
315 for (sfp = stp->st_faults; sfp != NULL; sfp = sfp->sf_next) { in st_timeout()
339 *current = sfp->sf_next; in st_timeout()
343 current = &sfp->sf_next; in st_timeout()
422 stp->st_faults = sfp->sf_next; in _fmd_fini()
/titanic_44/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_dev.c550 for (fd = iodev->si_open; fd; fd = fd->sf_next) {
568 for (fd = dev->nsc_close; fd; fd = fd->sf_next) {
626 for (; fp; fp = fp->sf_next) in _nsc_relock_dev()
983 if (iodev->si_open == fd && !fd->sf_next) {
1043 last = (iodev->si_open == fd && !fd->sf_next);
1477 for (fd = iodev->si_open; fd; fd = fd->sf_next)
1744 fd->sf_next = dev->nsc_close;
1775 for (fdp = &dev->nsc_close; *fdp; fdp = &(*fdp)->sf_next)
1777 *fdp = fd->sf_next;
1818 for (fdp = from; *fdp; fdp = &(*fdp)->sf_next) in _nsc_relink_fd()
[all …]
H A Dnsc_dev.h174 struct nsc_fd_s *sf_next; /* Link to next descriptor */ member
H A Dnsc_cache.c474 for (fd = iodev->si_open; fd; fd = fd->sf_next) in nsc_pinned_data()
494 for (fd = iodev->si_open; fd; fd = fd->sf_next) in nsc_unpinned_data()
H A Dnsc_resv.c761 for (fd = iodev->si_open; fd; fd = fd->sf_next) { in _nsc_detach_iodev()
/titanic_44/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h76 struct sf *sf_next; member
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c81 struct server_filter *sf_next; /* Next filter in list */ member
787 sftail->sf_next = sfnew; in parse_filter()
1357 for (sfp = sfhead; sfp != NULL; sfp = sfp->sf_next) { in use_server()
/titanic_44/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c150 mdb_printf("next\t\t%?p\tsaddr\t%N\n", fa->sf_next, &fa->sf_saddr); in sctp_faddr()
736 for (fp = sctp->sctp_faddrs; fp != NULL; fp = faddr.sf_next) { in sctp()
1233 if ((faddr_ptr = (uintptr_t)sctp_faddr.sf_next) == NULL) { in sctp_walk_faddr_step()
/titanic_44/usr/src/uts/sun/io/scsi/adapters/
H A Dsf.c762 sf->sf_next = sf_head; in sf_attach()
773 tsf = tsf->sf_next; in sf_attach()
1192 sf_head = sf->sf_next; in sf_softstate_unlink()
1197 sf_ptr = sf_ptr->sf_next) { in sf_softstate_unlink()
1207 sf_reposition->sf_next = sf_ptr->sf_next; in sf_softstate_unlink()
5950 for (sf = sf_head; sf != NULL; sf = sf->sf_next) { in sf_watch()
6495 for (sf = sf_head; sf != NULL; sf = sf->sf_next) {
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_attr.c1329 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) in conn_ixa_cleanup()
/titanic_44/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c342 fd + OFFSETOF(nsc_fd_t, sf_next)) == -1) { in nsc_fd_wstep()