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

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dtsan_interface.h34 // Mutex creation flags are passed to __tsan_mutex_create annotation.
36 // the flags may be passed to __tsan_mutex_pre_lock/__tsan_mutex_post_lock
52 // Mutex operation flags:
71 // Supported flags: mutex creation flags.
72 void __tsan_mutex_create(void *addr, unsigned flags);
75 // Supported flags:
78 void __tsan_mutex_destroy(void *addr, unsigned flags);
81 // Supported flags:
84 // - all mutex creation flags
[all...]
/freebsd-13-stable/contrib/openpam/modules/pam_deny/
H A Dpam_deny.c47 pam_sm_authenticate(pam_handle_t *pamh, int flags, argument
52 (void)flags;
59 pam_sm_setcred(pam_handle_t *pamh, int flags, argument
64 (void)flags;
71 pam_sm_acct_mgmt(pam_handle_t *pamh, int flags, argument
76 (void)flags;
83 pam_sm_open_session(pam_handle_t *pamh, int flags, argument
88 (void)flags;
95 pam_sm_close_session(pam_handle_t *pamh, int flags, argument
100 (void)flags;
107 pam_sm_chauthtok(pam_handle_t *pamh, int flags, int argc, const char *argv[]) argument
[all...]
/freebsd-13-stable/contrib/openpam/modules/pam_permit/
H A Dpam_permit.c47 pam_sm_authenticate(pam_handle_t *pamh, int flags, argument
52 (void)flags;
59 pam_sm_setcred(pam_handle_t *pamh, int flags, argument
64 (void)flags;
71 pam_sm_acct_mgmt(pam_handle_t *pamh, int flags, argument
76 (void)flags;
83 pam_sm_open_session(pam_handle_t *pamh, int flags, argument
88 (void)flags;
95 pam_sm_close_session(pam_handle_t *pamh, int flags, argument
100 (void)flags;
107 pam_sm_chauthtok(pam_handle_t *pamh, int flags, int argc, const char *argv[]) argument
[all...]
/freebsd-13-stable/sys/sys/
H A Dspecialfd.h39 int flags; member in struct:specialfd_eventfd
/freebsd-13-stable/lib/libc/tests/gen/
H A Dfnmatch_test.c42 flags_to_string(int flags) argument
56 if (flags & flagvalues[i]) {
61 flags &= ~flagvalues[i];
67 else if (flags != 0)
68 sprintf(p, "%d", flags);
78 int flags, result; local
83 flags = t->flags;
85 result = fnmatch(t->pattern, t->string, flags);
89 !(flags
[all...]
/freebsd-13-stable/sys/libkern/
H A Dfnmatch.c56 fnmatch(const char *pattern, const char *string, int flags) argument
65 if ((flags & FNM_LEADING_DIR) && *string == '/')
71 if (*string == '/' && (flags & FNM_PATHNAME))
73 if (*string == '.' && (flags & FNM_PERIOD) &&
75 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
85 if (*string == '.' && (flags & FNM_PERIOD) &&
87 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
92 if (flags & FNM_PATHNAME)
93 return ((flags & FNM_LEADING_DIR) ||
98 else if (c == '/' && flags
159 rangematch(const char *pattern, char test, int flags, char **newp) argument
[all...]
/freebsd-13-stable/lib/libc/sys/
H A Dpdfork.c42 pdfork(int *fdp, int flags) argument
45 INTERPOS_pdfork])(fdp, flags));
H A Dopen.c45 open(const char *path, int flags, ...) argument
50 if ((flags & O_CREAT) != 0) {
51 va_start(ap, flags);
58 __libc_interposing[INTERPOS_openat])(AT_FDCWD, path, flags, mode));
/freebsd-13-stable/contrib/expat/xmlwf/
H A Dxmlurl.h41 unsigned flags);
/freebsd-13-stable/sys/dev/atkbdc/
H A Datkbdreg.h36 /* device configuration flags (atkbdprobe, atkbdattach) */
44 int atkbd_probe_unit(device_t dev, int irq, int flags);
45 int atkbd_attach_unit(device_t dev, keyboard_t **kbd, int irq, int flags);
/freebsd-13-stable/contrib/openpam/lib/libpam/
H A Dpam_acct_mgmt.c57 int flags)
62 r = openpam_dispatch(pamh, PAM_SM_ACCT_MGMT, flags);
78 * The =flags argument is the binary or of zero or more of the following
56 pam_acct_mgmt(pam_handle_t *pamh, int flags) argument
H A Dpam_authenticate.c57 int flags)
62 if (flags & ~(PAM_SILENT|PAM_DISALLOW_NULL_AUTHTOK))
64 r = openpam_dispatch(pamh, PAM_SM_AUTHENTICATE, flags);
86 * The =flags argument is the binary or of zero or more of the following
56 pam_authenticate(pam_handle_t *pamh, int flags) argument
H A Dpam_close_session.c57 int flags)
62 if (flags & ~(PAM_SILENT))
64 r = openpam_dispatch(pamh, PAM_SM_CLOSE_SESSION, flags);
81 * The =flags argument is the binary or of zero or more of the following
56 pam_close_session(pam_handle_t *pamh, int flags) argument
H A Dpam_open_session.c57 int flags)
62 if (flags & ~(PAM_SILENT))
64 r = openpam_dispatch(pamh, PAM_SM_OPEN_SESSION, flags);
82 * The =flags argument is the binary or of zero or more of the following
56 pam_open_session(pam_handle_t *pamh, int flags) argument
H A Dpam_setcred.c57 int flags)
62 if (flags & ~(PAM_SILENT|PAM_ESTABLISH_CRED|PAM_DELETE_CRED|
66 r = openpam_dispatch(pamh, PAM_SM_SETCRED, flags);
82 * The =flags argument is the binary or of zero or more of the following
56 pam_setcred(pam_handle_t *pamh, int flags) argument
/freebsd-13-stable/share/dtrace/
H A Dmbuf.d28 * Translators and flags for the mbuf structure. FreeBSD specific code.
34 * mbuf flags of global significance and layer crossing.
91 inline string mbufflags_string[uint32_t flags] =
92 flags & M_EXT ? "M_EXT" :
93 flags & M_PKTHDR ? "M_PKTHDR" :
94 flags & M_EOR ? "M_EOR" :
95 flags & M_RDONLY ? "M_RDONLY" :
96 flags & M_BCAST ? "M_BCAST" :
97 flags & M_MCAST ? "M_MCAST" :
98 flags
[all...]
/freebsd-13-stable/usr.sbin/periodic/etc/daily/
H A D420.status-network19 flags="${daily_status_network_netstat_flags}"
24 flags="${flags} -n";;
26 netstat -i ${flags} && rc=0 || rc=3;;
/freebsd-13-stable/contrib/elftoolchain/libpe/
H A Dpe_flag.c34 pe_flag(PE *pe, PE_Cmd c, unsigned int flags) argument
42 if ((flags & ~(PE_F_STRIP_DOS_STUB | PE_F_STRIP_RICH_HEADER |
49 pe->pe_flags |= flags;
51 pe->pe_flags &= ~flags;
57 pe_flag_dos_header(PE *pe, PE_Cmd c, unsigned int flags) argument
61 (flags & ~PE_F_DIRTY) != 0) {
75 pe_flag_coff_header(PE *pe, PE_Cmd c, unsigned int flags) argument
79 (flags & ~PE_F_DIRTY) != 0) {
93 pe_flag_opt_header(PE *pe, PE_Cmd c, unsigned int flags) argument
97 (flags
111 pe_flag_data_dir(PE *pe, PE_Cmd c, unsigned int flags) argument
129 pe_flag_scn(PE_Scn *ps, PE_Cmd c, unsigned int flags) argument
147 pe_flag_section_header(PE_Scn *ps, PE_Cmd c, unsigned int flags) argument
169 pe_flag_buffer(PE_Buffer *pb, PE_Cmd c, unsigned int flags) argument
[all...]
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dflags.c16 SM_RCSID("@(#)$Id: flags.c,v 1.24 2013-11-22 20:51:42 ca Exp $")
24 ** SM_FLAGS -- translate external (user) flags into internal flags
27 ** flags -- user select flags
30 ** Internal flag value matching user selected flags
34 sm_flags(flags)
35 int flags;
39 switch(SM_IO_MODE(flags))
61 if (SM_IS_BINARY(flags))
[all...]
/freebsd-13-stable/sys/vm/
H A Duma_dbg.h43 int trash_ctor(void *mem, int size, void *arg, int flags);
45 int trash_init(void *mem, int size, int flags);
49 int mtrash_ctor(void *mem, int size, void *arg, int flags);
51 int mtrash_init(void *mem, int size, int flags);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dfnmatch.c62 rk_fnmatch(const char *pattern, const char *string, int flags) argument
74 if (*string == '/' && (flags & FNM_PATHNAME))
76 if (*string == '.' && (flags & FNM_PERIOD) &&
78 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
88 if (*string == '.' && (flags & FNM_PERIOD) &&
90 ((flags & FNM_PATHNAME) && *(string - 1) == '/')))
95 if (flags & FNM_PATHNAME)
100 else if (c == '/' && flags & FNM_PATHNAME) {
108 if (!rk_fnmatch(pattern, string, flags & ~FNM_PERIOD))
110 if (test == '/' && flags
142 rangematch(const char *pattern, int test, int flags) argument
[all...]
/freebsd-13-stable/tools/build/cross-build/include/linux/
H A Dfcntl.h61 #define open(path, flags, ...) ({ \
62 int __fd = (open)(path, flags, ##__VA_ARGS__); \
63 if (flags & O_EXLOCK) flock(__fd, LOCK_EX); \
64 if (flags & O_SHLOCK) flock(__fd, LOCK_SH); \
/freebsd-13-stable/lib/libmemstat/
H A Dmemstat_all.c41 memstat_sysctl_all(struct memory_type_list *mtlp, int flags) argument
44 if (memstat_sysctl_malloc(mtlp, flags) < 0)
46 if (memstat_sysctl_uma(mtlp, flags) < 0)
/freebsd-13-stable/contrib/apr/tools/
H A Dgen_test_char.c41 unsigned char flags; local
65 flags = 0;
82 flags |= T_ESCAPE_SHELL_CMD;
86 flags |= T_ESCAPE_SHELL_CMD;
91 flags |= T_ESCAPE_PATH_SEGMENT;
95 flags |= T_OS_ESCAPE_PATH;
99 flags |= T_ESCAPE_URLENCODED;
108 flags |= T_ESCAPE_ECHO;
112 flags |= T_ESCAPE_XML;
117 flags |
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-vmem.c35 spl_vmem_alloc(size_t size, int flags, const char *func, int line) argument
37 ASSERT0(flags & ~KM_PUBLIC_MASK);
39 flags |= KM_VMEM;
42 return (spl_kmem_alloc_impl(size, flags, NUMA_NO_NODE));
44 return (spl_kmem_alloc_debug(size, flags, NUMA_NO_NODE));
46 return (spl_kmem_alloc_track(size, flags, func, line, NUMA_NO_NODE));
52 spl_vmem_zalloc(size_t size, int flags, const char *func, int line) argument
54 ASSERT0(flags & ~KM_PUBLIC_MASK);
56 flags |= (KM_VMEM | KM_ZERO);
59 return (spl_kmem_alloc_impl(size, flags, NUMA_NO_NOD
[all...]

Completed in 315 milliseconds

1234567891011>>