HomeSort by: relevance | last modified time | path
    Searched refs:ptyfs_type (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/fs/ptyfs/
ptyfs.h 97 #define ptyfs_type ptyfs_key.ptk_type macro
148 pty_makedev((ptyfs)->ptyfs_type == PTYFSpts ? 't' : 'p', (ptyfs)->ptyfs_pty)
ptyfs_vnops.c 223 if (ptyfs->ptyfs_type == PTYFSptc)
282 ptyfs->ptyfs_type, ptyfs->ptyfs_pty);
297 switch (ptyfs->ptyfs_type) {
348 switch (ptyfs->ptyfs_type) {
389 switch (ptyfs->ptyfs_type) {
603 switch (ptyfs->ptyfs_type) {
679 if (ptyfs->ptyfs_type != PTYFSroot) {
753 switch (ptyfs->ptyfs_type) {
780 switch (ptyfs->ptyfs_type) {
813 switch (ptyfs->ptyfs_type) {
    [all...]
ptyfs_subr.c 104 * the pty, ptyfs_type, and mount point uniquely
155 if (pty == pp->ptyfs_pty && pp->ptyfs_type == type) {
164 pp->ptyfs_type = type;
166 if (pp->ptyfs_type == PTYFSroot)
  /src/usr.bin/fstat/
ptyfs.c 78 switch (pn.ptyfs_type) {

Completed in 12 milliseconds