Searched refs:first_p (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dkern_procctl.c163 struct proc *reap, *p2, *first_p; local
179 first_p = LIST_FIRST(&reap->p_children);
180 if (first_p == NULL)
181 first_p = LIST_FIRST(&reap->p_reaplist);
182 rs->rs_pid = first_p->p_pid;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbtypes.c2294 int first_p, second_p;
2297 first_p = (strstr (first, "short") != NULL);
2299 if (first_p && second_p)
2301 if (first_p || second_p)
2305 first_p = (strstr (first, "long") != NULL);
2307 if (first_p && second_p)
2309 if (first_p || second_p)
2313 first_p = (strstr (first, "char") != NULL);
2315 if (first_p && second_p)
2317 if (first_p || second_
2293 int first_p, second_p; local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dhaifa-sched.c986 ready_add (struct ready_list *ready, rtx insn, bool first_p)
988 if (!first_p)
982 ready_add(struct ready_list *ready, rtx insn, bool first_p) argument
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c15308 show (FILE *stream, const char *string, int *col_p, int *first_p)
15310 if (*first_p)
15330 *first_p = 0;
15294 show(FILE *stream, const char *string, int *col_p, int *first_p) argument

Completed in 216 milliseconds