| /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()  local50 	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/crypto/krb5/src/lib/krb5/ccache/ | 
| H A D | ccbase.c | 34     const krb5_cc_ops *ops;  member161 krb5_cc_register(krb5_context context, const krb5_cc_ops *ops,  in krb5_cc_register()
 208     const krb5_cc_ops *ops;  in krb5_cc_resolve()  local
 263                   const krb5_cc_ops **ops)  in krb5int_cc_getops()
 296     const krb5_cc_ops *ops;  in krb5_cc_new_unique()  local
 336                            const krb5_cc_ops **ops)  in krb5int_cc_typecursor_next()
 460     const krb5_cc_ops *ops;  in krb5_cc_support_switch()  local
 
 | 
| H A D | cc-int.h | 37     const struct _krb5_cc_ops *ops;  member176     const struct _krb5_cc_ops *ops;  member
 
 | 
| /freebsd/sys/dev/bnxt/bnxt_en/ | 
| H A D | bnxt_ulp.c | 230 	struct bnxt_ulp_ops *ops;  in bnxt_ulp_stop()  local251 	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/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/sys/contrib/openzfs/module/icp/algs/aes/ | 
| H A D | aes_impl.c | 45 	const aes_impl_ops_t *ops = aes_impl_get_ops();  in aes_init_keysched()  local119 	const aes_impl_ops_t	*ops = ksch->ops;  in aes_encrypt_block()  local
 166 	const aes_impl_ops_t	*ops = ksch->ops;  in aes_decrypt_block()  local
 266 	const aes_impl_ops_t *ops = NULL;  in aes_impl_get_ops()  local
 
 | 
| /freebsd/contrib/less/ | 
| H A D | cvt.c | 22 public size_t cvt_length(size_t len, int ops)  in cvt_length()53 …vt_text(mutable char *odst, constant char *osrc, mutable int *chpos, mutable size_t *lenp, int ops)  in cvt_text()
 
 | 
| /freebsd/contrib/netbsd-tests/lib/libc/gen/ | 
| H A D | t_fpsetmask.c | 187 struct ops {  struct193 static const struct ops float_ops[] = {  argument
 
 | 
| /freebsd/sys/contrib/openzfs/module/icp/algs/blake3/ | 
| H A D | blake3.c | 134 static void output_chaining_value(const blake3_ops_t *ops,  in output_chaining_value()144 static void output_root_bytes(const blake3_ops_t *ops, const output_t *ctx,  in output_root_bytes()
 168 static void chunk_state_update(const blake3_ops_t *ops,  in chunk_state_update()
 233 static size_t compress_chunks_parallel(const blake3_ops_t *ops,  in compress_chunks_parallel()
 277 static size_t compress_parents_parallel(const blake3_ops_t *ops,  in compress_parents_parallel()
 323 static size_t blake3_compress_subtree_wide(const blake3_ops_t *ops,  in blake3_compress_subtree_wide()
 409 static void compress_subtree_to_parent_node(const blake3_ops_t *ops,  in compress_subtree_to_parent_node()
 
 | 
| /freebsd/crypto/krb5/src/lib/krb5/keytab/ | 
| H A D | ktbase.c | 61     const krb5_kt_ops *ops;  member117 krb5_kt_register(krb5_context context, const krb5_kt_ops *ops)  in krb5_kt_register()
 
 | 
| /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 | 50 	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;  member61 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;  member76 #define	backlight_device_register(name, dev, data, ops, props)	\  argument
 
 | 
| /freebsd/sys/contrib/openzfs/module/icp/algs/sha2/ | 
| H A D | sha2_generic.c | 237 	const sha256_ops_t *ops = ctx->ops;  in icp_sha256_update()  local270 	const sha512_ops_t *ops = ctx->ops;  in icp_sha512_update()  local
 303 	const sha256_ops_t *ops = ctx->ops;  in icp_sha256_final()  local
 348 	const sha512_ops_t *ops = ctx->ops;  in icp_sha512_final()  local
 
 | 
| /freebsd/usr.bin/pr/ | 
| H A D | pr.c | 170 	int ops;  in onecol()  local341 	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/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/sys/contrib/openzfs/include/sys/ | 
| H A D | sha2.h | 64 	const void *ops;  member74 	const void *ops;  member
 
 | 
| /freebsd/sys/contrib/openzfs/module/zcommon/ | 
| H A D | zfs_fletcher.c | 425 	const fletcher_4_ops_t *ops = NULL;  in fletcher_4_impl_get()  local457 	const fletcher_4_ops_t *ops = fletcher_4_impl_get();  in fletcher_4_native_impl()  local
 506 	const fletcher_4_ops_t *ops = fletcher_4_impl_get();  in fletcher_4_byteswap_impl()  local
 829 	const fletcher_4_ops_t *ops = fletcher_4_impl_get();  in abd_fletcher_4_init()  local
 845 	fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private;  in abd_fletcher_4_fini()  local
 882 	fletcher_4_ops_t *ops = (fletcher_4_ops_t *)cdp->acd_private;  in abd_fletcher_4_iter()  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/netpfil/ipfw/nat64/ | 
| H A D | ip_fw_nat64.h | 58 #define	NAT64_DEFINE_OPCODE_REWRITER(mod, name, ops)			\  argument
 | 
| /freebsd/contrib/wpa/wpa_supplicant/ | 
| H A D | autoscan.c | 46 	const struct autoscan_ops *ops = NULL;  in autoscan_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()
 |