Lines Matching defs:sunfcntl_flgtab
1006 } sunfcntl_flgtab[] = {
1040 n = sizeof(sunfcntl_flgtab) / sizeof(sunfcntl_flgtab[0]);
1042 if (flg & sunfcntl_flgtab[n].sun_flg) {
1043 flg &= ~sunfcntl_flgtab[n].sun_flg;
1044 flg |= sunfcntl_flgtab[n].bsd_flg;
1090 n = sizeof(sunfcntl_flgtab) / sizeof(sunfcntl_flgtab[0]);
1092 if (ret & sunfcntl_flgtab[n].bsd_flg) {
1093 ret &= ~sunfcntl_flgtab[n].bsd_flg;
1094 ret |= sunfcntl_flgtab[n].sun_flg;