Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dimgact_shell.c146 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact()
147 ihp++; in exec_shell_imgact()
149 while (ihp < maxp && ((*ihp != ' ') && (*ihp != '\t') && (*ihp != '\n') in exec_shell_imgact()
151 ihp++; in exec_shell_imgact()
163 while (ihp < maxp && ((*ihp == ' ') || (*ihp == '\t'))) in exec_shell_imgact()
164 ihp++; in exec_shell_imgact()
165 optb = ihp; in exec_shell_imgact()
166 while (ihp < maxp && ((*ihp != '\n') && (*ihp != '\0'))) in exec_shell_imgact()
167 ihp++; in exec_shell_imgact()
168 opte = ihp; in exec_shell_imgact()
[all …]
H A Dkern_intr.c1107 struct intr_handler *ih, *ihn, *ihp; in intr_event_execute_handlers() local
1109 ihp = NULL; in intr_event_execute_handlers()
1117 if (ihp == NULL) in intr_event_execute_handlers()
1120 CK_SLIST_REMOVE_AFTER(ihp, ih_next); in intr_event_execute_handlers()
1131 ihp = ih; in intr_event_execute_handlers()