Searched defs:group (Results 126 - 150 of 252) sorted by last modified time

1234567891011

/freebsd-11-stable/sys/fs/cd9660/
H A Diso.h196 u_char group [ISODCL (5, 8)]; /* 723 */ member in struct:iso_extended_attributes
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_memfree.c567 int group; local
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mcg.c136 struct mcast_group *group; member in struct:mcast_req
166 struct mcast_group *group; local
183 mcast_insert(struct mlx4_ib_demux_ctx *ctx, struct mcast_group *group) argument
252 send_join_to_wire(struct mcast_group *group, struct ib_sa_mad *sa_mad) argument
279 send_leave_to_wire(struct mcast_group *group, u8 join_state) argument
318 send_reply_to_slave(int slave, struct mcast_group *group, struct ib_sa_mad *req_sa_mad, u16 status) argument
437 release_group(struct mcast_group *group, int from_timeout_handler) argument
474 adjust_membership(struct mcast_group *group, u8 join_state, int inc) argument
483 get_leave_state(struct mcast_group *group) argument
495 join_group(struct mcast_group *group, int slave, u8 join_mask) argument
511 leave_group(struct mcast_group *group, int slave, u8 leave_state) argument
524 check_leave(struct mcast_group *group, int slave, u8 leave_mask) argument
542 struct mcast_group *group; local
584 handle_leave_req(struct mcast_group *group, u8 leave_mask, struct mcast_req *req) argument
605 handle_join_req(struct mcast_group *group, u8 join_mask, struct mcast_req *req) argument
644 struct mcast_group *group; local
751 struct mcast_group *group = NULL, *cur_group, *n; local
815 struct mcast_group *group, *cur_group; local
875 struct mcast_group *group = req->group; local
892 struct mcast_group *group; local
941 struct mcast_group *group; local
996 struct mcast_group *group = local
1064 force_clean_group(struct mcast_group *group) argument
1081 struct mcast_group *group; local
1167 clear_pending_reqs(struct mcast_group *group, int vf) argument
1200 push_deleteing_req(struct mcast_group *group, int slave) argument
1233 struct mcast_group *group; local
[all...]
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ccm.c526 int field, group; local
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_clnt.c1827 const EC_GROUP *group; local
/freebsd-11-stable/crypto/openssl/crypto/ecdh/
H A Decdhtest.c131 const EC_GROUP *group; local
/freebsd-11-stable/crypto/openssl/crypto/ec/
H A Decp_smpl.c139 int ec_GFp_simple_group_init(EC_GROUP *group) argument
148 void ec_GFp_simple_group_finish(EC_GROUP *group) argument
155 void ec_GFp_simple_group_clear_finish(EC_GROUP *group) argument
176 ec_GFp_simple_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
236 ec_GFp_simple_group_get_curve(const EC_GROUP *group, BIGNUM *p, BIGNUM *a, BIGNUM *b, BN_CTX *ctx) argument
282 ec_GFp_simple_group_get_degree(const EC_GROUP *group) argument
287 ec_GFp_simple_group_check_discriminant(const EC_GROUP *group, BN_CTX *ctx) argument
399 ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) argument
407 ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) argument
468 ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) argument
518 ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx) argument
536 ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point, BIGNUM *x, BIGNUM *y, BN_CTX *ctx) argument
651 ec_GFp_simple_add(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
838 ec_GFp_simple_dbl(const EC_GROUP *group, EC_POINT *r, const EC_POINT *a, BN_CTX *ctx) argument
981 ec_GFp_simple_invert(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
990 ec_GFp_simple_is_at_infinity(const EC_GROUP *group, const EC_POINT *point) argument
995 ec_GFp_simple_is_on_curve(const EC_GROUP *group, const EC_POINT *point, BN_CTX *ctx) argument
1099 ec_GFp_simple_cmp(const EC_GROUP *group, const EC_POINT *a, const EC_POINT *b, BN_CTX *ctx) argument
1209 ec_GFp_simple_make_affine(const EC_GROUP *group, EC_POINT *point, BN_CTX *ctx) argument
1249 ec_GFp_simple_points_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], BN_CTX *ctx) argument
1408 ec_GFp_simple_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
1414 ec_GFp_simple_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
[all...]
H A Decp_mont.c122 int ec_GFp_mont_group_init(EC_GROUP *group) argument
132 void ec_GFp_mont_group_finish(EC_GROUP *group) argument
145 ec_GFp_mont_group_clear_finish(EC_GROUP *group) argument
195 ec_GFp_mont_group_set_curve(EC_GROUP *group, const BIGNUM *p, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
255 ec_GFp_mont_field_mul(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, const BIGNUM *b, BN_CTX *ctx) argument
266 ec_GFp_mont_field_sqr(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
277 ec_GFp_mont_field_encode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
288 ec_GFp_mont_field_decode(const EC_GROUP *group, BIGNUM *r, const BIGNUM *a, BN_CTX *ctx) argument
299 ec_GFp_mont_field_set_to_one(const EC_GROUP *group, BIGNUM *r, BN_CTX *ctx) argument
[all...]
/freebsd-11-stable/crypto/openssl/apps/
H A Decparam.c122 EC_GROUP *group = NULL; local
[all...]
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_prtn_config.c128 ip_mgroup_pkey_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
149 ip_mgroup_rate_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
167 ip_mgroup_mtu_ok(struct part_conf *conf, struct precreate_mgroup *group) argument
185 __create_mgrp(struct part_conf *conf, struct precreate_mgroup *group) argument
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibnetdiscover.c220 void out_ids(ibnd_node_t * node, int group, char *chname, char *out_prefix) argument
272 void out_switch(ibnd_node_t * node, int group, char *chname, char *id_prefix, argument
319 void out_ca(ibnd_node_t * node, int group, char *chname, char *id_prefix, argument
346 static char *out_ext_port(ibnd_port_t * port, int group) argument
359 out_switch_port(ibnd_port_t * port, int group, char *out_prefix) argument
430 out_ca_port(ibnd_port_t * port, int group, char *out_prefix) argument
488 int group; member in struct:iter_user_data
550 dump_topology(int group, ibnd_fabric_t * fabric) argument
992 static int list, group, ports_report; variable
[all...]
/freebsd-11-stable/usr.sbin/pw/
H A Dgrupd.c54 gr_update(struct group * grp, char const * group) argument
/freebsd-11-stable/usr.sbin/bluetooth/sdpd/
H A Dmain.c72 char const *user = "nobody", *group = "nobody"; local
152 drop_root(char const *user, char const *group) argument
[all...]
/freebsd-11-stable/usr.bin/getent/
H A Dgetent.c230 group(int argc, char *argv[]) function
/freebsd-11-stable/stand/libsa/
H A Dnandfs.c987 uint64_t group, group_offset, blocknr_in_group; local
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dsnmpmod.h392 struct vacm_group *group; member in struct:vacm_user
411 struct vacm_group *group; member in struct:vacm_access
H A Dmain.c2805 struct vacm_group *group; local
2897 struct vacm_group *group; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c8279 match_group_member(asection *sec, asection *group, struct bfd_link_info *info) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decs_lib.c233 const EC_GROUP *group; local
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf.h131 char *CONF_get_string(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
133 long CONF_get_number(LHASH_OF(CONF_VALUE) *conf, const char *group, variable
/freebsd-11-stable/crypto/openssh/
H A Dsshkey.c2866 sshkey_ec_validate_public(const EC_GROUP *group, const EC_POINT *public) argument
2983 sshkey_dump_ec_point(const EC_GROUP *group, const EC_POINT *point) argument
[all...]
H A Dsftp-common.c219 const char *user, *group; local
H A Dkey.c242 key_ec_validate_public(const EC_GROUP *group, const EC_POINT *public) argument
/freebsd-11-stable/sys/contrib/ena-com/
H A Dena_admin_defs.h864 uint16_t group; member in struct:ena_admin_aenq_common_desc
/freebsd-11-stable/lib/libutil/
H A Dgr_util.c59 gr_init(const char *dir, const char *group) argument
[all...]

Completed in 405 milliseconds

1234567891011