Searched refs:ihp (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | imgact_shell.c | 105 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local 139 ihp = &image_header[2]; in exec_shell_imgact() 146 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() 147 ihp++; in exec_shell_imgact() 148 interpb = ihp; in exec_shell_imgact() 149 while (ihp < maxp && ((*ihp != ' ') && (*ihp != '\t') && (*ihp != '\n') in exec_shell_imgact() 150 && (*ihp != '\0'))) in exec_shell_imgact() 151 ihp++; in exec_shell_imgact() 152 interpe = ihp; in exec_shell_imgact() 163 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() [all …]
|
| D | kern_intr.c | 1082 struct intr_handler *ih, *ihn, *ihp; in intr_event_execute_handlers() local 1084 ihp = NULL; in intr_event_execute_handlers() 1092 if (ihp == NULL) in intr_event_execute_handlers() 1095 CK_SLIST_REMOVE_AFTER(ihp, ih_next); in intr_event_execute_handlers() 1106 ihp = ih; in intr_event_execute_handlers()
|
| /freebsd-12-stable/usr.sbin/rpc.lockd/ |
| D | lockd_lock.c | 2033 struct host *ihp, *nhp; in monitor_lock_host() local 2042 LIST_FOREACH(ihp, &hostlst_head, hostlst) { in monitor_lock_host() 2043 if (strncmp(hostname, ihp->name, SM_MAXSTRLEN) == 0) { in monitor_lock_host() 2045 ++ihp->refcnt; in monitor_lock_host() 2109 struct host *ihp; in unmonitor_lock_host() local 2116 for( ihp=LIST_FIRST(&hostlst_head); ihp != NULL; in unmonitor_lock_host() 2117 ihp=LIST_NEXT(ihp, hostlst)) { in unmonitor_lock_host() 2118 if (strncmp(hostname, ihp->name, SM_MAXSTRLEN) == 0) { in unmonitor_lock_host() 2120 --ihp->refcnt; in unmonitor_lock_host() 2126 if (ihp == NULL) { in unmonitor_lock_host() [all …]
|
| /freebsd-12-stable/contrib/tcpdump/ |
| D | print-icmp.c | 447 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-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| D | dt_provider.c | 823 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit) in dt_probe_iter() argument
|
| /freebsd-12-stable/contrib/binutils/ld/ |
| D | ChangeLog-9197 | 2758 linli@ihp.PHys.ethz.CH.
|