Searched refs:readfile (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/psm/stand/sys/ |
H A D | boot.h | 58 * Global variables from readfile.c 60 extern int (*readfile(int fd, int print))();
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | boot_plat.c | 63 extern int (*readfile(int fd, int print))(); 209 if ((go2 = readfile(fd, boothowto & RB_VERBOSE)) !=
|
/illumos-gate/usr/src/psm/stand/boot/sparcv9/ |
H A D | Makefile.com | 51 CMN_C_SRC = heap_kmem.c readfile.c
|
/illumos-gate/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 69 boolean_t readfile = B_FALSE; /* cmds are being read from a file */ variable 73 jmp_buf env; /* for error recovery in interactive/readfile modes */ 79 * Print errno and exit if cmdline or readfile, reset state if interactive 89 if (readfile) { 92 if (interactive && !readfile) 99 * readfile, or reset state if interactive. 111 if (readfile) 117 if (interactive && !readfile) 638 readfile = B_TRUE; 714 if (readfile) [all...] |
H A D | ipsec_util.h | 150 * Print errno and if cmdline or readfile, exit; if interactive reset state 163 * or readfile, or reset state if interactive. 253 extern boolean_t readfile;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | options.c | 157 static int readfile __P((char **, option_t *)); 271 { "file", o_special, (void *)readfile, 1484 * readfile - take commands from a file. 1488 readfile(argv, opt) function
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 3580 boolean_t dosave = B_FALSE, readfile = B_FALSE; local 3675 readfile = B_TRUE; 3678 if (readfile) 3724 if ((my_fmri != NULL) && readfile) {
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 205 readfile(int fd, int print) function
|
Completed in 94 milliseconds