Searched refs:vtype (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/sys/sys/ |
| D | vnode.h | 55 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/ |
| D | vfs_subr.c | 69 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/ |
| D | breakpoint.c | 975 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/ |
| D | nfs_subs.c | 102 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;
|
| D | nfs_serv.c | 86 extern enum vtype nv3tov_type[8]; 1480 enum vtype vtyp;
|
| /mirbsd/src/sys/ntfs/ |
| D | ntfs_vfsops.c | 1004 enum vtype f_type;
|
| D | ntfs_subr.c | 946 enum vtype f_type; in ntfs_ntlookupfile()
|
| /mirbsd/src/gnu/usr.bin/binutils/binutils/ |
| D | stabs.c | 2985 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()
|