Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_filter.c139 int i, j, fnd; in check_update_times() local
146 fnd = 0; in check_update_times()
151 fnd = 1; in check_update_times()
155 if (fnd == 0) { in check_update_times()
174 int i, j, fnd; in check_update_times_small() local
181 fnd = 0; in check_update_times_small()
186 fnd = 1; in check_update_times_small()
190 if (fnd == 0) { in check_update_times_small()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_add/
H A Dzpool_add.kshlib106 typeset fnd="Dump device"
107 dumpdev=`dumpadm | grep "$fnd" | cut -f2 -d : | \
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c956 int fnd; in sctp6_getaddr() local
965 fnd = 0; in sctp6_getaddr()
974 fnd = 1; in sctp6_getaddr()
978 if ((!fnd) || (sin_a6 == NULL)) { in sctp6_getaddr()
997 int fnd = 0; in sctp6_getaddr() local
1005 fnd = 1; in sctp6_getaddr()
1009 if (!fnd) { in sctp6_getaddr()
1030 int fnd; in sctp6_peeraddr() local
1063 fnd = 0; in sctp6_peeraddr()
1067 fnd = 1; in sctp6_peeraddr()
[all …]
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create.shlib104 typeset fnd="Dump device"
105 dumpdev=`dumpadm | grep "$fnd" | cut -f2 -d : | \
/f-stack/freebsd/netinet/
H A Dsctp_pcb.c1613 int fnd; in sctp_endpoint_probe() local
1689 fnd = 0; in sctp_endpoint_probe()
1743 fnd = 0; in sctp_endpoint_probe()
1745 fnd = 1; in sctp_endpoint_probe()
1798 int fnd; in sctp_isport_inuse() local
1807 fnd = 0; in sctp_isport_inuse()
1809 fnd = 1; in sctp_isport_inuse()
1810 if (!fnd) in sctp_isport_inuse()
5307 fnd = 0; in sctp_add_local_addr_ep()
5388 int fnd; in sctp_del_local_addr_ep() local
[all …]
H A Dtcp_hpts.c1749 uint32_t t = 0, i, fnd = 0; in tcp_hptsi() local
1758 fnd = 1; in tcp_hptsi()
1763 if (fnd) { in tcp_hptsi()
H A Dsctp_usrreq.c7406 int fnd; local
7412 fnd = 0;
7422 fnd = 1;
7426 if ((!fnd) || (sin_a == NULL)) {
7451 int fnd = 0; local
7459 fnd = 1;
7463 if (!fnd) {
7479 int fnd; local
7511 fnd = 0;
7515 fnd = 1;
[all …]
H A Dsctp_output.c5259 bool fnd, check_src; in sctp_are_there_new_addresses() local
5294 fnd = false; in sctp_are_there_new_addresses()
5305 fnd = true; in sctp_are_there_new_addresses()
5317 fnd = true; in sctp_are_there_new_addresses()
5324 if (!fnd) { in sctp_are_there_new_addresses()
5404 fnd = false; in sctp_are_there_new_addresses()
5415 fnd = true; in sctp_are_there_new_addresses()
5425 fnd = true; in sctp_are_there_new_addresses()
5431 if (!fnd) { in sctp_are_there_new_addresses()
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c8093 int fnd = 0; in bbr_collapsed_window() local
8104 fnd = 1; in bbr_collapsed_window()
8109 if (!fnd) { in bbr_collapsed_window()
8174 fnd = 0; in bbr_collapsed_window()
8177 fnd++; in bbr_collapsed_window()
8180 bbr_log_type_rwnd_collapse(bbr, max_seq, 4, fnd); in bbr_collapsed_window()