Lines Matching defs:perm
72 int perm;
252 file->perm);
255 file->perm);
269 file->perm);
889 * \param perm File permission
901 const char *fmt, int perm, snd_pcm_t *slave, int close_slave,
930 file->perm = perm;
1008 [perm INT] # Output file permission (octal, def. 0600)
1045 long perm = 0600;
1087 if (strcmp(id, "perm") == 0) {
1088 err = snd_config_get_integer(n, &perm);
1093 if ((perm & ~0777) != 0) {
1094 SNDERR("The field perm must be a valid file permission");
1137 trunc, format, perm, spcm, 1, stream);