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

  /src/sbin/mount_ados/
mount_ados.c 84 int c, mntflags, set_gid, set_uid, set_mask; local
87 mntflags = set_gid = set_uid = set_mask = 0;
102 set_mask = 1;
130 if (!set_gid || !set_uid || !set_mask) {
138 if (!set_mask)
  /src/sbin/mount_ntfs/
mount_ntfs.c 84 int c, set_gid, set_uid, set_mask; local
88 *mntflags = set_gid = set_uid = set_mask = 0;
103 set_mask = 1;
134 if (!set_gid || !set_uid || !set_mask) {
142 if (!set_mask)
  /src/sbin/mount_cd9660/
mount_cd9660.c 103 int ch, opts, set_gid, set_uid, set_mask, set_dirmask; local
108 *mntflags = opts = set_gid = set_uid = set_mask = set_dirmask = 0;
129 set_mask = 1;
167 if (set_mask && !set_dirmask) {
170 } else if (set_dirmask && !set_mask) {
172 set_mask = 1;
190 if (!set_gid || !set_uid || !set_mask) {
198 if (!set_mask) {
  /src/sbin/mount_msdos/
mount_msdos.c 88 int c, set_gid, set_uid, set_mask, set_dirmask, set_gmtoff; local
94 *mntflags = set_gid = set_uid = set_mask = set_dirmask = set_gmtoff = 0;
124 set_mask = 1;
150 if (set_mask && !set_dirmask) {
153 } else if (set_dirmask && !set_mask) {
155 set_mask = 1;
165 if (!set_gid || !set_uid || !set_mask) {
173 if (!set_mask) {
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
interrupts.c 296 unsigned long set_mask; local
299 set_mask = 0;
329 set_mask |= (1 << idef->int_number);
335 interrupts->pending_mask |= set_mask;
339 if (set_mask)
346 if (!(set_mask & (1 << i)))
  /src/external/gpl3/gdb/dist/sim/m68hc11/
interrupts.c 296 unsigned long set_mask; local
299 set_mask = 0;
329 set_mask |= (1 << idef->int_number);
335 interrupts->pending_mask |= set_mask;
339 if (set_mask)
346 if (!(set_mask & (1 << i)))
  /xsrc/external/mit/xf86-video-intel/dist/test/
render-trapezoid-image.c 225 static void set_mask(struct test_display *t, struct test_target *tt, enum mask mask) function
375 set_mask(&t->out, &out, mask);
379 set_mask(&t->ref, &ref, mask);
528 set_mask(&t->out, &out, mask);
532 set_mask(&t->ref, &ref, mask);
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
render-trapezoid-image.c 225 static void set_mask(struct test_display *t, struct test_target *tt, enum mask mask) function
375 set_mask(&t->out, &out, mask);
379 set_mask(&t->ref, &ref, mask);
528 set_mask(&t->out, &out, mask);
532 set_mask(&t->ref, &ref, mask);
  /src/sys/dev/
ipmivar.h 317 uint16_t set_mask; member in struct:sdrtype2
  /xsrc/external/mit/libXt/dist/src/
Shell.c 2642 unsigned long set_mask = 0UL; local
2655 set_mask |= XtCloneCommandMask;
2665 set_mask |= XtCurrentDirectoryMask;
2676 set_mask |= XtDiscardCommandMask;
2686 set_mask |= XtEnvironmentMask;
2696 set_mask |= XtProgramMask;
2707 set_mask |= XtResignCommandMask;
2710 set_mask |= XtResignCommandMask;
2718 set_mask |= XtRestartCommandMask;
2726 set_mask |= XtRestartStyleHintMask
    [all...]

Completed in 31 milliseconds