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

  /src/sys/compat/sunos/
sunos_ioctl.c 1005 long bsd_flg; member in struct:__anone03515780108
1044 flg |= sunfcntl_flgtab[n].bsd_flg;
1092 if (ret & sunfcntl_flgtab[n].bsd_flg) {
1093 ret &= ~sunfcntl_flgtab[n].bsd_flg;
sunos_misc.c 209 int bsd_flg; member in struct:__anon939ccbe90108
271 na.flags |= sunnfs_flgtab[n].bsd_flg;
  /src/sys/compat/sunos32/
sunos32_ioctl.c 1031 netbsd32_long bsd_flg; member in struct:__anonecd102c20108
1074 flg |= sunfcntl_flgtab[n].bsd_flg;
1118 if (ret & sunfcntl_flgtab[n].bsd_flg) {
1119 ret &= ~sunfcntl_flgtab[n].bsd_flg;
sunos32_misc.c 394 int bsd_flg; member in struct:__anon466b37f30108
462 na.flags |= sunnfs_flgtab[n].bsd_flg;

Completed in 14 milliseconds