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

  /src/usr.sbin/mtree/
create.c 337 mode_t smode; local in function:statd
368 smode = p->fts_statp->st_mode & MBITS;
369 if (smode < MTREE_MAXMODE && ++m[smode] > maxmode) {
370 savemode = smode;
371 maxmode = m[smode];
  /src/sys/compat/sunos/
sunos_misc.c 691 int smode, nmode; local in function:sunos_sys_open
696 smode = SCARG(uap, flags);
697 noctty = smode & 0x8000;
698 nmode = smode &
700 nmode |= ((smode & (0x0004 | 0x1000 | 0x4000)) ? O_NONBLOCK : 0);
701 nmode |= ((smode & 0x0080) ? O_SHLOCK : 0);
702 nmode |= ((smode & 0x0100) ? O_EXLOCK : 0);
703 nmode |= ((smode & 0x2000) ? O_FSYNC : 0);
  /src/sys/dev/ic/
interwavevar.h 190 u_char smode; /* Synth Mode */ member in struct:iw_softc
  /src/usr.bin/stat/
stat.c 664 char smode[12], sid[13], path[PATH_MAX + 4], visbuf[PATH_MAX * 4 + 4]; local in function:format1
735 strmode(st->st_mode, smode);
736 stmp = smode;

Completed in 15 milliseconds