Home
last modified time | relevance | path

Searched refs:vtype (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/sys/sys/
Dvnode.h55 enum vtype { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO, VBAD }; enum
88 enum vtype v_type; /* vnode type */
149 enum vtype va_type; /* vnode type (for create) */
213 extern enum vtype iftovt_tab[];
429 int vfinddev(dev_t, enum vtype, struct vnode **);
436 void vdevgone(int, int, int, enum vtype);
/mirbsd/src/sys/kern/
Dvfs_subr.c69 enum vtype iftovt_tab[16] = {
104 int getdevvp(dev_t, struct vnode **, enum vtype);
532 enum vtype type;
1262 enum vtype type;
1287 enum vtype type;
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.c975 struct type *vtype = check_typedef (value_type (v)); in insert_bp_location() local
981 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT in insert_bp_location()
982 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY)) in insert_bp_location()
1507 struct type *vtype = check_typedef (value_type (v)); in remove_breakpoint() local
1510 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT in remove_breakpoint()
1511 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY)) in remove_breakpoint()
2763 struct type *vtype = check_typedef (value_type (v)); in bpstat_stop_status() local
2766 || (TYPE_CODE (vtype) != TYPE_CODE_STRUCT in bpstat_stop_status()
2767 && TYPE_CODE (vtype) != TYPE_CODE_ARRAY)) in bpstat_stop_status()
5841 struct type *vtype = check_typedef (value_type (v));
[all …]
/mirbsd/src/sys/nfs/
Dnfs_subs.c102 enum vtype nv2tov_type[8] = { VNON, VREG, VDIR, VBLK, VCHR, VLNK, VNON, VNON };
103 enum vtype nv3tov_type[8]={ VNON, VREG, VDIR, VBLK, VCHR, VLNK, VSOCK, VFIFO };
1132 enum vtype vtyp;
Dnfs_serv.c86 extern enum vtype nv3tov_type[8];
1480 enum vtype vtyp;
/mirbsd/src/sys/ntfs/
Dntfs_vfsops.c1004 enum vtype f_type;
Dntfs_subr.c946 enum vtype f_type; in ntfs_ntlookupfile()
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Dstabs.c2985 debug_type vtype; in parse_stab_tilde_field() local
2990 vtype = parse_stab_type (dhandle, info, (const char *) NULL, pp, in parse_stab_tilde_field()
3000 *retvptrbase = vtype; in parse_stab_tilde_field()