/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zle.c | 41 uchar_t *s_end = src + s_len; in zle_compress() local 44 while (src < s_end && dst < d_end - 1) { in zle_compress() 49 while (src < MIN(last, s_end) && src[0] == 0) in zle_compress() 56 while (src < MIN(last, s_end) - 1 && (src[0] | src[1])) in zle_compress() 63 return (src == s_end ? dst - (uchar_t *)d_start : s_len); in zle_compress() 71 uchar_t *s_end = src + s_len; in zle_decompress() local 74 while (src < s_end && dst < d_end) { in zle_decompress()
|
H A D | ddt.c | 433 const uint64_t *s_end = (const uint64_t *)(ddh + 1); in ddt_histogram_empty() local 435 while (s < s_end) in ddt_histogram_empty()
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_map.c | 42 static bool_t get_ttls(const char *s, const char *s_end, 49 static bool_t get_deleteDisp(const char *s_begin, const char *s_end, 500 const char *s_end, in get_ttls() argument 513 if (s == s_end) { in get_ttls() 519 while (s < s_end && isdigit(*s)) { in get_ttls() 530 while (s < s_end && is_whitespace(*s)) in get_ttls() 532 if (s + 1 >= s_end || *s++ != COLON_CHAR) { in get_ttls() 537 while (s < s_end && is_whitespace(*s)) in get_ttls() 540 while (s < s_end && isdigit(*s)) { in get_ttls() 551 while (s < s_end && is_whitespace(*s)) in get_ttls() [all …]
|
H A D | nis_parse_ldap_attr.c | 970 const char *s_end = s + len; in get_timeval_t() local 972 while (s < s_end && is_whitespace(*s)) in get_timeval_t() 975 while (s < s_end && isdigit(*s)) { in get_timeval_t() 983 while (s < s_end && is_whitespace(*s)) in get_timeval_t() 986 if (s < s_end && *s == PERIOD_CHAR) { in get_timeval_t() 989 while (s < s_end && isdigit(*s)) { in get_timeval_t() 995 while (s < s_end && is_whitespace(*s)) in get_timeval_t() 998 if (s == s_end) { in get_timeval_t() 1011 return (s == s_end); in get_timeval_t() 1036 const char *s_end = s + len; in get_limit() local [all …]
|
H A D | nis_parse_ldap_util.c | 2004 const char *s_end = end_fmt; in get_next_extract_format_item() local 2015 if (s >= s_end) in get_next_extract_format_item() 2024 if (s >= s_end) { in get_next_extract_format_item() 2074 while (s < s_end && *s == ASTERIX_CHAR) in get_next_extract_format_item() 2084 for (; s < s_end; s++) { in get_next_extract_format_item() 2134 while (s < s_end) { in get_next_extract_format_item() 2195 const char *s_end = end_fmt; in get_next_print_format_item() local 2199 if (s >= s_end) { in get_next_print_format_item() 2206 if (s >= s_end) { in get_next_print_format_item() 2250 while (s < s_end) { in get_next_print_format_item() [all …]
|
H A D | nis_parse_ldap_conf.c | 509 const char *s_end = s + strlen(s); in get_attrib_num_cmdline() local 514 while (s < s_end && is_whitespace(*s)) in get_attrib_num_cmdline() 517 for (equal_s = s; equal_s < s_end; equal_s++) in get_attrib_num_cmdline() 521 if (equal_s == s_end) { in get_attrib_num_cmdline() 538 while (s1 < s_end && is_whitespace(*s1)) in get_attrib_num_cmdline() 541 while (s_end > s1 && is_whitespace(s_end[-1])) in get_attrib_num_cmdline() 542 s_end--; in get_attrib_num_cmdline() 543 *end_s = s_end; in get_attrib_num_cmdline()
|
/titanic_44/usr/src/psm/stand/bootblks/zfs/common/ |
H A D | zfs.fth | 210 over + ( dest len s_buf s_end ) 211 2swap ( s_buf s_end dest len ) 212 over + ( s_buf s_end dest dest_end ) 213 2swap ( dest dest_end s_buf s_end ) 217 swap dup C@ ( dest dest_end s_end s_buf token ) 218 swap CHAR+ swap ( dest dest_end s_end s_buf++ token ) 219 dup ML_BITS rshift ( dest dest_end s_end s_buf token length ) 220 >r rot rot r> ( dest dest_end token s_end s_buf length ) 222 d# 255 begin ( dest dest_end token s_end s_buf length s ) 223 swap ( dest dest_end token s_end s_buf s length ) [all …]
|
/titanic_44/usr/src/uts/common/os/ |
H A D | compress.c | 181 uchar_t *s_end = (uchar_t *)s_start + s_len; in decompress() local 193 while (src < s_end && dst < d_end) { in decompress()
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vm_usage.c | 1099 pgcnt_t p_index, s_index, p_start, p_end, s_start, s_end, rss, virt; in vmu_calculate_seg() local 1149 s_end = btop(svd->offset + seg->s_size) - 1; in vmu_calculate_seg() 1157 s_end = svd->anon_index + btop(seg->s_size) - 1; in vmu_calculate_seg() 1169 s_end = btop(seg->s_size) - 1; in vmu_calculate_seg() 1359 first->vmb_end = s_end; in vmu_calculate_seg()
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_mem.c | 2696 uint64_t s_start, s_end; in memlist_canfit() local 2704 s_end = s_start + s_ml->ml_size; in memlist_canfit() 2706 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd_mem.c | 2195 uint64_t s_start, s_end; in memlist_canfit() local 2203 s_end = s_start + s_ml->ml_size; in memlist_canfit() 2205 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
|
/titanic_44/usr/src/uts/sun4u/opl/io/ |
H A D | dr_mem.c | 2772 uint64_t s_start, s_end; in memlist_canfit() local 2780 s_end = s_start + s_ml->ml_size; in memlist_canfit() 2782 if ((s_start < t_start) || (s_end > t_end)) in memlist_canfit()
|
/titanic_44/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 8823 caddr_t s_start, s_end; in idn_recv_slabfree_req() local 8843 s_end = s_start + slab_size; in idn_recv_slabfree_req() 8850 if ((sp = smr_slaballoc_get(domid, s_start, s_end)) != NULL) { in idn_recv_slabfree_req()
|