Searched refs:ihp (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/kern/ |
H A D | imgact_shell.c | 102 const char *ihp, *interpb, *interpe, *maxp, *optb, *opte, *fname; in exec_shell_imgact() local 136 ihp = &image_header[2]; in exec_shell_imgact() 143 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() 144 ihp++; in exec_shell_imgact() 145 interpb = ihp; in exec_shell_imgact() 146 while (ihp < maxp && ((*ihp != ' ') && (*ihp != '\t') && (*ihp != '\n') in exec_shell_imgact() 147 && (*ihp != '\0'))) in exec_shell_imgact() 148 ihp++; in exec_shell_imgact() 149 interpe = ihp; in exec_shell_imgact() 160 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact() [all …]
|
H A D | kern_intr.c | 1130 struct intr_handler *ih, *ihn, *ihp; in intr_event_execute_handlers() local 1132 ihp = NULL; in intr_event_execute_handlers() 1140 if (ihp == NULL) in intr_event_execute_handlers() 1143 CK_SLIST_REMOVE_AFTER(ihp, ih_next); in intr_event_execute_handlers() 1154 ihp = ih; in intr_event_execute_handlers()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.c | 2007 struct host *ihp, *nhp; in monitor_lock_host() local 2016 LIST_FOREACH(ihp, &hostlst_head, hostlst) { in monitor_lock_host() 2017 if (strncmp(hostname, ihp->name, SM_MAXSTRLEN) == 0) { in monitor_lock_host() 2019 ++ihp->refcnt; in monitor_lock_host() 2083 struct host *ihp; in unmonitor_lock_host() local 2090 for( ihp=LIST_FIRST(&hostlst_head); ihp != NULL; in unmonitor_lock_host() 2091 ihp=LIST_NEXT(ihp, hostlst)) { in unmonitor_lock_host() 2092 if (strncmp(hostname, ihp->name, SM_MAXSTRLEN) == 0) { in unmonitor_lock_host() 2094 --ihp->refcnt; in unmonitor_lock_host() 2100 if (ihp == NULL) { in unmonitor_lock_host() [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-icmp.c | 539 const struct ih_rdiscovery *ihp; in icmp_print() local 546 ihp = (const struct ih_rdiscovery *)&dp->icmp_void; in icmp_print() 547 ND_TCHECK_SIZE(ihp); in icmp_print() 550 lifetime = GET_BE_U_2(ihp->ird_lifetime); in icmp_print() 566 num = GET_U_1(ihp->ird_addrnum); in icmp_print() 570 size = GET_U_1(ihp->ird_addrsiz); in icmp_print()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_provider.c | 852 dt_probe_iter(dt_idhash_t *ihp, dt_ident_t *idp, dt_probe_iter_t *pit) in dt_probe_iter() argument
|