Searched defs:hlp (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c44 hook_int_t hl, *hlp; local
62 hlp = TAILQ_FIRST(&hr.hei_head);
63 while (hlp) {
65 (uintptr_t)hlp) == -1) {
67 hlp);
92 hlp, h->h_flags, h->h_func,
96 hlp, h->h_flags, buf,
98 hlp = TAILQ_NEXT(&hl, hi_entry);
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_hash.c276 ipmi_hash_link_t **hlp = &ihp->ih_buckets[idx]; local
278 for (; *hlp != NULL; hlp = &(*hlp)->ihl_next) {
279 if (*hlp == link)
283 assert(*hlp != NULL);
284 *hlp = (*hlp)->ihl_next;
/illumos-gate/usr/src/cmd/cpio/
H A Dutils.c157 holes_list_t *hlh, *hl, **hlp; local
166 hlp = &hlh;
193 *hlp = hl;
194 hlp = &hl->hl_next;
399 holes_list_t *hl, **hlp; local
404 hlp = &hi->holes_list;
409 *hlp = hl;
410 hlp = &hl->hl_next;
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.h108 host_list_t *hlp; /* ptr to host list struct */ member in struct:log_message
H A Dsyslogd.c985 mp->hlp = &LocalHostName;
1021 mp->hlp = &LocalHostName;
1053 mp->hlp = &LocalHostName;
1150 mp->hlp = &LocalHostName;
1282 mp->hlp = &LocalHostName;
1461 host_list_t *hlp; local
1536 (void) strlcpy(f->f_current.host, mp->hlp->hl_hosts[0],
1542 hlp = mp->hlp;
1563 if (hlp
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dif.c174 struct hlinkage *hlp; local
177 hlp = (struct hlinkage *)((char *)strp + loffs);
178 hlp->hl_prev = head;
179 if ((hlp->hl_next = *head) != NULL) {
182 &hlp->hl_next;
191 struct hlinkage *hlp; local
194 hlp = (struct hlinkage *)((char *)strp + loffs);
195 if ((*hlp->hl_prev = hlp->hl_next) != NULL) {
197 ((struct hlinkage *)((char *)hlp
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c1129 char *hlp; local
1131 hlp = subopt_help_str(opts);
1132 if (hlp != NULL) {
1134 strlen(value) + strlen(hlp),
1136 value, hlp);
1137 free((void *)hlp);
1527 char *hlp; local
1529 hlp = opt_help_str(opts);
1530 __fmt_errstring(errstring, strlen(value) + strlen(hlp),
1531 dgettext(TEXT_DOMAIN, unk_subopt), value, hlp);
1543 char *hlp; local
[all...]

Completed in 185 milliseconds