Home
last modified time | relevance | path

Searched refs:end (Results 1 – 25 of 1234) sorted by last modified time

12345678910>>...50

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c694 uint32_t end, bytes; in tcp_reass() local
708 if (start == end) { in tcp_reass()
713 bytes = end - start; in tcp_reass()
716 TCP_REASS_SET_END(mp, end); in tcp_reass()
772 end = TCP_REASS_END(mp1); in tcp_reass()
779 if (end != TCP_REASS_SEQ(mp)) { in tcp_reass()
794 uint32_t end; in tcp_reass_elim_overlap() local
799 end = TCP_REASS_END(mp); in tcp_reass_elim_overlap()
802 if (!SEQ_GT(end, u1)) in tcp_reass_elim_overlap()
805 mp->b_wptr -= end - u1; in tcp_reass_elim_overlap()
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c126 t->end = tsn; in sctp_ack_add()
154 t->end = tsn; in sctp_ack_add()
177 p->end = tsn; in sctp_ack_add()
182 p->end = t->end; in sctp_ack_add()
200 t->end = tsn; in sctp_ack_add()
225 if (SEQ_LEQ(end, p->end)) in sctp_ack_rem()
229 if (SEQ_LT(end, p->end) && SEQ_GEQ(end, p->begin)) { in sctp_ack_rem()
235 } else if (SEQ_GEQ(end, p->end)) { in sctp_ack_rem()
717 end = dmp; in sctp_uodata_frag()
749 end = hmp; in sctp_uodata_frag()
[all …]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c2369 ASSERT(cur <= end); in ipoptp_next()
2371 if (cur == end) in ipoptp_next()
2381 if (cur == end) in ipoptp_next()
2404 if (cur + len > end) { in ipoptp_next()
6727 uint_t end; in ip_reassemble() local
7006 end >= in ip_reassemble()
7081 uint32_t end; in ip_input_fragment() local
7163 if (end == 0) { in ip_input_fragment()
7176 end += offset; in ip_input_fragment()
7324 ipf->ipf_end = end; in ip_input_fragment()
[all …]
H A Dconn_opt.c2471 uint8_t *end; in cksum_massage_options_v6() local
2475 end = (uint8_t *)ip6h + ip_hdr_len; in cksum_massage_options_v6()
2476 rth = ip_find_rthdr_v6(ip6h, end); in cksum_massage_options_v6()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c8184 int end; in mac_group_ring_modify() local
8253 end = mip->mi_rx_group_count; in mac_group_ring_modify()
8256 end = mip->mi_tx_group_count - 1; in mac_group_ring_modify()
8265 for (i = start; i < end; i++) { in mac_group_ring_modify()
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c340 goto end; in smb_init_daemon_priv()
344 goto end; in smb_init_daemon_priv()
352 goto end; in smb_init_daemon_priv()
357 end: in smb_init_daemon_priv()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc35 link path=usr/share/man/man3c/_edata.3c target=end.3c
36 link path=usr/share/man/man3c/_end.3c target=end.3c
37 link path=usr/share/man/man3c/_etext.3c target=end.3c
323 link path=usr/share/man/man3c/edata.3c target=end.3c
326 file path=usr/share/man/man3c/end.3c
345 link path=usr/share/man/man3c/etext.3c target=end.3c
/illumos-gate/usr/src/lib/libc/port/gen/
H A Derrlist41 * the XENIX errors. The third column to the end of the file is the
H A Dnlspath_checks.c296 goto end; in extract_format()
365 goto end; in extract_format()
419 goto end; in extract_format()
469 end: in extract_format()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c9937 uint64_t end = lbp->lbp_daddr + asize - 1; in l2arc_log_blkptr_valid() local
9963 l2arc_range_check_overlap(start, end, dev->l2ad_hand) || in l2arc_log_blkptr_valid()
9964 l2arc_range_check_overlap(start, end, dev->l2ad_evict) || in l2arc_log_blkptr_valid()
9966 l2arc_range_check_overlap(dev->l2ad_hand, dev->l2ad_evict, end); in l2arc_log_blkptr_valid()
9968 return (start >= dev->l2ad_start && end <= dev->l2ad_end && in l2arc_log_blkptr_valid()
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c4460 uint64_t start, end; in range_tree_cb() local
4469 end = rs.rs_end; in range_tree_cb()
4478 end = ((uint64_t)rs.rs_end << rt->rt_shift) + rt->rt_start; in range_tree_cb()
4481 mdb_printf("\t[%llx %llx) (length %llx)\n", start, end, end - start); in range_tree_cb()
/illumos-gate/usr/src/data/hwdata/
H A Dpci.ids13644 # What's in the cardbus end of a Sony ACR-A01 card, comes with newer Vaio CD-RW drives
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1189 char *end; in zfs_nicestrtonum() local
1204 *num = strtoull(value, &end, 10); in zfs_nicestrtonum()
1221 if (*end == '.') { in zfs_nicestrtonum()
1222 double fval = strtod(value, &end); in zfs_nicestrtonum()
1224 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
1238 if ((shift = str2shift(hdl, end)) == -1) in zfs_nicestrtonum()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c573 char *end; in nicenumtoull() local
576 val = strtoull(buf, &end, 0); in nicenumtoull()
577 if (end == buf) { in nicenumtoull()
580 } else if (end[0] == '.') { in nicenumtoull()
581 double fval = strtod(buf, &end); in nicenumtoull()
582 fval *= pow(2, str2shift(end)); in nicenumtoull()
590 int shift = str2shift(end); in nicenumtoull()
5351 hrtime_t end = gethrtime() + NANOSEC; in ztest_fletcher() local
5353 while (gethrtime() <= end) { in ztest_fletcher()
5427 hrtime_t end = gethrtime() + NANOSEC; in ztest_fletcher_incr() local
[all …]
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_vm.c231 vmspace_alloc(size_t end, vmm_pte_ops_t *pte_ops, bool track_dirty) in vmspace_alloc() argument
234 const uintptr_t size = end + 1; in vmspace_alloc()
814 const uintptr_t end = addr + len; in vmspace_unmap() local
819 ASSERT3U(addr, <, end); in vmspace_unmap()
963 const size_t end = addr + len; in vmspace_populate() local
964 for (uintptr_t gpa = addr & PAGEMASK; gpa < end; gpa += PAGESIZE) { in vmspace_populate()
H A Dvmm_gpt.c272 if (start >= node_end || end <= node->vgn_gpa) { in vmm_gpt_node_entries_covered()
497 const uint64_t end = addr + len; in vmm_gpt_populate_region_lvl() local
527 for (; gpa < end; gpa += incr, prev = node) { in vmm_gpt_populate_region_lvl()
588 const uint64_t end = addr + len; in vmm_gpt_populate_region() local
589 while (gpa < end) { in vmm_gpt_populate_region()
594 vmm_gpt_node_entries_covered(node, addr, end); in vmm_gpt_populate_region()
612 VERIFY3U(end, <=, vmm_gpt_node_end(node)); in vmm_gpt_populate_region()
666 const uint64_t end = addr + len; in vmm_gpt_vacate_region() local
686 while (gpa < end && node != NULL) { in vmm_gpt_vacate_region()
710 while (gpa < end && node != NULL) { in vmm_gpt_vacate_region()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtem_safe.c1605 tem_safe_scroll(struct tem_vt_state *tem, int start, int end, int count, in tem_safe_scroll() argument
1614 lines_affected = end - start + 1; in tem_safe_scroll()
1624 tems.ts_c_dimension.width - 1, end, in tem_safe_scroll()
1627 for (row = (end - count) + 1; row <= end; row++) { in tem_safe_scroll()
1637 end - count, 0, start + count, in tem_safe_scroll()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c88 #define CMSG_VALID(cmsg, start, end) \ argument
91 ((uintptr_t)(cmsg) < (uintptr_t)(end)) && \
93 ((uintptr_t)(cmsg) + (cmsg)->cmsg_len <= (uintptr_t)(end)))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c7559 goto end; in rfs4_op_open()
7574 goto end; in rfs4_op_open()
7580 goto end; in rfs4_op_open()
7595 goto end; in rfs4_op_open()
7838 end: in rfs4_op_open()
8015 goto end; in rfs4_op_open_downgrade()
8018 goto end; in rfs4_op_open_downgrade()
8198 end: in rfs4_op_open_downgrade()
8645 end: in rfs4_op_close()
9468 end: in rfs4_op_lock()
[all …]
H A Dnfs4x_srv.c1029 goto end; in rfs4x_op_destroy_clientid()
1043 end: in rfs4x_op_destroy_clientid()
1071 goto end; in rfs4x_op_bind_conn_to_session()
1077 goto end; in rfs4x_op_bind_conn_to_session()
1106 end: in rfs4x_op_bind_conn_to_session()
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_config.c1639 char *cp, *cp2, *end; in __ns_ldap_setParamValue() local
1670 end = cp2 = cp + strlen(cp) - 1; in __ns_ldap_setParamValue()
1674 if (cp2 != end) { in __ns_ldap_setParamValue()
1678 end = cp2; in __ns_ldap_setParamValue()
1680 while (cp <= end) { in __ns_ldap_setParamValue()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c51 #undef end
435 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() argument
437 iop->_end = end; in _setbufend()
475 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend() argument
480 dat->_end = end; in _setbufend()
490 _bufendtab[iop->_magic] = end; in _setbufend()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dasn1_k_decode.c1035 { char *save, *end; in asn1_decode_sam_challenge_2() local
1046 end = subbuf.next; in asn1_decode_sam_challenge_2()
1047 alloclen = end - save; in asn1_decode_sam_challenge_2()
1215 char *start, *end;
1229 end = subbuf.next;
1230 alloclen = end - start;
1245 end = subbuf.next;
1246 alloclen = end - start;
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src453 # near the end of this file.
2093 # found near the end of this file.
4721 # insert/delete/home/end.
10086 # The end
11847 # Erase to end of line ESC,T
11848 # Erase to end of page ESC,Y
14710 # p3 = end row
14711 # p4 = end column
15848 # Vendor-supplied NCR termcaps end here
18324 # MTL select end msg character: ^[[^Wp
[all …]
H A Dtermcap.src435 # near the end of this file.
1839 # found near the end of this file.
4128 # insert/delete/home/end.
8985 # The end
10473 # Erase to end of line ESC,T
10474 # Erase to end of page ESC,Y
13054 # p3 = end row
13055 # p4 = end column
14024 # Vendor-supplied NCR termcaps end here
16302 # MTL select end msg character: ^[[^Wp
[all …]

12345678910>>...50