Searched refs:ihp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/kern/
H A Dimgact_shell.c105 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; local
139 ihp = &image_header[2];
146 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t')))
147 ihp++;
148 interpb = ihp;
149 while (ihp < maxp && ((*ihp != ' ') && (*ihp !
[all...]
H A Dkern_intr.c1107 struct intr_handler *ih, *ihn, *ihp; local
1109 ihp = NULL;
1117 if (ihp == NULL)
1120 CK_SLIST_REMOVE_AFTER(ihp, ih_next);
1131 ihp = ih;
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.c2033 struct host *ihp, *nhp; local
2042 LIST_FOREACH(ihp, &hostlst_head, hostlst) {
2043 if (strncmp(hostname, ihp->name, SM_MAXSTRLEN) == 0) {
2045 ++ihp->refcnt;
2109 struct host *ihp; local
2116 for( ihp=LIST_FIRST(&hostlst_head); ihp != NULL;
2117 ihp=LIST_NEXT(ihp, hostlst)) {
2118 if (strncmp(hostname, ihp
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp.c447 register const struct ih_rdiscovery *ihp; local
454 ihp = (const struct ih_rdiscovery *)&dp->icmp_void;
455 ND_TCHECK(*ihp);
458 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
474 num = ihp->ird_addrnum;
478 size = ihp->ird_addrsiz;
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_provider.c823 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit) argument

Completed in 81 milliseconds