Home
last modified time | relevance | path

Searched refs:flags (Results 4401 – 4425 of 7151) sorted by relevance

1...<<171172173174175176177178179180>>...287

/freebsd/contrib/libfido2/src/
H A Dhid_osx.c350 int flags; in set_nonblock() local
352 if ((flags = fcntl(fd, F_GETFL)) == -1) { in set_nonblock()
357 if (fcntl(fd, F_SETFL, flags | O_NONBLOCK) == -1) { in set_nonblock()
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_ossl.c275 if (dsa->flags & DSA_FLAG_CACHE_MONT_P) { in dsa_sign_setup()
405 if (dsa->flags & DSA_FLAG_CACHE_MONT_P) { in dsa_do_verify()
443 dsa->flags |= DSA_FLAG_CACHE_MONT_P; in dsa_init()
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_block.c178 } flags; member
391 if (discard->flags.unmap != 0 || discard->flags.reserved != 0) { in pci_vtblk_proc()
/freebsd/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.cpp451 if (sec->flags & SHF_EXECINSTR) in init()
629 if (!(os->flags & SHF_ALLOC) || !(os->flags & SHF_EXECINSTR)) in createFixes()
H A DARMErrataFix.cpp339 if (sec->flags & SHF_EXECINSTR) in init()
522 if (!(os->flags & SHF_ALLOC) || !(os->flags & SHF_EXECINSTR)) in createFixes()
/freebsd/sys/x86/pci/
H A Dpci_bus.c595 rman_res_t start, rman_res_t end, rman_res_t count, u_int flags) in legacy_pcib_alloc_resource() argument
601 flags)); in legacy_pcib_alloc_resource()
605 count, flags)); in legacy_pcib_alloc_resource()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp225 } else if (flags()->poison_in_malloc) { in MsanAllocate()
249 if (flags()->poison_in_free && allocator.FromPrimary(p)) { in MsanDeallocate()
277 if (flags()->poison_in_malloc) { in MsanReallocate()
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp161 if (H.flags & MachO::MH_TWOLEVEL) in readMachOHeader()
163 if (H.flags & MachO::MH_APP_EXTENSION_SAFE) in readMachOHeader()
276 auto [Flags, Linkage] = parseExport(Sym.flags(), Sym.address()); in readSymbols()
/freebsd/sys/vm/
H A Ddevice_pager.c229 object->flags |= OBJ_COLORED; in cdev_pager_allocate()
414 if (((*mres)->flags & PG_FICTITIOUS) != 0) { in old_dev_pager_fault()
437 dev_pager_putpages(vm_object_t object, vm_page_t *m, int count, int flags, in dev_pager_putpages() argument
/freebsd/sys/amd64/include/
H A Dpmap.h417 int pmap_pinit_type(pmap_t pmap, enum pmap_type pm_type, int flags);
431 #define pmap_page_is_write_mapped(m) (((m)->a.flags & PGA_WRITEABLE) != 0)
491 u_int keyidx, int flags);
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_cmd.c533 vhcr->flags = !!(priv->cmd.use_events) << 6; in mlx4_slave_cmd()
1718 vhcr->e_bit = vhcr_cmd->flags & (1 << 6); in mlx4_master_process_vhcr()
1898 work->flags |= MLX4_VF_IMMED_VLAN_FLAG_VLAN; in mlx4_master_immediate_activate_vlan_qos()
1911 work->flags |= MLX4_VF_IMMED_VLAN_FLAG_QOS; in mlx4_master_immediate_activate_vlan_qos()
2104 unsigned long flags; in mlx4_master_do_cmd() local
2487 int flags = 0; in mlx4_cmd_init() local
2497 flags |= MLX4_CMD_CLEANUP_STRUCT; in mlx4_cmd_init()
2507 flags |= MLX4_CMD_CLEANUP_HCR; in mlx4_cmd_init()
2518 flags |= MLX4_CMD_CLEANUP_VHCR; in mlx4_cmd_init()
2529 flags |= MLX4_CMD_CLEANUP_POOL; in mlx4_cmd_init()
[all …]
/freebsd/sys/netinet/
H A Dtcp_input.c297 tp->t_ccv.flags |= CCF_CWND_LIMITED; in cc_ack_received()
520 tp->t_ccv.flags |= CCF_IPHDR_CE; in cc_ecnpkt_handler_flags()
527 tp->t_ccv.flags &= ~CCF_IPHDR_CE; in cc_ecnpkt_handler_flags()
531 if (flags & TH_CWR) in cc_ecnpkt_handler_flags()
532 tp->t_ccv.flags |= CCF_TCPHDR_CWR; in cc_ecnpkt_handler_flags()
538 if (tp->t_ccv.flags & CCF_ACKNOW) { in cc_ecnpkt_handler_flags()
3524 if (!(flags & TO_SYN)) in tcp_dooptions()
3534 if (!(flags & TO_SYN)) in tcp_dooptions()
3566 if (!(flags & TO_SYN)) in tcp_dooptions()
3575 if (flags & TO_SYN) in tcp_dooptions()
[all …]
/freebsd/contrib/netbsd-tests/kernel/kqueue/
H A Dt_proc2.c118 ke.flags = EV_ENABLE; in ATF_TC_BODY()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dgpio_lpc32xx.txt26 #gpio-cells = <3>; /* bank, pin, flags */
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector_interface.h75 static DDetector *Create(const DDFlags *flags);
/freebsd/contrib/netbsd-tests/rump/kernspace/
H A Dalloc.c69 while ((kernel_map->flags & VM_MAP_WANTVA) == 0) in hthr()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_activation_flags.inc9 // A subset of ASan (and common) runtime flags supported at activation time.
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepInRange.h49 Flags &flags,
/freebsd/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp_zlib.c66 co1.flags = COP_F_BATCH; in main()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsnoc.h83 unsigned long flags; member
/freebsd/sys/cddl/compat/opensolaris/sys/
H A Dkmem.h72 void *kmem_cache_alloc(kmem_cache_t *cache, int flags);
/freebsd/sys/netgraph/
H A Dng_ether_echo.c94 msg->header.flags |= NGF_RESP; in ngee_rcvmsg()
/freebsd/sys/fs/msdosfs/
H A Dfat.h103 int extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, int flags);
/freebsd/usr.sbin/ctld/
H A Disns.h77 struct isns_req * isns_req_create(uint16_t func, uint16_t flags);
/freebsd/sys/x86/include/
H A Dpvclock.h45 uint8_t flags; member

1...<<171172173174175176177178179180>>...287