Searched refs:print_state (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/sys/arch/amd64/stand/prekern/
H A Dprng.c102 print_state(STATE_WARNING,
115 print_state(STATE_WARNING,
124 print_state(STATE_WARNING, "No entropy file could be loaded");
176 print_state(STATE_WARNING, "No CPU entropy feature detected");
H A Dconsole.c103 void print_state(state_t state, char *buf) function
H A Dprekern.h70 void print_state(state_t, char *);
H A Dprekern.c289 print_state(STATE_NORMAL, "Prekern loaded");
312 print_state(STATE_NORMAL, "Jumping into the kernel");
H A Delf.c429 print_state(STATE_NORMAL, "ELF info created");
450 print_state(STATE_NORMAL, "Symbol values updated");
485 print_state(STATE_NORMAL, "REL relocations applied");
520 print_state(STATE_NORMAL, "RELA relocations applied");
530 print_state(STATE_NORMAL, "Entry point found");
H A Dmm.c151 print_state(STATE_NORMAL, "Segments protection updated");
496 print_state(STATE_NORMAL, "Head region mapped");
498 print_state(STATE_NORMAL, "Segments mapped");
500 print_state(STATE_NORMAL, "Boot region mapped");
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl.h118 void print_state(struct pfsync_state *, int);
H A Dpf_print_state.c194 print_state(struct pfsync_state *s, int opts) function
H A Dpfctl.c1039 print_state(p, opts);
/netbsd-current/external/bsd/byacc/dist/
H A Dverbose.c18 static void print_state(int state);
36 print_state(i);
115 print_state(int state) function
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-pfsync.c168 print_state(s, flags);
H A Dpf_print_state.c203 print_state(struct pfsync_state *s, int opts) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c4788 print_state (output_state *os, state *s, unsigned int indent, bool is_final)
4831 INDENT and IS_FINAL are as for print_state. */
4897 /* Print code to perform D. INDENT and IS_FINAL are as for print_state. */
4958 return print_state (os, d->singleton ()->to, indent, is_final);
5005 return print_state (os, to, indent, is_final);
5028 print_state (os, trans->to, indent + 4, is_final);
5061 if (print_state (os, trans->to, indent + 4, is_final))
5200 print_state (os, routine->s, 2, true);
5250 print_state (os, s, 2, true);
4784 print_state (output_state *os, state *s, unsigned int indent, bool is_final) function
H A Dopts.c1409 bool print_state = false; local
1471 print_state = true;
1476 print_state = !(option->flags & CL_JOINED);
1478 if (print_state)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc4786 print_state (output_state *os, state *s, unsigned int indent, bool is_final)
4829 INDENT and IS_FINAL are as for print_state. */
4895 /* Print code to perform D. INDENT and IS_FINAL are as for print_state. */
4956 return print_state (os, d->singleton ()->to, indent, is_final);
5003 return print_state (os, to, indent, is_final);
5026 print_state (os, trans->to, indent + 4, is_final);
5059 if (print_state (os, trans->to, indent + 4, is_final))
5198 print_state (os, routine->s, 2, true);
5248 print_state (os, s, 2, true);
4782 print_state (output_state *os, state *s, unsigned int indent, bool is_final) function
H A Dopts.cc1686 bool print_state = false; local
1748 print_state = true;
1753 print_state = !(option->flags & CL_JOINED);
1755 if (print_state)

Completed in 405 milliseconds