/titanic_44/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_hardlink.c | 74 struct hardlink_node *hl; in hardlink_q_cleanup() local 83 hl = SLIST_FIRST(hl_q); in hardlink_q_cleanup() 87 hl->inode); in hardlink_q_cleanup() 92 if (hl->is_tmp) { in hardlink_q_cleanup() 93 if (hl->path) { in hardlink_q_cleanup() 95 hl->path); in hardlink_q_cleanup() 96 if (remove(hl->path)) { in hardlink_q_cleanup() 102 hl->inode); in hardlink_q_cleanup() 106 if (hl->path) in hardlink_q_cleanup() 107 free(hl->path); in hardlink_q_cleanup() [all …]
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | utils.c | 157 holes_list_t *hlh, *hl, **hlp; in get_holes_list() local 186 hl = e_zalloc(E_EXIT, sizeof (holes_list_t)); in get_holes_list() 187 hl->hl_next = NULL; in get_holes_list() 190 hl->hl_data = data; in get_holes_list() 191 hl->hl_hole = hole; in get_holes_list() 193 *hlp = hl; in get_holes_list() 194 hlp = &hl->hl_next; 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() [all …]
|
/titanic_44/usr/src/cmd/mailx/ |
H A D | head.c | 66 headline_t *hl; in is_headline() local 73 if (headline_alloc(&hl) != 0 || parse_headline(linebuf, hl) != 0) { in is_headline() 77 ret = custr_len(hl->hl_from) > 0 ? B_TRUE : B_FALSE; in is_headline() 79 headline_free(hl); in is_headline() 87 headline_free(headline_t *hl) in headline_free() argument 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() 96 headline_alloc(headline_t **hl) in headline_alloc() argument [all …]
|
H A D | receipt.c | 71 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 D | cmd1.c | 220 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()
|
/titanic_44/usr/src/lib/libc/i386/gen/ |
H A D | byteorder.s | 41 / 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
|
/titanic_44/usr/src/ucbcmd/shutdown/ |
H A D | shutdown.c | 203 struct hostlist *hl; in main() local 402 for (hl = hostlist; hl != NULL; hl = hl->nxt) in main() 403 rwarn(hl->host, sdt, nowtime, f, first); in main() 666 struct hostlist *hl; in gethostlist() local 708 for (hl = hostlist; hl != NULL; hl = hl->nxt) in gethostlist() 709 if (strcmp(ml->ml_hostname, hl->host) == 0) in gethostlist() 711 hl = (struct hostlist *)malloc(sizeof (struct hostlist)); in gethostlist() 712 hl->host = ml->ml_hostname; in gethostlist() 713 hl->nxt = hostlist; in gethostlist() 714 hostlist = hl; in gethostlist()
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | mac.c | 300 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 D | mac_impl.h | 67 int hl; member
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | locate_kdc.c | 455 char **hl, *host, *profname; in prof_locate_server() local 486 hl = 0; in prof_locate_server() 493 code = profile_get_values(context->profile, realm_srv_names, &hl); in prof_locate_server() 504 *hostlist = hl; in prof_locate_server() 656 char **hl = hostlist, *s = NULL; in hostlist2str() local 658 while (hl && *hl) { in hostlist2str() 659 size += strlen(*hl); in hostlist2str() 660 hl++; in hostlist2str() 672 hl = hostlist; in hostlist2str() 673 (void) strlcpy(s, *hl, buf_size); in hostlist2str() [all …]
|
/titanic_44/usr/src/common/tsol/ |
H A D | ltos.c | 82 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()
|
/titanic_44/usr/src/lib/libipmi/common/ |
H A D | ipmi_hash.c | 220 ipmi_hash_link_t *hl; in ipmi_hash_lookup() local 222 for (hl = ihp->ih_buckets[idx]; hl != NULL; hl = hl->ihl_next) { in ipmi_hash_lookup() 223 void *elem = (void *)((uintptr_t)hl - ihp->ih_linkoffs); in ipmi_hash_lookup()
|
/titanic_44/usr/src/cmd/mdb/common/modules/hook/ |
H A D | hook.c | 44 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()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | mvcur.c | 281 int st, ch, hl; in _mvhor() local 293 hl = (_COST(Carriage_return) < LARGECOST) ? in _mvhor() 297 return ((ch < st && ch < hl) ? ch : (hl < st ? hl : st)); in _mvhor() 299 if (ch < st && ch < hl) in _mvhor() 302 if (hl < st) { in _mvhor()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | dr_util.c | 148 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()
|
/titanic_44/usr/src/lib/libast/common/cdt/ |
H A D | dthdr.h | 42 #define left hl._left 43 #define hash hl._hash
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 994 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); 1160 hostname(res, v, d), proto, hl, plen); 1163 ic = (struct icmp *)((char *)ip + hl); 1167 hostname(res, v, d), hl, plen, 1170 ic = (struct icmp *)((char *)ip + hl); [all …]
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | hexpand.c | 156 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;
|
/titanic_44/usr/src/lib/libpkg/common/ |
H A D | verify.c | 83 } 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()
|
/titanic_44/usr/src/cmd/ssh/libssh/common/ |
H A D | misc.c | 532 size_t i, hl; in tohex() local 537 hl = l * 2 + 1; in tohex() 538 r = xcalloc(1, hl); in tohex() 541 strlcat(r, b, hl); in tohex()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | cdt.h | 59 } hl; member 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) \
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | cdt.h | 59 } hl; member 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) \
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | dr_util.c | 267 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()
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr_util.c | 266 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()
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | cdt.h | 59 } hl; member 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) \
|