Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl06.c54 static int32_t fmt_id; variable
91 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, testdir1, EACCES, 0,
94 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, testdir2, ENOENT, 0,
97 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, EBUSY, 1,
100 {QCMD(Q_SETQUOTA, USRQUOTA), &fmt_id, NULL, EFAULT, 1,
103 {QCMD(OPTION_INVALID, USRQUOTA), &fmt_id, usrpath, EINVAL, 0,
106 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, ENOTBLK, 0,
121 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath, EPERM, 0,
139 fmt_id, usrpath), "quotactl with Q_QUOTAON"); in verify_quotactl()
159 fmt_id, usrpath), "quotactl with Q_QUOTAOFF"); in verify_quotactl()
[all …]
Dquotactl09.c34 static int32_t fmt_id = QFMT_VFS_V1; variable
65 {QCMD(Q_SETQUOTA, USRQUOTA), &fmt_id, NULL, EFAULT, 1,
68 {QCMD(OPTION_INVALID, USRQUOTA), &fmt_id, NULL, EINVAL, 0,
71 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, ENOTBLK, 0,
77 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, EPERM, 0,
80 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL, ENOSYS, 0,
98 fmt_id, NULL), "do_quotactl(QCMD(Q_QUOTAON, USRQUOTA))"); in verify_quotactl()
134 fmt_id, NULL), "do_quotactl(QCMD(Q_QUOTAOFF, USRQUOTA)"); in verify_quotactl()
Dquotactl01.c44 static int32_t fmt_id; variable
74 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, usrpath,
97 &fmt_id, &fmt_buf, sizeof(fmt_buf),
114 {QCMD(Q_QUOTAON, GRPQUOTA), &fmt_id, grppath,
137 &fmt_id, &fmt_buf, sizeof(fmt_buf), "get quota format for group",
161 fmt_id = var->fmt_id; in setup()
169 tst_require_quota_support(tst_device->dev, fmt_id, usrpath); in setup()
Dquotactl_fmt_var.h15 int32_t fmt_id; member
18 {.fmt_id = QFMT_VFS_V0, .fmt_name = "vfsv0"},
19 {.fmt_id = QFMT_VFS_V1, .fmt_name = "vfsv1"}
Dquotactl08.c45 static int32_t fmt_id = QFMT_VFS_V1; variable
73 {QCMD(Q_QUOTAON, USRQUOTA), &fmt_id, NULL,
96 &fmt_id, &fmt_buf, sizeof(fmt_buf),
113 {QCMD(Q_QUOTAON, GRPQUOTA), &fmt_id, NULL,
136 &fmt_id, &fmt_buf, sizeof(fmt_buf), "get quota format for group",
Dquotactl04.c34 static int32_t fmt_id = FMTID; variable
61 {QCMD(Q_QUOTAON, PRJQUOTA), &fmt_id, NULL,
84 &fmt_id, &fmt_buf, sizeof(fmt_buf),
/third_party/libsnd/src/
Dcaf.c79 uint32_t fmt_id ; member
260 if (desc->fmt_id == alac_MARKER) in decode_desc_chunk()
293 if (desc->fmt_id == lpcm_MARKER && desc->fmt_flags & 1) in decode_desc_chunk()
305 if (desc->fmt_id == lpcm_MARKER && (desc->fmt_flags & 1) == 0) in decode_desc_chunk()
325 if (desc->fmt_id == alaw_MARKER && desc->bits_per_chan == 8) in decode_desc_chunk()
330 if (desc->fmt_id == ulaw_MARKER && desc->bits_per_chan == 8) in decode_desc_chunk()
375 …psf_binheader_readf (psf, "mE44444", &desc.fmt_id, &desc.fmt_flags, &desc.pkt_bytes, &desc.frames_… in caf_read_header()
379 …desc.fmt_id, desc.fmt_flags, desc.pkt_bytes, desc.frames_per_packet, desc.channels_per_frame, desc… in caf_read_header()
636 desc.fmt_id = lpcm_MARKER ; in caf_write_header()
645 desc.fmt_id = lpcm_MARKER ; in caf_write_header()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp3637 for (GLuint fmt_id = 0; fmt_id < s_n_internal_formats; ++fmt_id) in SmokeTest() local
3639 const GLenum internal_format = s_internal_formats[fmt_id]; in SmokeTest()