HomeSort by: relevance | last modified time | path
    Searched defs:sunfcntl_flgtab (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/sunos/
sunos_ioctl.c 1006 } sunfcntl_flgtab[] = { variable in typeref:struct:__anone03515780108[]
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
    [all...]
  /src/sys/compat/sunos32/
sunos32_ioctl.c 1032 } sunfcntl_flgtab[] = { variable in typeref:struct:__anonecd102c20108[]
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
    [all...]

Completed in 12 milliseconds