Home
last modified time | relevance | path

Searched defs:mode (Results 1 – 25 of 480) sorted by relevance

12345678910>>...20

/f-stack/freebsd/contrib/xz-embedded/linux/lib/xz/
H A Dxz_private.h67 # 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 Dip_ecn.c97 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 Dnfp_cppat.h53 _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 Dcvmx-spi.c136 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 Dcvmx-helper-rgmii.c104 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 Dsubr_acl_nfs4.c360 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 Dsubr_acl_posix1e.c365 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 Dgzlib.c94 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 Dzutil.h111 # 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 Dgzlib.c94 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 Dixgbe.rst230 Description
238 Implication
247 Workaround
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dwait.h31 #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 Dal_hal_udma_iofic.c52 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 Devent_crypto_adapter.rst48 .. _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 Dedonr_test.c155 #define EDONR_ALGO_TEST(_m, mode, testdigest) \ in main() argument
173 #define EDONR_PERF_TEST(mode) \ in main() argument
H A Dskein_test.c273 #define SKEIN_ALGO_TEST(_m, mode, diglen, testdigest) \ in main() argument
291 #define SKEIN_PERF_TEST(mode, diglen) \ in main() argument
H A Dsha2_test.c184 #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 Dopdl_evdev_xstats.c65 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 Djz4780_lcd.c168 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 Deal_file.c69 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 Dotx2_evdev_stats.h54 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 Dlongrun.c92 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 Daw_usb3phy.c91 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 Drk_usbphy.c86 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 Denet_ext.h159 #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

12345678910>>...20