Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDimgact_shell.c103 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local
137 ihp = &image_header[2]; in exec_shell_imgact()
144 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact()
145 ihp++; in exec_shell_imgact()
146 interpb = ihp; in exec_shell_imgact()
147 while (ihp < maxp && ((*ihp != ' ') && (*ihp != '\t') && (*ihp != '\n') in exec_shell_imgact()
148 && (*ihp != '\0'))) in exec_shell_imgact()
149 ihp++; in exec_shell_imgact()
150 interpe = ihp; in exec_shell_imgact()
161 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact()
[all …]
/freebsd-11-stable/usr.sbin/rpc.lockd/
HDlockd_lock.c2031 struct host *ihp, *nhp; in monitor_lock_host() local
2040 LIST_FOREACH(ihp, &hostlst_head, hostlst) { in monitor_lock_host()
2041 if (strncmp(hostname, ihp->name, SM_MAXSTRLEN) == 0) { in monitor_lock_host()
2043 ++ihp->refcnt; in monitor_lock_host()
2107 struct host *ihp; in unmonitor_lock_host() local
2114 for( ihp=LIST_FIRST(&hostlst_head); ihp != NULL; in unmonitor_lock_host()
2115 ihp=LIST_NEXT(ihp, hostlst)) { in unmonitor_lock_host()
2116 if (strncmp(hostname, ihp->name, SM_MAXSTRLEN) == 0) { in unmonitor_lock_host()
2118 --ihp->refcnt; in unmonitor_lock_host()
2124 if (ihp == NULL) { in unmonitor_lock_host()
[all …]
/freebsd-11-stable/contrib/tcpdump/
HDprint-icmp.c447 register const struct ih_rdiscovery *ihp; in icmp_print() local
454 ihp = (const struct ih_rdiscovery *)&dp->icmp_void; in icmp_print()
455 ND_TCHECK(*ihp); in icmp_print()
458 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime); in icmp_print()
474 num = ihp->ird_addrnum; in icmp_print()
478 size = ihp->ird_addrsiz; in icmp_print()
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_provider.c823 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit) in dt_probe_iter() argument
/freebsd-11-stable/contrib/binutils/ld/
HDChangeLog-91972758 linli@ihp.PHys.ethz.CH.