Searched refs:FLAG_SET (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c763 enum { FLAG_RESET, FLAG_SET }; enumerator in enum:__anon1224
781 if (mode == FLAG_SET) /* Set the flag (RLC, FORK, or ASYNC). */
812 return proc_modify_flag (pi, PR_RLC, FLAG_SET);
843 return proc_modify_flag (pi, PR_ASYNC, FLAG_SET);
3391 If MODE is FLAG_SET, then traces will be enabled. Otherwise, they
3408 if (mode == FLAG_SET)
3448 proc_trace_syscalls (args, from_tty, PR_SYSENTRY, FLAG_SET);
3454 proc_trace_syscalls (args, from_tty, PR_SYSEXIT, FLAG_SET);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c756 enum { FLAG_RESET, FLAG_SET }; enumerator in enum:__anon729
774 if (mode == FLAG_SET) /* Set the flag (RLC, FORK, or ASYNC). */
805 return proc_modify_flag (pi, PR_RLC, FLAG_SET);
836 return proc_modify_flag (pi, PR_ASYNC, FLAG_SET);
3365 If MODE is FLAG_SET, then traces will be enabled. Otherwise, they
3382 if (mode == FLAG_SET)
3422 proc_trace_syscalls (args, from_tty, PR_SYSENTRY, FLAG_SET);
3428 proc_trace_syscalls (args, from_tty, PR_SYSEXIT, FLAG_SET);
/netbsd-current/sys/dev/pci/qat/
H A Dqat_hw17reg.h214 #define FLAG_SET(flags, bitpos) (flags) = ((flags) | (1 << (bitpos))) macro

Completed in 386 milliseconds