Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libumem/common/
H A Dvmem_sbrk.c71 struct sbrk_fail *sf_next; member
110 fp->sf_next = fnext = &sbrk_fails; in vmem_sbrk_extend_alloc()
113 fprev->sf_next = fp; in vmem_sbrk_extend_alloc()
128 for (fp = sbrk_fails.sf_next; fp != &sbrk_fails; fp = fp->sf_next) { in vmem_sbrk_tryfail()
130 fp->sf_next->sf_prev = fp->sf_prev; in vmem_sbrk_tryfail()
131 fp->sf_prev->sf_next = fp->sf_next; in vmem_sbrk_tryfail()
132 fp->sf_next = fp->sf_prev = NULL; in vmem_sbrk_tryfail()
172 if (sbrk_fails.sf_next != &sbrk_fails && in vmem_sbrk_alloc()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_common.c706 for (fp = fp->sf_next; fp != NULL; fp = fp->sf_next) { in sctp_faddr_dead()
769 nfp = ofp->sf_next; in sctp_rotate_faddr()
784 nfp = nfp->sf_next; in sctp_rotate_faddr()
832 for (fpp = sctp->sctp_faddrs; fpp->sf_next != fp; fpp = fpp->sf_next) in sctp_unlink_faddr()
841 fpp->sf_next = fp->sf_next; in sctp_unlink_faddr()
871 fpn = fp->sf_next; in sctp_zap_faddrs()
1563 fpa->sf_next = NULL; in sctp_secure_restart_check()
1575 fpa->sf_next = NULL; in sctp_secure_restart_check()
1609 fp->sf_next = fphead; in sctp_secure_restart_check()
1717 fpn = fp->sf_next; in sctp_secure_restart_check()
[all …]
H A Dsctp_opt_data.c275 for (i = 0, fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_get_assocparams()
300 for (fp = sctp->sctp_faddrs; fp; fp = fp->sf_next) { in sctp_set_assocparams()
481 for (fp2 = sctp->sctp_faddrs; fp2; fp2 = fp2->sf_next) { in sctp_set_peer_addr_params()
515 for (fp2 = sctp->sctp_faddrs; fp2 != NULL; fp2 = fp2->sf_next) { in sctp_set_peer_addr_params()
908 i++, fp = fp->sf_next) in sctp_get_opt()
1341 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) in sctp_set_opt()
1516 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.c1226 if (sctp->sctp_faddrs == nfp && nfp->sf_next == NULL) { in sctp_addip_req()
1259 for (fp = sctp->sctp_faddrs; fp->sf_next; in sctp_addip_req()
1260 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.c740 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.c3143 for (fp = sctp->sctp_faddrs; fp != NULL; fp = fp->sf_next) { in sctp_got_sack()
/illumos-gate/usr/src/cmd/fm/modules/common/sensor-transport/
H A Dsensor_transport.c40 struct sensor_fault *sf_next; member
210 current = &(*current)->sf_next) { in st_check_component()
231 sfp->sf_next = stp->st_faults; in st_check_component()
325 for (sfp = stp->st_faults; sfp != NULL; sfp = sfp->sf_next) { in st_timeout()
349 *current = sfp->sf_next; in st_timeout()
353 current = &sfp->sf_next; in st_timeout()
501 stp->st_faults = sfp->sf_next; in _fmd_fini()
/illumos-gate/usr/src/uts/sun/sys/scsi/adapters/
H A Dsfvar.h76 struct sf *sf_next; member
/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c151 mdb_printf("next\t\t%?p\tsaddr\t%N\n", fa->sf_next, &fa->sf_saddr); in sctp_faddr()
738 for (fp = sctp->sctp_faddrs; fp != NULL; fp = faddr.sf_next) { in sctp()
1235 if ((faddr_ptr = (uintptr_t)sctp_faddr.sf_next) == 0) { in sctp_walk_faddr_step()
/illumos-gate/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()