Home
last modified time | relevance | path

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

12

/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/cpio/
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 …]
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 …]
/illumos-gate/usr/src/cmd/mailx/
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()
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()
/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/ucbcmd/shutdown/
H A Dshutdown.c201 struct hostlist *hl; in main() local
400 for (hl = hostlist; hl != NULL; hl = hl->nxt) in main()
401 rwarn(hl->host, sdt, nowtime, f, first); in main()
664 struct hostlist *hl; in gethostlist() local
706 for (hl = hostlist; hl != NULL; hl = hl->nxt) in gethostlist()
707 if (strcmp(ml->ml_hostname, hl->host) == 0) in gethostlist()
709 hl = (struct hostlist *)malloc(sizeof (struct hostlist)); in gethostlist()
710 hl->host = ml->ml_hostname; in gethostlist()
711 hl->nxt = hostlist; in gethostlist()
712 hostlist = hl; in gethostlist()
/illumos-gate/usr/src/stand/lib/inet/
H A Dmac.c300 mac_set_arp(struct in_addr *ip, void *hp, int hl) in mac_set_arp() argument
303 bcopy(hp, (char *)atable[arp_index].ha, hl); in mac_set_arp()
304 atable[arp_index].hl = hl; in mac_set_arp()
319 mac_get_arp(struct in_addr *ip, void *hp, int hl, uint32_t timeout) in mac_get_arp() argument
325 bcopy((char *)atable[i].ha, hp, hl); in mac_get_arp()
331 bzero(hp, hl); in mac_get_arp()
336 mac_set_arp(ip, hp, hl); in mac_get_arp()
H A Dmac_impl.h67 int hl; member
/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/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()
/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/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/lib/libcurses/screen/
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/boot/libsa/
H A Dntoh.c35 htonl(uint32_t hl) in htonl() argument
38 return (__htonl(hl)); in htonl()
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_util.c148 struct memlist *hl = NULL, *tl, **mlp; in dr_memlist_dup() local
153 mlp = &hl; in dr_memlist_dup()
166 return (hl); in dr_memlist_dup()
/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/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/lib/libpkg/common/
H A Dverify.c83 } hl; member
323 tempa.lg = (suma.hl.lo & WDMSK) + (suma.hl.hi & WDMSK); in compute_checksum()
324 lsavhi = (uint32_t)tempa.hl.hi; in compute_checksum()
325 lsavlo = (uint32_t)tempa.hl.lo; in compute_checksum()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c267 struct memlist *hl = NULL, *tl, **mlp; in dr_memlist_dup() local
272 mlp = &hl; in dr_memlist_dup()
284 return (hl); in dr_memlist_dup()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_util.c266 struct memlist *hl = NULL, *tl, **mlp; in dr_memlist_dup() local
271 mlp = &hl; in dr_memlist_dup()
283 return (hl); in dr_memlist_dup()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mem.c223 struct memlist *hl, *prev; in sbdp_memlist_dup() local
229 hl = NULL; in sbdp_memlist_dup()
235 if (hl != NULL) in sbdp_memlist_dup()
236 memlist_free_list(hl); in sbdp_memlist_dup()
237 hl = NULL; in sbdp_memlist_dup()
246 hl = mp; in sbdp_memlist_dup()
252 return (hl); in sbdp_memlist_dup()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd_mem.c2084 struct memlist *hl, *prev; in memlist_dup() local
2090 hl = NULL; in memlist_dup()
2096 if (hl != NULL) in memlist_dup()
2097 memlist_free_list(hl); in memlist_dup()
2098 hl = NULL; in memlist_dup()
2107 hl = mp; in memlist_dup()
2113 return (hl); in memlist_dup()
/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()

12