Searched refs:hlp (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_hash.c256 shadow_hash_link_t **hlp = &shp->sh_buckets[idx]; local
258 for (; *hlp != NULL; hlp = &(*hlp)->shl_next) {
259 if (*hlp == link)
263 assert(*hlp != NULL);
264 *hlp = (*hlp)->shl_next;
/osnet-11/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;
/osnet-11/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 40 milliseconds