Home
last modified time | relevance | path

Searched refs:hl (Results 1 – 25 of 38) sorted by path

12

/illumos-gate/usr/src/boot/libsa/
H A Dntoh.c35 htonl(uint32_t hl) in htonl() argument
38 return (__htonl(hl)); in htonl()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c2519 holes_list_t *hl; in data_copy_with_holes() local
2533 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in data_copy_with_holes()
2559 datasize = hl->hl_hole - hl->hl_data; in data_copy_with_holes()
2588 hl = hl->hl_next; in data_copy_with_holes()
2600 while (hl != NULL) { in data_copy_with_holes()
2601 datasize = hl->hl_hole - hl->hl_data; in data_copy_with_holes()
2606 hl = hl->hl_next; in data_copy_with_holes()
2911 for (hl = holes->holes_list; hl != NULL; hl = hl->hl_next) { in read_compress_holes()
2912 datasize = hl->hl_hole - hl->hl_data; in read_compress_holes()
2930 left += (hl->hl_hole - hl->hl_data); in read_compress_holes()
[all …]
H A Dutils.c193 *hlp = hl; in get_holes_list()
215 holes_list_t *hl; in get_compressed_filesz() local
219 for (hl = hlh; hl != NULL; hl = hl->hl_next) { in get_compressed_filesz()
220 size += (hl->hl_hole - hl->hl_data); in get_compressed_filesz()
251 holes_list_t *hl; in store_sparse_string() local
255 for (hl = hlh; hl != NULL; hl = hl->hl_next) { in store_sparse_string()
297 for (hl = hi->holes_list; hl != NULL; hl = nhl) { in free_holesdata()
299 free(hl); in free_holesdata()
324 holes_list_t *hl; in get_holes_info() local
409 *hlp = hl; in parse_holesdata()
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_parse.c1297 char *hl, hostlist[1024], *hlq, hostlistq[1024]; in parse_nfs() local
1398 hl = hostlist; hlq = hostlistq; in parse_nfs()
1403 if (getword(hostname_and_penalty, qbuff, &hl, &hlq, ',', in parse_nfs()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c994 u_short hl, p; local
1106 hl = sizeof(ip6_t);
1111 plen = hl + ntohs(ip6->ip6_plen);
1117 hl = IP_HL(ip) << 2;
1130 tp = (tcphdr_t *)((char *)ip + hl);
1138 proto, hl, plen);
1163 ic = (struct icmp *)((char *)ip + hl);
1167 hostname(res, v, d), hl, plen,
1170 ic = (struct icmp *)((char *)ip + hl);
1174 hostname(res, v, d), hl, plen,
[all …]
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd1.c220 headline_t *hl; in printhead() local
224 if (headline_alloc(&hl) != 0) { in printhead()
259 if (parse_headline(headline, hl) == -1) { in printhead()
260 headline_reset(hl); in printhead()
262 if (custr_len(hl->hl_date) == 0) { in printhead()
263 if (custr_append(hl->hl_date, "<Unknown date>") != 0) { in printhead()
315 custr_cstr(hl->hl_date), mp->m_lines, mp->m_size, in printhead()
318 printf("%16.16s binary/%-5ld %-.25s\n", custr_cstr(hl->hl_date), in printhead()
322 headline_free(hl); in printhead()
H A Dhead.c66 headline_t *hl; in is_headline() local
73 if (headline_alloc(&hl) != 0 || parse_headline(linebuf, hl) != 0) { in is_headline()
79 headline_free(hl); in is_headline()
89 custr_free(hl->hl_from); in headline_free()
90 custr_free(hl->hl_tty); in headline_free()
91 custr_free(hl->hl_date); in headline_free()
92 free(hl); in headline_free()
115 *hl = t; in headline_alloc()
125 custr_reset(hl->hl_from); in headline_reset()
126 custr_reset(hl->hl_tty); in headline_reset()
[all …]
H A Dreceipt.c71 headline_t *hl; in receipt() local
73 if (headline_alloc(&hl) != 0) { in receipt()
79 if (parse_headline(head, hl) != 0) { in receipt()
80 headline_reset(hl); in receipt()
82 if (custr_len(hl->hl_date) > 0) { in receipt()
84 custr_cstr(hl->hl_date)); in receipt()
91 headline_free(hl); in receipt()
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c44 hook_int_t hl, *hlp; in hooklist() local
61 h = &hl.hi_hook; in hooklist()
64 if (mdb_vread((void *)&hl, sizeof (hl), in hooklist()
98 hlp = TAILQ_NEXT(&hl, hi_entry); in hooklist()
/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_hardlink.c87 hl->inode); in hardlink_q_cleanup()
93 if (hl->path) { in hardlink_q_cleanup()
95 hl->path); in hardlink_q_cleanup()
106 if (hl->path) in hardlink_q_cleanup()
107 free(hl->path); in hardlink_q_cleanup()
108 free(hl); in hardlink_q_cleanup()
135 hl->inode); in hardlink_q_get()
178 if (!hl) in hardlink_q_add()
187 hl->path = NULL; in hardlink_q_add()
192 hl->inode, hl->path, hl->path? hl->path : "(--)"); in hardlink_q_add()
[all …]
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.c2587 nscd_cfg_handle_t *hl; in _nscd_cfg_set_linked() local
2693 &hl, errorp); in _nscd_cfg_set_linked()
2696 rc = _nscd_cfg_set(hl, data, errorp); in _nscd_cfg_set_linked()
2697 _nscd_cfg_free_handle(hl); in _nscd_cfg_set_linked()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c5702 int hl; local
5860 hl = strlen(p);
5861 p += hl;
5863 len -= hl + 1;
5869 hl = strlen(mxhosts[i]);
5870 if (len - 1 < hl || len <= 1)
5885 p += hl;
5886 len -= hl;
/illumos-gate/usr/src/common/tsol/
H A Dltos.c82 uchar_t *hl; in __hex() local
86 hl = (uchar_t *)&(((_mac_label_impl_t *)l)->_c_len); in __hex()
87 len = hl; in __hex()
107 hl++; /* start at classification */ in __hex()
108 HEX(hex, i, hl, 6); in __hex()
116 HEX(hex, i, hl, hex_len-1); in __hex()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhexpand.c156 Histloc_t hl; /* history location */
306 hl = hist_find(shgd->hist_ptr, str,
309 if((n = hl.hist_command) == -1)
376 w[1] = sftell(ref) + hl.hist_char;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c48 #define hash nvlink.hl._hash
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DMamfile7301 exec - *) silent grep -l 'define[ ][ ]*_[hl][di][rb]_fmtmsg' ast_lib.h > /dev/null || {
7319 exec - *) silent grep -l 'define[ ][ ]*_[hl][di][rb]_libgen' ast_lib.h > /dev/null || {
7337 exec - *) silent grep -l 'define[ ][ ]*_[hl][di][rb]_syslog' ast_lib.h > /dev/null || {
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dcdt.h89 } hl; member
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src14637 :le=^H:ll=\ELF hl @:nd=^I:se=\EMT1:so=\EMT2:ta=^I:\
H A Dterminfo.src16523 ll=\ELF hl @, rmso=\EMT1, smso=\EMT2, uc=\010\EMG1_\EMG0,
/illumos-gate/usr/src/data/zoneinfo/
H A Dafrica394 # https://books.google.com/books?hl=zh-TW&id=c_E-AQAAIAAJ&pg=PA331
645 # https://www.google.com/search?hl=en&q=Conseil+de+gouvernement+maroc+heure+avance&btnG=Search
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c526 char **hl, *host, *profname; in prof_locate_server() local
557 hl = 0; in prof_locate_server()
575 *hostlist = hl; in prof_locate_server()
727 char **hl = hostlist, *s = NULL; in hostlist2str() local
729 while (hl && *hl) { in hostlist2str()
730 size += strlen(*hl); in hostlist2str()
731 hl++; in hostlist2str()
743 hl = hostlist; in hostlist2str()
745 hl++; in hostlist2str()
746 while (hl && *hl) { in hostlist2str()
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S41 / unsigned long htonl( hl )
42 / unsigned long ntohl( hl )
43 / long hl;
47 movl 4(%esp), %eax / %eax = hl
53 movl 4(%esp), %eax / %eax = hl
93 movl 4(%esp), %eax / %eax = hl
124 movl 4(%esp), %eax / %eax = hl
130 movl 4(%esp), %eax / %eax = hl
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcaps70 hue_lightness_saturation, "hls" "hl" HLS color notation is used (Tek)
H A Dmvcur.c279 int st, ch, hl; in _mvhor() local
291 hl = (_COST(Carriage_return) < LARGECOST) ? in _mvhor()
295 return ((ch < st && ch < hl) ? ch : (hl < st ? hl : st)); in _mvhor()
297 if (ch < st && ch < hl) in _mvhor()
300 if (hl < st) { in _mvhor()
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c218 ipmi_hash_link_t *hl; in ipmi_hash_lookup() local
220 for (hl = ihp->ih_buckets[idx]; hl != NULL; hl = hl->ihl_next) { in ipmi_hash_lookup()
221 void *elem = (void *)((uintptr_t)hl - ihp->ih_linkoffs); in ipmi_hash_lookup()

12