Searched refs:flags (Results 451 - 475 of 5650) sorted by relevance

<<11121314151617181920>>

/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dkrbhst.c145 unsigned int flags; member in struct:krb5_krbhst_data
177 if (kd->flags & KD_LARGE_MSG)
471 kd->flags |= KD_CONFIG_EXISTS;
503 kd->flags |= KD_FALLBACK;
522 kd->flags |= KD_FALLBACK;
619 kd->flags |= KD_CONFIG_EXISTS;
637 if ((kd->flags & KD_PLUGIN) == 0) {
639 kd->flags |= KD_PLUGIN;
644 if((kd->flags & KD_CONFIG) == 0) {
646 kd->flags |
866 common_init(krb5_context context, const char *service, const char *realm, int flags) argument
908 krb5_krbhst_init_flags(krb5_context context, const char *realm, unsigned int type, int flags, krb5_krbhst_handle *handle) argument
[all...]
H A Dmk_safe.c52 if ((auth_context->flags &
73 if (auth_context->flags & KRB5_AUTH_CONTEXT_DO_TIME) {
81 if (auth_context->flags & KRB5_AUTH_CONTEXT_RET_TIME) {
86 if (auth_context->flags & KRB5_AUTH_CONTEXT_DO_SEQUENCE) {
92 if (auth_context->flags & KRB5_AUTH_CONTEXT_RET_SEQUENCE)
135 if (auth_context->flags & KRB5_AUTH_CONTEXT_DO_SEQUENCE)
/freebsd-13-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_health.c144 unsigned long flags; local
149 spin_lock_irqsave(&dev->cmd.alloc_lock, flags);
155 spin_unlock_irqrestore(&dev->cmd.alloc_lock, flags);
162 spin_unlock_irqrestore(&dev->cmd.alloc_lock, flags);
423 unsigned long flags; local
433 spin_lock_irqsave(&health->wq_lock, flags);
434 if (!test_bit(MLX5_DROP_NEW_RECOVERY_WORK, &health->flags)) {
443 spin_unlock_irqrestore(&health->wq_lock, flags);
460 unsigned long flags; local
462 spin_lock_irqsave(&health->wq_lock, flags);
597 unsigned long flags; local
667 unsigned long flags; local
683 unsigned long flags; local
698 unsigned long flags; local
[all...]
/freebsd-13-stable/contrib/mandoc/
H A Dhtml.c44 int flags; member in struct:htmldata
436 if (HTML_SKIPCHAR & h->flags && '\\' != *p) {
437 h->flags &= ~HTML_SKIPCHAR;
476 h->flags |= HTML_NOSPACE;
479 h->flags &= ~HTML_NOSPACE;
483 h->flags |= HTML_SKIPCHAR;
491 if (h->flags & HTML_SKIPCHAR) {
492 h->flags &= ~HTML_SKIPCHAR;
590 tflags = htmltags[tag].flags;
608 else if ((h->flags
[all...]
/freebsd-13-stable/contrib/unbound/services/cache/
H A Ddns.h88 * @param flags: flags with BIT_CD for AAAA queries in dns64 translation.
90 * (See DNSCACHE_STORE_xxx flags).
95 struct regional* region, uint32_t flags);
114 * @param flags: customization flags for the cache policy.
119 struct reply_info* qrep, uint32_t flags, struct regional* region);
162 * @param flags: flags with BIT_CD for AAAA queries in dns64 translation.
173 uint16_t flags, struc
[all...]
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dnotify.c50 ** flags -- ignored
58 sm_notify_init(flags)
59 int flags;
71 ** flags -- currently ignored.
79 sm_notify_start(owner, flags)
81 int flags;
98 ** flags -- currently ignored.
106 sm_notify_stop(owner, flags)
108 int flags;
/freebsd-13-stable/lib/libcam/
H A Dcamlib.h130 struct cam_device * cam_open_device(const char *path, int flags);
134 int unit, int flags,
137 lun_id_t target_lun, int flags,
139 struct cam_device * cam_open_pass(const char *path, int flags,
166 u_int32_t dxfer_len, u_int32_t flags, int retry_count,
169 u_int32_t dxfer_len, u_int32_t flags, int retry_count,
/freebsd-13-stable/sbin/gvinum/
H A Dgvinum.c183 int drives, errors, fd, flags, i, line, plexes, plex_in_volume; local
192 flags = 0;
196 flags |= GV_FLAG_F;
242 gctl_ro_param(req, "flags", sizeof(int), &flags);
427 int drives, i, flags, volumes, subdisks, plexes; local
430 flags = plexes = subdisks = volumes = 0;
448 gctl_ro_param(req, "flags", sizeof(int), &flags);
494 int drives, flags, local
654 int flags, i; local
752 int flags, i; local
807 int flags, i, j; local
887 int flags, i, j; local
945 int flags, i; local
1009 int flags, j; local
1059 int flags, i, j; local
1107 int flags, i; local
1273 int drives, volumes, plexes, subdisks, flags; local
[all...]
/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo_humanize.h64 const char *suffix, int scale, int flags)
83 if (flags & HN_DIVISOR_1000) {
86 if (flags & HN_B)
96 if (flags & HN_B)
123 if (flags & HN_NOSPACE)
150 if (scalable < 995 && i > 0 && flags & HN_DECIMAL) {
63 xo_humanize_number(char *buf, size_t len, int64_t bytes, const char *suffix, int scale, int flags) argument
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.h25 // These need to match __tsan_mutex_* flags defined in tsan_interface.h.
38 // The following flags are runtime private.
43 // Must list all mutex creation flags.
62 atomic_uint32_t flags; member in struct:__tsan::SyncVar
87 return atomic_load_relaxed(&flags) & f;
91 atomic_store_relaxed(&flags, atomic_load_relaxed(&flags) | f);
95 // Filter out operation flags.
98 u32 current = atomic_load_relaxed(&flags);
103 atomic_store_relaxed(&flags, curren
[all...]
/freebsd-13-stable/sys/dev/ata/
H A Data-lowlevel.c93 if ((ch->flags & ATA_NO_ATAPI_DMA) &&
94 (request->flags & ATA_R_ATAPI) == ATA_R_ATAPI)
95 request->flags &= ~ATA_R_DMA;
96 if ((ch->flags & ATA_ATAPI_DMA_RO) &&
97 ((request->flags & (ATA_R_ATAPI | ATA_R_DMA | ATA_R_WRITE)) ==
99 request->flags &= ~ATA_R_DMA;
101 switch (request->flags & (ATA_R_ATAPI | ATA_R_DMA)) {
106 int write = (request->flags & ATA_R_WRITE);
152 if ((ch->flags & ATA_DMA_BEFORE_CMD) &&
168 if (!(ch->flags
278 int flags = ATA_S_DRQ; local
[all...]
/freebsd-13-stable/contrib/ntp/libparse/
H A Dclk_hopf6021.c161 clock_time->flags = 0;
173 clock_time->flags |= PARSEB_UTC;
178 clock_time->flags |= PARSEB_DST;
188 clock_time->flags |= PARSEB_ANNOUNCE;
195 clock_time->flags |= PARSEB_POWERUP;
199 clock_time->flags |= PARSEB_NOSYNC;
/freebsd-13-stable/contrib/mtree/
H A Dcompare.c95 if (flags != p->fts_statp->st_flags) { \
103 if (lchflags(p->fts_accpath, flags)) { \
108 sf = flags_to_string(flags, "none"); \
115 * given pflags, additionally set those flags specified in s->st_flags and
116 * selected by mask (the other flags are left unchanged).
120 flags = (s->st_flags & (mask)) | (pflags); \
125 * given pflags, reset the flags specified in s->st_flags and selected by mask
126 * (the other flags are left unchanged).
130 flags = (~(s->st_flags & (mask)) & CH_MASK) & (pflags); \
138 u_int32_t len, val, flags; local
[all...]
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_ffs.c123 ffs_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags) argument
132 res = rump_sys_mount(MOUNT_FFS, path, flags, &args->ta_uargs,
138 ffslog_fstest_mount(const atf_tc_t *tc, void *buf, const char *path, int flags) argument
141 return ffs_fstest_mount(tc, buf, path, flags | MNT_LOG);
145 ffs_fstest_unmount(const atf_tc_t *tc, const char *path, int flags) argument
149 res = rump_sys_unmount(path, flags);
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_firmware.c53 uint32_t flags; local
59 flags = FIRMWARE_GET_NOWARN;
82 fbdfw = firmware_get_flags(fwimg, flags);
86 fbdfw = firmware_get_flags(fwimg, flags);
95 fbdfw = firmware_get_flags(fwimg, flags);
99 fbdfw = firmware_get_flags(fwimg, flags);
/freebsd-13-stable/sys/x86/x86/
H A Dpvclock.c142 uint64_t *cycles, uint8_t *flags)
150 *flags = ti->flags;
174 uint8_t flags; local
176 pvclock_read_time_info(ti, &now, &flags);
178 if (flags & PVCLOCK_FLAG_TSC_STABLE)
141 pvclock_read_time_info(struct pvclock_vcpu_time_info *ti, uint64_t *cycles, uint8_t *flags) argument
/freebsd-13-stable/crypto/openssl/apps/
H A Dsmime.c130 int flags = PKCS7_DETACHED, operation = 0, ret = 0, indef = 0; local
185 flags |= PKCS7_TEXT;
188 flags |= PKCS7_NOINTERN;
191 flags |= PKCS7_NOVERIFY;
194 flags |= PKCS7_NOCHAIN;
197 flags |= PKCS7_NOCERTS;
200 flags |= PKCS7_NOATTR;
203 flags &= ~PKCS7_DETACHED;
206 flags |= PKCS7_NOSMIMECAP;
209 flags |
[all...]
/freebsd-13-stable/sys/cam/ata/
H A Data_da.c255 ada_flags flags; member in struct:ada_softc
976 softc->flags |= ADA_FLAG_OPEN;
999 if ((softc->flags & ADA_FLAG_DIRTY) != 0 &&
1000 (softc->flags & ADA_FLAG_CAN_FLUSHCACHE) != 0 &&
1001 (periph->flags & CAM_PERIPH_INVALID) == 0 &&
1013 if (softc->flags & ADA_FLAG_CAN_48BIT)
1022 softc->flags &= ~ADA_FLAG_DIRTY;
1027 softc->flags &= ~ADA_FLAG_OPEN;
1068 if ((periph->flags & CAM_PERIPH_INVALID) != 0) {
1114 if ((periph->flags
1654 u_int *flags = arg1; local
3572 adaspindown(uint8_t cmd, int flags) argument
[all...]
/freebsd-13-stable/sys/vm/
H A Dvm_object.c117 int pagerflags, int flags, boolean_t *allclean,
119 static boolean_t vm_object_page_remove_write(vm_page_t p, int flags,
174 static int vm_object_zinit(void *mem, int size, int flags);
211 vm_object_zinit(void *mem, int size, int flags) argument
226 object->flags = OBJ_DEAD;
235 _vm_object_allocate(objtype_t type, vm_pindex_t size, u_short flags, argument
243 object->flags = flags;
244 if ((flags & OBJ_SWAP) != 0)
287 kernel_object->flags |
407 u_short flags; local
442 vm_object_allocate_dyn(objtype_t dyntype, vm_pindex_t size, u_short flags) argument
985 vm_object_page_remove_write(vm_page_t p, int flags, boolean_t *allclean) argument
1027 vm_object_page_clean(vm_object_t object, vm_ooffset_t start, vm_ooffset_t end, int flags) argument
1118 vm_object_page_collect_flush(vm_object_t object, vm_page_t p, int pagerflags, int flags, boolean_t *allclean, boolean_t *eio) argument
1181 int error, flags, fsync_after; local
[all...]
/freebsd-13-stable/sys/arm/ti/clk/
H A Dti_clk_dpll.c93 if (factor->flags & TI_CLK_FACTOR_FIXED)
107 if (factor->flags & TI_CLK_FACTOR_FIXED)
109 else if (factor->flags & TI_CLK_FACTOR_ZERO_BASED)
111 else if (factor->flags & TI_CLK_FACTOR_MIN_VALUE)
155 if (factor->flags & TI_CLK_FACTOR_FIXED)
159 if (!(factor->flags & TI_CLK_FACTOR_ZERO_BASED))
170 if (factor->flags & TI_CLK_FACTOR_FIXED)
173 if (factor->flags & TI_CLK_FACTOR_ZERO_BASED)
175 else if (factor->flags & TI_CLK_FACTOR_MAX_VALUE &&
186 int flags, in
185 ti_dpll_clk_set_freq(struct clknode *clk, uint64_t fparent, uint64_t *fout, int flags, int *stop) argument
[all...]
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_mmap.c68 linux_mmap_check_fp(struct file *fp, int flags, int prot, int maxprot) argument
80 int flags, int fd, off_t pos)
89 addr, len, prot, flags, fd, pos);
99 if (!((flags & LINUX_MAP_SHARED) ^ (flags & LINUX_MAP_PRIVATE)))
102 if (flags & LINUX_MAP_SHARED)
104 if (flags & LINUX_MAP_PRIVATE)
106 if (flags & LINUX_MAP_FIXED)
108 if (flags & LINUX_MAP_ANON) {
116 if (flags
79 linux_mmap_common(struct thread *td, uintptr_t addr, size_t len, int prot, int flags, int fd, off_t pos) argument
[all...]
/freebsd-13-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dsequence.c39 OM_uint32 flags; member in struct:gss_msg_order
80 OM_uint32 flags,
94 (*o)->flags = flags;
149 if ((o->flags & (GSS_C_REPLAY_FLAG|GSS_C_SEQUENCE_FLAG)) == 0)
158 r = (o->flags & (GSS_C_REPLAY_FLAG|GSS_C_SEQUENCE_FLAG))==GSS_C_REPLAY_FLAG;
204 _gssapi_msg_order_f(OM_uint32 flags) argument
206 return flags & (GSS_C_SEQUENCE_FLAG|GSS_C_REPLAY_FLAG);
219 kret = krb5_store_int32(sp, o->flags);
251 int32_t i, flags, star local
78 _gssapi_msg_order_create(OM_uint32 *minor_status, struct gss_msg_order **o, OM_uint32 flags, OM_uint32 seq_num, OM_uint32 jitter_window, int use_64) argument
[all...]
/freebsd-13-stable/sbin/fsck/
H A Dpreen.c87 checkfstab(int flags, int (*docheck)(struct fstab *), argument
103 if (flags & CHECK_DEBUG)
122 if (flags & CHECK_DEBUG)
125 if ((flags & CHECK_PREEN) == 0 || passno == 1 ||
126 (flags & DO_BACKGRD) != 0) {
128 if (flags & CHECK_PREEN)
149 if ((flags & CHECK_PREEN) == 0 || passno == 1 ||
150 (flags & DO_BACKGRD) != 0)
153 if (flags & CHECK_DEBUG) {
163 if (flags
[all...]
/freebsd-13-stable/lib/libthr/thread/
H A Dthr_create.c97 if (curthread->attr.flags & PTHREAD_SCOPE_SYSTEM)
98 new_thread->attr.flags |= PTHREAD_SCOPE_SYSTEM;
100 new_thread->attr.flags &= ~PTHREAD_SCOPE_SYSTEM;
129 new_thread->flags = THR_FLAGS_NEED_SUSPEND;
137 if (new_thread->attr.flags & PTHREAD_CREATE_DETACHED)
138 new_thread->flags |= THR_FLAGS_DETACHED;
166 param.flags = 0;
167 if (new_thread->attr.flags & PTHREAD_SCOPE_SYSTEM)
168 param.flags |= THR_SYSTEM_SCOPE;
206 new_thread->flags |
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h153 /// Generation flags.
161 unsigned flags; member in class:clang::CodeGen::EHScopeStack::Cleanup::Flags
164 Flags() : flags(0) {}
167 bool isForEHCleanup() const { return flags & F_IsForEH; }
169 void setIsForEHCleanup() { flags |= F_IsForEH; }
171 bool isNormalCleanupKind() const { return flags & F_IsNormalCleanupKind; }
172 void setIsNormalCleanupKind() { flags |= F_IsNormalCleanupKind; }
176 bool isEHCleanupKind() const { return flags & F_IsEHCleanupKind; }
177 void setIsEHCleanupKind() { flags |= F_IsEHCleanupKind; }
179 bool hasExitSwitch() const { return flags
[all...]

Completed in 301 milliseconds

<<11121314151617181920>>