| /f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/ |
| H A D | xz_private.h | 67 # define DEC_IS_SINGLE(mode) ((mode) == XZ_SINGLE) argument 69 # define DEC_IS_SINGLE(mode) (false) argument 73 # define DEC_IS_PREALLOC(mode) ((mode) == XZ_PREALLOC) argument 75 # define DEC_IS_PREALLOC(mode) (false) argument 79 # define DEC_IS_DYNALLOC(mode) ((mode) == XZ_DYNALLOC) argument 81 # define DEC_IS_DYNALLOC(mode) (false) argument 85 # define DEC_IS_MULTI(mode) (true) argument 87 # define DEC_IS_MULTI(mode) ((mode) != XZ_SINGLE) argument 89 # define DEC_IS_MULTI(mode) (false) argument
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_ecn.c | 97 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner) in ip_ecn_ingress() 129 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner) in ip_ecn_egress() 163 ip6_ecn_ingress(int mode, u_int32_t *outer, const u_int32_t *inner) in ip6_ecn_ingress() 177 ip6_ecn_egress(int mode, const u_int32_t *outer, u_int32_t *inner) in ip6_ecn_egress()
|
| /f-stack/dpdk/drivers/net/nfp/nfpcore/nfp-common/ |
| H A D | nfp_cppat.h | 53 _nfp6000_encode_basic(uint64_t *addr, int dest_island, int cpp_tgt, int mode, in _nfp6000_encode_basic() 241 _nfp6000_decode_basic(uint64_t addr, int *dest_island, int cpp_tgt, int mode, in _nfp6000_decode_basic() 343 _nfp6000_cppat_mu_locality_lsb(int mode, int addr40) in _nfp6000_cppat_mu_locality_lsb() 358 _nfp6000_encode_mu(uint64_t *addr, int dest_island, int mode, int addr40, in _nfp6000_encode_mu() 493 _nfp6000_decode_mu(uint64_t addr, int *dest_island, int mode, int addr40, in _nfp6000_decode_mu() 576 int mode, int addr40, int isld1, int isld0) in _nfp6000_cppat_addr_encode() 610 int mode, int addr40, int isld1, int isld0) in _nfp6000_cppat_addr_decode() 640 _nfp6000_cppat_addr_iid_clear(uint64_t *addr, int cpp_tgt, int mode, int addr40) in _nfp6000_cppat_addr_iid_clear()
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-spi.c | 136 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, int num_ports) in cvmx_spi_start_interface() 177 int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_restart_interface() 222 int cvmx_spi_reset_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_reset_cb() 327 int cvmx_spi_calendar_setup_cb(int interface, cvmx_spi_mode_t mode, int num_ports) in cvmx_spi_calendar_setup_cb() 436 int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_clock_detect_cb() 508 int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_training_cb() 577 int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_calendar_sync_cb() 629 int cvmx_spi_interface_up_cb(int interface, cvmx_spi_mode_t mode) in cvmx_spi_interface_up_cb()
|
| H A D | cvmx-helper-rgmii.c | 104 cvmx_gmxx_inf_mode_t mode; in __cvmx_helper_rgmii_probe() local 189 cvmx_gmxx_inf_mode_t mode; in __cvmx_helper_rgmii_enable() local 437 cvmx_gmxx_inf_mode_t mode; in __cvmx_helper_rgmii_link_set() local
|
| /f-stack/freebsd/kern/ |
| H A D | subr_acl_nfs4.c | 360 acl_nfs4_sync_acl_from_mode_draft(struct acl *aclp, mode_t mode, in acl_nfs4_sync_acl_from_mode_draft() 707 acl_nfs4_sync_acl_from_mode(struct acl *aclp, mode_t mode, in acl_nfs4_sync_acl_from_mode() 722 mode_t old_mode = *_mode, mode = 0, seen = 0; in acl_nfs4_sync_mode_from_acl() local 847 struct acl *child_aclp, mode_t mode, int file_owner_id, in acl_nfs4_compute_inherited_acl_draft() 1010 struct acl *child_aclp, mode_t mode, int file_owner_id, in acl_nfs4_inherit_entries() 1130 struct acl *aclp, mode_t mode, int file_owner_id, int is_directory) in acl_nfs4_compute_inherited_acl_psarc() 1189 struct acl *child_aclp, mode_t mode, int file_owner_id, in acl_nfs4_compute_inherited_acl() 1209 acl_nfs4_trivial_from_mode(struct acl *aclp, mode_t mode) in acl_nfs4_trivial_from_mode() 1222 acl_nfs4_trivial_from_mode_libc(struct acl *aclp, int mode, int canonical_six) in acl_nfs4_trivial_from_mode_libc()
|
| H A D | subr_acl_posix1e.c | 365 acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode) in acl_posix1e_mode_to_perm() 408 acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid, gid_t gid, mode_t mode) in acl_posix1e_mode_to_entry() 444 mode_t mode; in acl_posix1e_perms_to_mode() local 628 mode_t mode; in acl_posix1e_newfilemode() local
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | gzlib.c | 94 local gzFile gz_open(path, fd, mode) in gz_open() argument 273 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument 281 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument 289 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument 310 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
|
| H A D | zutil.h | 111 # define F_OPEN(name, mode) \ argument 143 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 170 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 175 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 205 # define F_OPEN(name, mode) fopen((name), (mode)) argument
|
| /f-stack/freebsd/contrib/zstd/zlibWrapper/ |
| H A D | gzlib.c | 94 local gzFile gz_open(path, fd, mode) in gz_open() argument 273 gzFile ZEXPORT gzopen(path, mode) in gzopen() argument 281 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() argument 289 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() argument 310 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() argument
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | ixgbe.rst | 230 Description 238 Implication 247 Workaround
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | wait.h | 31 #define spl_wait_on_bit(word, bit, mode) wait_on_bit(word, bit, mode) argument 41 #define spl_wait_on_bit(word, bit, mode) \ argument
|
| /f-stack/freebsd/contrib/alpine-hal/ |
| H A D | al_hal_udma_iofic.c | 52 enum al_iofic_mode mode) in al_udma_main_iofic_config() 117 int al_udma_iofic_config(struct unit_regs __iomem *regs, enum al_iofic_mode mode, in al_udma_iofic_config()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | event_crypto_adapter.rst | 48 .. _figure_event_crypto_adapter_op_new: 74 .. _figure_event_crypto_adapter_op_forward:
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/checksum/ |
| H A D | edonr_test.c | 155 #define EDONR_ALGO_TEST(_m, mode, testdigest) \ in main() argument 173 #define EDONR_PERF_TEST(mode) \ in main() argument
|
| H A D | skein_test.c | 273 #define SKEIN_ALGO_TEST(_m, mode, diglen, testdigest) \ in main() argument 291 #define SKEIN_PERF_TEST(mode, diglen) \ in main() argument
|
| H A D | sha2_test.c | 184 #define SHA2_ALGO_TEST(_m, mode, diglen, testdigest) \ in main() argument 202 #define SHA2_PERF_TEST(mode, diglen) \ in main() argument
|
| /f-stack/dpdk/drivers/event/opdl/ |
| H A D | opdl_evdev_xstats.c | 65 enum rte_event_dev_xstats_mode mode, in opdl_xstats_get_names() 100 enum rte_event_dev_xstats_mode mode, in opdl_xstats_get() 163 enum rte_event_dev_xstats_mode mode, in opdl_xstats_reset()
|
| /f-stack/freebsd/mips/ingenic/ |
| H A D | jz4780_lcd.c | 168 jzlcd_setup_descriptor(struct jzlcd_softc *sc, const struct videomode *mode, in jzlcd_setup_descriptor() 199 jzlcd_set_videomode(struct jzlcd_softc *sc, const struct videomode *mode) in jzlcd_set_videomode() 266 jzlcd_configure(struct jzlcd_softc *sc, const struct videomode *mode) in jzlcd_configure() 329 jzlcd_get_bandwidth(const struct videomode *mode) in jzlcd_get_bandwidth() 340 jzlcd_mode_supported(const struct videomode *mode) in jzlcd_mode_supported() 388 const struct videomode *mode; in jzlcd_hdmi_event() local
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal_file.c | 69 lock_file(HANDLE handle, enum eal_flock_op op, enum eal_flock_mode mode) in lock_file() 106 eal_file_lock(int fd, enum eal_flock_op op, enum eal_flock_mode mode) in eal_file_lock()
|
| /f-stack/dpdk/drivers/event/octeontx2/ |
| H A D | otx2_evdev_stats.h | 54 enum rte_event_dev_xstats_mode mode, uint8_t queue_port_id, in otx2_sso_xstats_get() 143 enum rte_event_dev_xstats_mode mode, in otx2_sso_xstats_reset() 230 enum rte_event_dev_xstats_mode mode, in otx2_sso_xstats_get_names()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | longrun.c | 92 u_int low, high, flags, mode; in tmx86_get_longrun_mode() local 132 tmx86_set_longrun_mode(u_int mode) in tmx86_set_longrun_mode() 201 u_int mode; in tmx86_longrun_sysctl() local
|
| /f-stack/freebsd/arm/allwinner/ |
| H A D | aw_usb3phy.c | 91 int mode; member 178 awusb3phy_get_mode(struct phynode *phynode, int *mode) in awusb3phy_get_mode() 192 awusb3phy_set_mode(struct phynode *phynode, int mode) in awusb3phy_set_mode()
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_usbphy.c | 86 int mode; member 111 rk_phynode_get_mode(struct phynode *phynode, int *mode) in rk_phynode_get_mode() 121 rk_phynode_set_mode(struct phynode *phynode, int mode) in rk_phynode_set_mode()
|
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | enet_ext.h | 159 #define IS_ENET_MODE_VALID(mode) \ argument 186 #define ENET_INTERFACE_FROM_MODE(mode) (e_EnetInterface)((mode) & 0x0FFF0000) argument 187 #define ENET_SPEED_FROM_MODE(mode) (e_EnetSpeed)((mode) & 0x0000FFFF) argument
|