Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c135 static int is_pcfs(fstyp_pcfs_t *h);
177 return (is_pcfs(h)); in fstyp_mod_ident()
484 is_pcfs(fstyp_pcfs_t *h) in is_pcfs() function
/titanic_50/usr/src/cmd/boot/bootadm/
H A Dbootadm.c290 static int is_pcfs(char *root);
1337 if (is_pcfs(bam_root)) { in bam_menu()
3848 is_pcfs(char *root) in is_pcfs() function
5188 int i, fd, is_pcfs, partno = PARTNO_NOTFOUND; local
5200 is_pcfs = (*slice != 's');
5201 if (!is_pcfs)
5205 if (!is_pcfs)
5245 if (is_pcfs) { /* looking for solaris boot part */