Home
last modified time | relevance | path

Searched refs:fd_type (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/i386/stand/
H A Dfd.c31 struct fd_type { struct
42 struct fd_type fd_types[NUMTYPES] = { argument
51 static int fd_type; variable
79 fd_type = io->i_part;
86 nblocks = fd_types[fd_type].size;
90 blknum, iosize, fd_type, nblocks);
113 struct fd_type *ft;
115 ft = &fd_types[fd_type];
141 unit,fd_type,sectrac,blknum);
263 struct fd_type *ft;
/original-bsd/sys/miscfs/fdesc/
H A Dfdesc_vnops.c107 fd->fd_type = ftype;
155 switch (VTOFDESC(dvp)->fd_type) {
276 switch (VTOFDESC(vp)->fd_type) {
370 switch (VTOFDESC(vp)->fd_type) {
379 switch (VTOFDESC(vp)->fd_type) {
448 switch (VTOFDESC(ap->a_vp)->fd_type) {
523 switch (VTOFDESC(ap->a_vp)->fd_type) {
625 if (VTOFDESC(vp)->fd_type == Flink) {
646 switch (VTOFDESC(ap->a_vp)->fd_type) {
670 switch (VTOFDESC(ap->a_vp)->fd_type) {
[all …]
H A Dfdesc.h40 fdntype fd_type; /* Type of this node */ member
/original-bsd/sys/i386/isa/
H A Dfd.c41 struct fd_type { struct
52 struct fd_type fd_types[NUMTYPES] = { argument
407 struct fd_type *ft; in fdintr()