Searched refs:flags (Results 1 - 25 of 4601) sorted by relevance

1234567891011>>

/src/sys/external/bsd/drm2/include/linux/
H A Dirqflags.h37 #define local_irq_save(flags) ((flags) = splvm())
38 #define local_irq_restore(flags) (splx((flags)))
/src/sys/compat/linux/common/
H A Dlinux_util.h37 #define cvtto_linux_mask(flags,bmask,lmask) (((flags) & bmask) ? lmask : 0)
38 #define cvtto_bsd_mask(flags,lmask,bmask) (((flags) & lmask) ? bmask : 0)
/src/etc/rc.d/
H A Drndctl21 # segments in which each segment contains optional flags
23 # -c/-C/-e/-E flags is specified, then "-c -e" is used. If
24 # neither of the -d/-t flags is specified, then "-d" is used.
34 local args arg flags
46 flags=''
50 flags="${flags} ${arg}"
54 # If none of -c/-C/-e/-E flags was
62 case "${flags}" in
64 *) flags
[all...]
/src/lib/libc/gen/
H A Dpw_private.h10 int __pw_scan(char *bp, struct passwd *pw, int *flags);
H A Dfnmatch.c63 foldcase(int ch, int flags)
66 if ((flags & FNM_CASEFOLD) != 0 && isupper(ch))
71 #define FOLDCASE(ch, flags) foldcase((unsigned char)(ch), (flags))
74 rangematch(const char *pattern, int test, int flags) argument
92 for (ok = 0; (c = FOLDCASE(*pattern++, flags)) != ']' || need;) {
96 if (c == '\\' && !(flags & FNM_NOESCAPE))
97 c = FOLDCASE(*pattern++, flags);
101 && (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS &&
104 if (c2 == '\\' && !(flags
118 fnmatchx(const char * pattern,const char * string,int flags,size_t recursion) argument
219 fnmatch(const char * pattern,const char * string,int flags) argument
[all...]
/src/sys/compat/freebsd/
H A Dfreebsd_fork.c56 syscallargs(int) flags;
58 int flags; local in function:freebsd_sys_rfork
60 flags = 0;
62 if ((SCARG(uap, flags)
67 if ((SCARG(uap, flags) & FREEBSD_RFPROC) == 0)
70 if (SCARG(uap, flags) & FREEBSD_RFNOWAIT)
71 flags |= FORK_NOWAIT;
72 if (SCARG(uap, flags) & FREEBSD_RFMEM)
73 flags |= FORK_SHAREVM;
74 if (SCARG(uap, flags)
[all...]
/src/lib/libc/sys/
H A DLint___clone.c12 __clone(int (*func)(void *), void *stack, int flags, void *arg) argument
H A DLint_clone.c13 clone(int (*func)(void *), void *stack, int flags, void *arg) argument
/src/lib/libperfuse/
H A Dperfuse.h42 #define mount(source, mnt, type, flags, optbuf) \
43 perfuse_mount(source, mnt, type, flags, optbuf)
44 #define open(path, flags) \
45 perfuse_open(path, flags, 0)
/src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dtsan_interface.h35 // Mutex creation flags are passed to __tsan_mutex_create annotation.
37 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
53 // Mutex operation flags:
72 // Supported flags: mutex creation flags.
73 void __tsan_mutex_create(void *addr, unsigned flags);
76 // Supported flags:
79 void __tsan_mutex_destroy(void *addr, unsigned flags);
82 // Supported flags:
85 // - all mutex creation flags
[all...]
/src/games/hack/
H A Dhack.options.c81 flags.time = flags.nonews = flags.notombstone = flags.end_own =
82 flags.standout = flags.nonull = FALSE;
83 flags.no_rest_on_space = TRUE;
84 flags.invlet_constant = TRUE;
85 flags.end_top = 5;
86 flags
[all...]
/src/sys/dev/scsipi/
H A Dscsipi_debug.h64 * Default debugging flags for above.
71 #define SC_DEBUG(periph, flags, x) \
73 if ((periph)->periph_dbflags & (flags)) { \
79 #define SC_DEBUGN(periph, flags, x) \
81 if ((periph)->periph_dbflags & (flags)) \
85 #define SC_DEBUG(periph, flags, x) /* nothing */
86 #define SC_DEBUGN(periph, flags, x) /* nothing */
/src/sys/arch/hppa/include/
H A Dnvm.h54 * boots (e.g. boot flags and boot device). I think we should use
62 * Boot flags and boot device (0xF4 - 0xFF).
68 ((unsigned int) NVM_BOOTMAGIC + (bd).flags + (bd).device)
71 unsigned int cksum; /* NVM_BOOTMAGIC + flags + device */
72 unsigned int flags; /* boot flags */ member in struct:bootdata
/src/sys/arch/atari/stand/ahdilabel/
H A Dopenraw.c42 openraw (const char *name, int flags) argument
47 if ((f = open (name, flags)) != -1)
51 if ((f = open (buf, flags)) != -1)
55 if ((f = open (buf, flags)) != -1)
/src/lib/libcurses/
H A Dleaveok.c51 win->flags |= __LEAVEOK;
53 win->flags &= ~__LEAVEOK;
67 return win->flags & __LEAVEOK ? true : false;
H A Dkeypad.c51 win->flags |= __KEYPAD;
52 if (!(curscr->flags & __KEYPAD)) {
54 curscr->flags |= __KEYPAD;
57 win->flags &= ~__KEYPAD;
73 return win->flags & __KEYPAD ? true : false;
/src/usr.sbin/altq/libaltq/
H A Dqop_blue.h37 int flags; /* see below */ member in struct:blue_ifinfo
42 int hold_time, int qlimit, int pkttime, int flags);
45 int pkttime, int flags);
H A Dqop_priq.h44 int flags; member in struct:priq_classinfo
51 int qcmd_priq_add_if(const char *ifname, u_int bandwidth, int flags);
53 int pri, int qlimit, int flags);
55 int pri, int qlimit, int flags);
57 u_int bandwidth, int flags);
60 int pri, int qlimit, int flags);
62 int pri, int qlimit, int flags);
/src/sys/arch/amiga/dev/
H A Dgvpbus.c76 int flags0, flags; local in function:gvpbusattach
80 flags = 0;
88 flags |= GVP_14MHZ;
89 printf(": subprod %02x flags %02x", *((u_char *)zap->va + 0x8001), flags);
93 flags |= GVP_NOBANK;
102 flags = GVP_IO;
106 flags |= GVP_ACCEL;
110 flags |= GVP_SCSI | GVP_ACCEL;
114 flags |
[all...]
/src/common/dist/zlib/
H A Dzutil.c34 uLong flags; local in function:zlibCompileFlags
36 flags = 0;
39 case 4: flags += 1; break;
40 case 8: flags += 2; break;
41 default: flags += 3;
45 case 4: flags += 1 << 2; break;
46 case 8: flags += 2 << 2; break;
47 default: flags += 3 << 2;
51 case 4: flags += 1 << 4; break;
52 case 8: flags
[all...]
/src/sys/dev/hdaudio/
H A Deldreg.h34 uint8_t flags; /* ver */ member in struct:eld_header_block
42 uint8_t flags[4]; /* cea_edid_ver, mnl, member in struct:eld_baseline_block
53 #define ELD_VER(block) (((block)->header.flags >> 3) & 0x1f)
56 #define ELD_CEA_EDID_VER(block) (((block)->flags[0] >> 5) & 0x07)
61 #define ELD_MNL(block) (((block)->flags[0] >> 0) & 0x1f)
62 #define ELD_SAD_COUNT(block) (((block)->flags[1] >> 4) & 0x0f)
63 #define ELD_CONN_TYPE(block) (((block)->flags[1] >> 2) & 0x03)
65 #define ELD_S_AI(block) (((block)->flags[1] >> 1) & 0x01)
66 #define ELD_HDCP(block) (((block)->flags[1] >> 0) & 0x01)
67 #define ELD_AUDIO_DELAY(block) ((block)->flags[
[all...]
/src/usr.bin/vndcompress/
H A Dmain.c66 if (ISSET(O->flags, FLAG_b)) {
70 O->flags |= FLAG_b;
78 if (ISSET(O->flags, FLAG_d)) {
82 O->flags |= FLAG_c;
87 if (ISSET(O->flags, FLAG_c)) {
91 O->flags |= FLAG_d;
96 if (ISSET(O->flags, FLAG_k)) {
100 O->flags |= FLAG_k;
107 if (ISSET(O->flags, FLAG_l)) {
111 O->flags |
[all...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/
H A Dnouveau_nvkm_core_notify.c43 unsigned long flags; local in function:nvkm_notify_put
45 test_and_clear_bit(NVKM_NOTIFY_USER, &notify->flags)) {
46 spin_lock_irqsave(&event->refs_lock, flags);
48 spin_unlock_irqrestore(&event->refs_lock, flags);
49 if (test_bit(NVKM_NOTIFY_WORK, &notify->flags))
65 unsigned long flags; local in function:nvkm_notify_get
67 !test_and_set_bit(NVKM_NOTIFY_USER, &notify->flags)) {
68 spin_lock_irqsave(&event->refs_lock, flags);
70 spin_unlock_irqrestore(&event->refs_lock, flags);
79 unsigned long flags; local in function:nvkm_notify_func
99 unsigned long flags; local in function:nvkm_notify_send
125 unsigned long flags; local in function:nvkm_notify_fini
142 unsigned long flags; local in function:nvkm_notify_init
[all...]
/src/sys/dev/fdt/
H A Dfdt_console.c138 tcflag_t flags = TTYDEF_CFLAG; local in function:fdtbus_get_stdout_flags
143 return flags;
147 return flags;
152 return flags;
158 case 'n': flags &= ~(PARENB|PARODD); break;
159 case 'e': flags &= ~PARODD; flags |= PARENB; break;
160 case 'o': flags |= (PARENB|PARODD); break;
162 case '5': flags &= ~CSIZE; flags |
[all...]
/src/usr.bin/gzip/
H A Dzmore26 # Pull out any command line flags so we can pass them to more/less
27 flags=
35 flags="$flags $1"
52 gzip -cdfq 2>&1 | $pager $flags
58 gzip -cdfq "$1" 2>&1 | $pager $flags

Completed in 9 milliseconds

1234567891011>>