Searched refs:fumask (Results 1 – 2 of 2) sorted by relevance
472 unsigned long fumask; in parse_conf() local479 fumask = strtoul(arg, &endp, 8); in parse_conf()481 fumask > 0777) { in parse_conf()487 curclass.umask = (mode_t)fumask; in parse_conf()
1532 u_int fumask, mmask, cmask; in uaudio_add_feature() local1570 fumask = FU_MASK(ctl); in uaudio_add_feature()1572 ctl, fumask); in uaudio_add_feature()1573 if (mmask & fumask) { in uaudio_add_feature()1576 } else if (cmask & fumask) { in uaudio_add_feature()1579 if (GETV1(i) & fumask) in uaudio_add_feature()1623 fumask = V2_FU_MASK(ctl); in uaudio_add_feature()1625 ctl, fumask); in uaudio_add_feature()1627 if (mmask & fumask) { in uaudio_add_feature()1630 } else if (cmask & fumask) { in uaudio_add_feature()[all …]