| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/ |
| member-ptr.cc | 115 virtual int vget (); 118 int Left::vget () function in class:Left 125 virtual int vget (); 128 int Right::vget () function in class:Right 196 left_vpmf = &Left::vget; 198 right_vpmf = &Right::vget;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
| member-ptr.cc | 115 virtual int vget (); 118 int Left::vget () function in class:Left 125 virtual int vget (); 128 int Right::vget () function in class:Right 196 left_vpmf = &Left::vget; 198 right_vpmf = &Right::vget;
|
| /src/external/gpl3/gcc/dist/gcc/config/riscv/ |
| riscv-vector-builtins-shapes.h | 50 extern const function_shape *const vget;
|
| riscv-vector-builtins-functions.def | 613 DEF_RVV_FUNCTION (vget, vget, none_preds, all_v_vget_lmul1_x2_ops) 614 DEF_RVV_FUNCTION (vget, vget, none_preds, all_v_vget_lmul1_x4_ops) 615 DEF_RVV_FUNCTION (vget, vget, none_preds, all_v_vget_lmul1_x8_ops) 616 DEF_RVV_FUNCTION (vget, vget, none_preds, all_v_vget_lmul2_x2_ops) 617 DEF_RVV_FUNCTION (vget, vget, none_preds, all_v_vget_lmul2_x4_ops [all...] |
| riscv-vector-builtins-bases.h | 269 extern const function_base *const vget;
|
| riscv-vector-builtins-shapes.cc | 1286 SHAPE(vget, vget)
|
| riscv-vector-builtins-bases.cc | 1839 class vget : public function_base class in namespace:riscv_vector 2673 static CONSTEXPR const vget vget_obj; 2995 BASE (vget)
|
| /src/sbin/fsck_lfs/ |
| vnode.h | 74 struct uvnode *vget(void *, ino_t);
|
| dir.c | 152 vp = vget(fs, idesc->id_number); 317 vp = vget(fs, ino); 342 vp = vget(fs, idesc->id_number); 432 vp = vget(fs, orphan); 474 vp = vget(fs, lfdir); 495 vp = vget(fs, lfdir); 513 vp = vget(fs, lfdir); 569 vp = vget(fs, parent); 580 vp = vget(fs, parent); 678 vp = vget(fs, ino) [all...] |
| inode.c | 95 * XXX combine this function with vget. 106 vp = vget(fs, ino); 149 thisvp = vget(fs, idesc->id_number); 170 vp = vget(fs, idesc->id_number); 210 vp = vget(fs, idesc->id_number); 306 vp = vget(fs, idesc->id_number); 446 vp = vget(fs, idesc->id_number); 658 vp = vget(fs, ino);
|
| pass1.c | 195 vp = vget(fs, inumber); 215 vp = vget(fs, inumber); 232 vp = vget(fs, inumber); 343 vp = vget(fs, inumber);
|
| vnode.c | 101 /* Register a fs-specific vget function */ 155 * filesystem-specific vget routine. 158 vget(void *fs, ino_t ino) function
|
| pass2.c | 107 vp = vget(fs, ULFS_ROOTINO); 143 vp = vget(fs, inp->i_number); 157 vp = vget(fs, inp->i_number);
|
| pass6.c | 262 vp = vget(fs, lfs_fi_getino(fs, fip)); 383 vp = vget(fs, lfs_dino_getinumber(fs, dp)); 447 vp = vget(fs, thisino); 682 vp = vget(fs, lfs_dino_getinumber(fs, dp));
|
| /src/sys/fs/union/ |
| union_subr.c | 992 if (vget(un->un_lowervp, 0, true /* wait */) == 0)
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| zfs_ctldir.c | 1140 vget(vp, locked | LK_VNHELD | LK_RETRY, curthread);
|
| /src/sys/fs/nfs/client/ |
| nfs_clvfsops.c | 1775 if (vget(vp, LK_EXCLUSIVE | LK_INTERLOCK, td)) {
|