Searched refs:openfile (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/psm/stand/boot/sparc/common/ |
H A D | inetboot.c | 62 extern int openfile(char *filename); 125 fd = openfile(fn); in post_mountroot_nfs() 130 fd = openfile(fn); in post_mountroot_nfs() 135 if ((fd = openfile(fn)) == FAILURE) { in post_mountroot_nfs() 139 fd = openfile(fn); in post_mountroot_nfs()
|
H A D | boot_plat.c | 73 int openfile(char *filename); 184 if ((fd = openfile(bootfile)) == FAILURE) { in post_mountroot() 249 openfile(char *filename) in openfile() function
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | cksum.c | 149 openfile(const char* path, const char* mode) in openfile() function 306 if (sp = openfile(file, "rb")) in verify() 412 if (sp = openfile(file, state->check ? "rt" : "rb")) in list() 578 if (sp = openfile(file, "rt")) in b_cksum() 584 else if (sp = openfile(NiL, "rt")) in b_cksum() 604 if (sp = openfile(ent->fts_accpath, "rb")) in b_cksum()
|
/titanic_44/usr/src/cmd/ypcmd/mknetid/ |
H A D | mknetid.c | 79 static FILE *openfile(); 139 pf = openfile(pwdfile); 140 gf = openfile(grpfile); 141 hf = openfile(hostfile); 308 openfile(fname) in openfile() function
|
/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/ |
H A D | dbug.c | 63 static FILE *openfile(char *name); 744 openfile((char *) in db_push() 752 openfile(NULL); in db_push() 756 openfile(NULL); in db_push() 1103 openfile(char *name) in openfile() function
|
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk2.c | 45 static FILE *openfile(NODE *np, int flag, int fatal); 496 fp = openfile(np->n_right, 1, 1); in s_print() 534 fp = openfile(np->n_right, 1, 1); in s_prf() 561 if ((fp = openfile(np->n_right, 0, 0)) != FNULL) { in f_getline() 587 openfile(NODE *np, int flag, int fatal) in openfile() function
|
/titanic_44/usr/src/cmd/awk/ |
H A D | run.c | 51 static FILE *openfile(int, uchar *), *redirect(int, Node *); 375 fp = openfile((int)a[1], getsval(x)); in getaline() 1618 fp = openfile(a, fname); in redirect() 1626 openfile(int a, uchar *s) in openfile() function
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.c | 200 static int openfile(int omode); 3060 if ((Ifile = openfile(O_RDONLY)) < 0) { in data_out() 8717 openfile(int omode) in openfile() function 8728 openfile(int omode) in openfile() function
|