/freebsd/contrib/wpa/src/pae/ |
H A D | ieee802_1x_secy_ops.c | 30 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_protect_frames() local 50 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_encrypt() local 70 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_replay() local 90 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_offload() local 110 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_current_cipher_suite() local 138 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_enable_port() local 158 struct ieee802_1x_kay_ctx *ops; in secy_get_capability() local 179 struct ieee802_1x_kay_ctx *ops; in secy_get_receive_lowest_pn() local 200 struct ieee802_1x_kay_ctx *ops; in secy_get_transmit_next_pn() local 221 struct ieee802_1x_kay_ctx *ops; in secy_set_transmit_next_pn() local [all …]
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_ec.c | 35 ck_ec32_wake(struct ck_ec32 *ec, const struct ck_ec_ops *ops) in ck_ec32_wake() 45 const struct ck_ec_ops *ops, in ck_ec32_wait_slow() 55 ck_ec64_wake(struct ck_ec64 *ec, const struct ck_ec_ops *ops) in ck_ec64_wake() 64 const struct ck_ec_ops *ops, in ck_ec64_wait_slow() 75 const struct ck_ec_ops *ops, in ck_ec_deadline_impl() 137 const struct ck_ec_ops *ops = wait_state->ops; in exponential_backoff() local 315 #define WAIT_SLOW_BODY(W, ec, ops, pred, data, deadline_ptr, \ argument 385 const struct ck_ec_ops *ops, in ck_ec32_wait_pred_slow() 406 const struct ck_ec_ops *ops, in ck_ec64_wait_pred_slow()
|
/freebsd/sys/dev/mii/ |
H A D | mii_bitbang.c | 71 mii_bitbang_sync(device_t dev, mii_bitbang_ops_t ops) in mii_bitbang_sync() 91 mii_bitbang_sendbits(device_t dev, mii_bitbang_ops_t ops, uint32_t data, in mii_bitbang_sendbits() 117 mii_bitbang_readreg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg) in mii_bitbang_readreg() 165 mii_bitbang_writereg(device_t dev, mii_bitbang_ops_t ops, int phy, int reg, in mii_bitbang_writereg()
|
/freebsd/sys/dev/bnxt/bnxt_en/ |
H A D | bnxt_ulp.c | 230 struct bnxt_ulp_ops *ops; in bnxt_ulp_stop() local 251 struct bnxt_ulp_ops *ops; in bnxt_ulp_start() local 276 struct bnxt_ulp_ops *ops; in bnxt_ulp_sriov_cfg() local 301 struct bnxt_ulp_ops *ops; in bnxt_ulp_shutdown() local 320 struct bnxt_ulp_ops *ops; in bnxt_ulp_irq_stop() local 342 struct bnxt_ulp_ops *ops; in bnxt_ulp_async_events() local
|
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/ |
H A D | aes_impl.c | 44 const aes_impl_ops_t *ops = aes_impl_get_ops(); in aes_init_keysched() local 118 const aes_impl_ops_t *ops = ksch->ops; in aes_encrypt_block() local 165 const aes_impl_ops_t *ops = ksch->ops; in aes_decrypt_block() local 265 const aes_impl_ops_t *ops = NULL; in aes_impl_get_ops() local
|
/freebsd/sys/kern/ |
H A D | subr_kobj.c | 98 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_common() 129 kobj_ops_t ops; in kobj_class_compile1() local 163 kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_static() 232 void* ops = NULL; in kobj_class_free() local
|
/freebsd/contrib/less/ |
H A D | cvt.c | 22 public size_t cvt_length(size_t len, int ops) in cvt_length() argument 52 cvt_text(char * odst,char * osrc,int * chpos,int * lenp,int ops) cvt_text() argument
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpsetmask.c | 187 struct ops { struct 193 static const struct ops float_ops[] = { argument
|
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ |
H A D | blake3.c | 133 static void output_chaining_value(const blake3_ops_t *ops, in output_chaining_value() 143 static void output_root_bytes(const blake3_ops_t *ops, const output_t *ctx, in output_root_bytes() 167 static void chunk_state_update(const blake3_ops_t *ops, in chunk_state_update() 232 static size_t compress_chunks_parallel(const blake3_ops_t *ops, in compress_chunks_parallel() 276 static size_t compress_parents_parallel(const blake3_ops_t *ops, in compress_parents_parallel() 322 static size_t blake3_compress_subtree_wide(const blake3_ops_t *ops, in blake3_compress_subtree_wide() 408 static void compress_subtree_to_parent_node(const blake3_ops_t *ops, in compress_subtree_to_parent_node()
|
/freebsd/lib/libiscsiutil/ |
H A D | connection.c | 36 connection_init(struct connection *conn, const struct connection_ops *ops, in connection_init()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | zfs_impl.c | 49 const zfs_impl_t **ops = impl_ops; in zfs_impl_get_ops() local
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | cdev.h | 53 const struct file_operations *ops; member 61 cdev_init(struct linux_cdev *cdev, const struct file_operations *ops) in cdev_init()
|
H A D | backlight.h | 64 const struct backlight_ops *ops; member 76 #define backlight_device_register(name, dev, data, ops, props) \ argument
|
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ |
H A D | sha2_generic.c | 233 const sha256_ops_t *ops = ctx->ops; in sha256_update() local 265 const sha512_ops_t *ops = ctx->ops; in sha512_update() local 297 const sha256_ops_t *ops = ctx->ops; in sha256_final() local 341 const sha512_ops_t *ops = ctx->ops; in sha512_final() local
|
/freebsd/usr.bin/pr/ |
H A D | pr.c | 170 int ops; in onecol() local 341 int ops = 0; in vertcol() local 661 int ops = 0; in horzcol() local 813 int ops = 0; in mulfile() local 1120 int ops; /* last col output */ in otln() local 1443 int ops = 0; in prhead() local
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | sha2.h | 63 const void *ops; member 73 const void *ops; member
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | cache.c | 119 const krb5_cc_ops *ops, in krb5_cc_register() 160 const krb5_cc_ops *ops, in _krb5_cc_allocate() 184 const krb5_cc_ops *ops, in allocate_ccache() 300 const krb5_cc_ops *ops; in krb5_cc_new_unique() local 486 const krb5_cc_ops *ops; in krb5_cc_support_switch() local 533 const krb5_cc_ops *ops = KRB5_DEFAULT_CCTYPE; in krb5_cc_set_default_name() local 1010 const krb5_cc_ops *ops; member 1033 const krb5_cc_ops *ops; in krb5_cc_cache_get_first() local
|
/freebsd/lib/libiconv_modules/mapper_serial/ |
H A D | citrus_mapper_serial.c | 85 _citrus_mapper_serial_mapper_getops(struct _citrus_mapper_ops *ops) in _citrus_mapper_serial_mapper_getops() 95 _citrus_mapper_parallel_mapper_getops(struct _citrus_mapper_ops *ops) in _citrus_mapper_parallel_mapper_getops()
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_fletcher.c | 424 const fletcher_4_ops_t *ops = NULL; in fletcher_4_impl_get() local 456 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); in fletcher_4_native_impl() local 505 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); in fletcher_4_byteswap_impl() local 828 const fletcher_4_ops_t *ops = fletcher_4_impl_get(); in abd_fletcher_4_init() local 844 fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private; in abd_fletcher_4_fini() local 881 fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private; in abd_fletcher_4_iter() local
|
/freebsd/usr.bin/genl/ |
H A D | genl.c | 91 struct genl_ctrl_op **ops; global() member 111 struct genl_ctrl_ops ops; global() member 148 dump_operations(struct genl_ctrl_ops * ops) dump_operations() argument [all...] |
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | autoscan.c | 46 const struct autoscan_ops *ops = NULL; in autoscan_init() local
|
H A D | bgscan.c | 34 const struct bgscan_ops *ops = NULL; in bgscan_init() local
|
/freebsd/lib/libiconv_modules/mapper_none/ |
H A D | citrus_mapper_none.c | 55 _citrus_mapper_none_mapper_getops(struct _citrus_mapper_ops *ops) in _citrus_mapper_none_mapper_getops()
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kswitch.c | 148 const krb5_cc_ops *ops; in kswitch() local
|
/freebsd/lib/libiconv_modules/iconv_none/ |
H A D | citrus_iconv_none.c | 55 _citrus_iconv_none_iconv_getops(struct _citrus_iconv_ops *ops) in _citrus_iconv_none_iconv_getops()
|