Searched refs:hl (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/cmd/ndmpd/tlm/
H A Dtlm_hardlink.c74 struct hardlink_node *hl; local
83 hl = SLIST_FIRST(hl_q);
87 hl->inode);
92 if (hl->is_tmp) {
93 if (hl->path) {
95 hl->path);
96 if (remove(hl->path)) {
102 hl->inode);
106 if (hl->path)
107 free(hl
123 struct hardlink_node *hl; local
161 struct hardlink_node *hl; local
202 struct hardlink_node *hl; local
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Dhead.c66 headline_t *hl; local
73 if (headline_alloc(&hl) != 0 || parse_headline(linebuf, hl) != 0) {
77 ret = custr_len(hl->hl_from) > 0 ? B_TRUE : B_FALSE;
79 headline_free(hl);
87 headline_free(headline_t *hl) argument
89 custr_free(hl->hl_from);
90 custr_free(hl->hl_tty);
91 custr_free(hl->hl_date);
92 free(hl);
96 headline_alloc(headline_t **hl) argument
123 headline_reset(headline_t *hl) argument
131 parse_headline(const char *line, headline_t *hl) argument
[all...]
H A Dreceipt.c71 headline_t *hl; local
73 if (headline_alloc(&hl) != 0) {
79 if (parse_headline(head, hl) != 0) {
80 headline_reset(hl);
82 if (custr_len(hl->hl_date) > 0) {
84 custr_cstr(hl->hl_date));
91 headline_free(hl);
H A Dcmd1.c220 headline_t *hl; local
224 if (headline_alloc(&hl) != 0) {
259 if (parse_headline(headline, hl) == -1) {
260 headline_reset(hl);
262 if (custr_len(hl->hl_date) == 0) {
263 if (custr_append(hl->hl_date, "<Unknown date>") != 0) {
315 custr_cstr(hl->hl_date), mp->m_lines, mp->m_size,
318 printf("%16.16s binary/%-5ld %-.25s\n", custr_cstr(hl->hl_date),
322 headline_free(hl);
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c157 holes_list_t *hlh, *hl, **hlp; local
186 hl = e_zalloc(E_EXIT, sizeof (holes_list_t));
187 hl->hl_next = NULL;
190 hl->hl_data = data;
191 hl->hl_hole = hole;
193 *hlp = hl;
194 hlp = &hl->hl_next;
215 holes_list_t *hl; local
219 for (hl = hlh; hl !
251 holes_list_t *hl; local
295 holes_list_t *hl, *nhl; local
324 holes_list_t *hl; local
399 holes_list_t *hl, **hlp; local
[all...]
/illumos-gate/usr/src/boot/lib/libc/net/
H A Dntoh.c35 htonl(uint32_t hl) argument
38 return (__htonl(hl));
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.s41 / unsigned long htonl( hl )
42 / unsigned long ntohl( hl )
43 / long hl;
44 / reverses the byte order of '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/stand/lib/inet/
H A Dmac_impl.h67 int hl; member in struct:arptable
H A Dmac.c300 mac_set_arp(struct in_addr *ip, void *hp, int hl) argument
303 bcopy(hp, (char *)atable[arp_index].ha, hl); local
304 atable[arp_index].hl = hl;
312 * search criteria. HW address buffer is filled in up to hl in len. (make
319 mac_get_arp(struct in_addr *ip, void *hp, int hl, uint32_t timeout) argument
325 bcopy((char *)atable[i].ha, hp, hl);
331 bzero(hp, hl);
336 mac_set_arp(ip, hp, hl);
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddthdr.h42 #define left hl._left
43 #define hash hl._hash
/illumos-gate/usr/src/ucbcmd/shutdown/
H A Dshutdown.c203 struct hostlist *hl; local
402 for (hl = hostlist; hl != NULL; hl = hl->nxt)
403 rwarn(hl->host, sdt, nowtime, f, first);
666 struct hostlist *hl; local
708 for (hl = hostlist; hl != NULL; hl
[all...]
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c220 ipmi_hash_link_t *hl; local
222 for (hl = ihp->ih_buckets[idx]; hl != NULL; hl = hl->ihl_next) {
223 void *elem = (void *)((uintptr_t)hl - ihp->ih_linkoffs);
/illumos-gate/usr/src/common/tsol/
H A Dltos.c82 uchar_t *hl; local
86 hl = (uchar_t *)&(((_mac_label_impl_t *)l)->_c_len);
87 len = hl;
107 hl++; /* start at classification */
108 HEX(hex, i, hl, 6);
116 HEX(hex, i, hl, hex_len-1);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmvcur.c281 int st, ch, hl; local
293 hl = (_COST(Carriage_return) < LARGECOST) ?
297 return ((ch < st && ch < hl) ? ch : (hl < st ? hl : st));
299 if (ch < st && ch < hl)
302 if (hl < st) {
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c44 hook_int_t hl, *hlp; local
61 h = &hl.hi_hook;
64 if (mdb_vread((void *)&hl, sizeof (hl),
98 hlp = TAILQ_NEXT(&hl, hi_entry);
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_util.c148 struct memlist *hl = NULL, *tl, **mlp; local
153 mlp = &hl;
166 return (hl);
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c526 char **hl, *host, *profname; local
557 hl = 0;
564 code = profile_get_values(context->profile, realm_srv_names, &hl);
575 *hostlist = hl;
727 char **hl = hostlist, *s = NULL; local
729 while (hl && *hl) {
730 size += strlen(*hl);
731 hl++;
743 hl
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c990 u_short hl, p; local
1102 hl = sizeof(ip6_t);
1107 plen = hl + ntohs(ip6->ip6_plen);
1113 hl = IP_HL(ip) << 2;
1126 tp = (tcphdr_t *)((char *)ip + hl);
1134 proto, hl, plen);
1156 hostname(res, v, d), proto, hl, plen);
1159 ic = (struct icmp *)((char *)ip + hl);
1163 hostname(res, v, d), hl, plen,
1166 ic = (struct icmp *)((char *)ip + hl);
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhexpand.c156 Histloc_t hl; /* history location */
304 hl = hist_find(sh.hist_ptr, str,
307 if((n = hl.hist_command) == -1)
374 w[1] = sftell(ref) + hl.hist_char;
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c83 } hl; member in union:hilo
323 tempa.lg = (suma.hl.lo & WDMSK) + (suma.hl.hi & WDMSK);
324 lsavhi = (uint32_t)tempa.hl.hi;
325 lsavlo = (uint32_t)tempa.hl.lo;
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_util.c267 struct memlist *hl = NULL, *tl, **mlp; local
272 mlp = &hl;
284 return (hl);
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h59 } hl; member in struct:_dtlink_s
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
/illumos-gate/usr/src/lib/libast/common/include/
H A Dcdt.h59 } hl; member in struct:_dtlink_s
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h59 } hl; member in struct:_dtlink_s
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h59 } hl; member in struct:_dtlink_s
261 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \
274 for(_e = (dt)->data->here; _e; _e = _cmp < 0 ? _e->hl._left : _e->right) \

Completed in 169 milliseconds

12