| /OK3568_Linux_fs/kernel/drivers/scsi/snic/ |
| H A D | vnic_devcmd.h | 62 #define _CMDCF(dir, flags, vtype, nr) \ argument 65 ((vtype) << _CMD_VTYPESHIFT) | \ 67 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument 68 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
|
| /OK3568_Linux_fs/kernel/drivers/scsi/fnic/ |
| H A D | vnic_devcmd.h | 62 #define _CMDCF(dir, flags, vtype, nr) \ argument 65 ((vtype) << _CMD_VTYPESHIFT) | \ 67 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument 68 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cisco/enic/ |
| H A D | vnic_devcmd.h | 64 #define _CMDCF(dir, flags, vtype, nr) \ argument 67 ((vtype) << _CMD_VTYPESHIFT) | \ 69 #define _CMDC(dir, vtype, nr) _CMDCF(dir, 0, vtype, nr) argument 70 #define _CMDCNW(dir, vtype, nr) _CMDCF(dir, _CMD_FLAGS_NOWAIT, vtype, nr) argument
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | micmap.c | 436 int vtype; in miInitVisuals() local 447 vtype = miGetDefaultVisualMask(d); in miInitVisuals() 449 vtype = 0; in miInitVisuals() 450 if (!miSetVisualTypes(d, vtype, bitsPerRGB, -1)) in miInitVisuals() 478 vtype = visuals->visuals; in miInitVisuals() 497 if (!(vtype & (1 << miVisualPriority[i]))) in miInitVisuals()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | coda.h | 432 int vtype; member 561 int vtype; member
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | decode.h | 174 #define ceph_decode_skip_map(p, end, ktype, vtype, bad) \ argument 181 ceph_decode_skip_##vtype(p, end, bad); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | coda.h | 432 int vtype; member 561 int vtype; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | coda.h | 434 int vtype; member 563 int vtype; member
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | mdsmap.c | 74 #define __decode_and_drop_map(p, end, ktype, vtype, bad) \ argument 79 need = (sizeof(ktype) + sizeof(vtype)) * n; \
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | coda.rst | 520 int vtype; 532 targets ViceFid and cfs_lookup_out.vtype the coda_vtype giving the 539 cfs_lookup.vtype with CFS_NOCACHE to indicate that the object should 544 The type of the vtype is currently wrong. It should be 617 vtype which is set to VNON. Other are set to the value to be assigned. 1143 int vtype;
|
| /OK3568_Linux_fs/kernel/fs/coda/ |
| H A D | upcall.c | 153 *type = outp->coda_lookup.vtype; in venus_lookup()
|
| /OK3568_Linux_fs/kernel/sound/usb/ |
| H A D | mixer.c | 880 void *p1, int id, int vtype) in parse_term_proc_unit() argument 893 term->type = vtype << 16; /* virtual type */ in parse_term_proc_unit()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | arm_neon.h | 20850 #define __LD2Q_LANE_FUNC(intype, vtype, ptrtype, mode, ptrmode, funcsuffix) \ in __LD2_LANE_FUNC() argument 20861 ret.val[0] = (vtype) __builtin_aarch64_get_qregoiv4si (__o, 0); \ in __LD2_LANE_FUNC() 20862 ret.val[1] = (vtype) __builtin_aarch64_get_qregoiv4si (__o, 1); \ in __LD2_LANE_FUNC() 20945 #define __LD3Q_LANE_FUNC(intype, vtype, ptrtype, mode, ptrmode, funcsuffix) \ argument 20957 ret.val[0] = (vtype) __builtin_aarch64_get_qregciv4si (__o, 0); \ 20958 ret.val[1] = (vtype) __builtin_aarch64_get_qregciv4si (__o, 1); \ 20959 ret.val[2] = (vtype) __builtin_aarch64_get_qregciv4si (__o, 2); \ 21050 #define __LD4Q_LANE_FUNC(intype, vtype, ptrtype, mode, ptrmode, funcsuffix) \ argument 21063 ret.val[0] = (vtype) __builtin_aarch64_get_qregxiv4si (__o, 0); \ 21064 ret.val[1] = (vtype) __builtin_aarch64_get_qregxiv4si (__o, 1); \ [all …]
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 724 const struct btf_type **vtype, __u32 *vtype_id, in find_struct_ops_kern_types() argument 773 *vtype = kern_vtype; in find_struct_ops_kern_types()
|