Home | History | Annotate | Download | only in sunos32

Lines Matching defs:sunfcntl_flgtab

1032 } sunfcntl_flgtab[] = {
1070 n = sizeof(sunfcntl_flgtab) / sizeof(sunfcntl_flgtab[0]);
1072 if (flg & sunfcntl_flgtab[n].sun_flg) {
1073 flg &= ~sunfcntl_flgtab[n].sun_flg;
1074 flg |= sunfcntl_flgtab[n].bsd_flg;
1115 n = sizeof(sunfcntl_flgtab) / sizeof(sunfcntl_flgtab[0]);
1118 if (ret & sunfcntl_flgtab[n].bsd_flg) {
1119 ret &= ~sunfcntl_flgtab[n].bsd_flg;
1120 ret |= sunfcntl_flgtab[n].sun_flg;