Searched refs:group (Results 426 - 450 of 2184) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Dafp_avahi.c56 if (!ctx->group) {
57 if (!(ctx->group = avahi_entry_group_new(ctx->client, publish_reply, ctx))) {
58 LOG(log_error, logtype_afpd, "Failed to create entry group: %s",
64 if (avahi_entry_group_is_empty(ctx->group)) {
116 if (avahi_entry_group_add_service(ctx->group,
131 if (i && avahi_entry_group_add_service_strlst(ctx->group,
148 if (avahi_entry_group_add_service_strlst(ctx->group,
166 if (avahi_entry_group_commit(ctx->group) < 0) {
167 LOG(log_error, logtype_afpd, "Failed to commit entry group: %s",
186 assert(ctx->group
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/ec/
H A Dec_asn1.c65 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
69 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
74 while (group->poly[i] != 0)
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
89 if (group == NULL)
92 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
94 || !((group->poly[0] != 0) && (group->poly[1] != 0)
95 && (group->poly[2] == 0))) {
102 *k = group
107 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
311 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
431 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
542 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
645 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
971 EC_GROUP *group = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/ec/
H A Dec_asn1.c65 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
69 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
74 while (group->poly[i] != 0)
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
89 if (group == NULL)
92 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
94 || !((group->poly[0] != 0) && (group->poly[1] != 0)
95 && (group->poly[2] == 0))) {
102 *k = group
107 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
311 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
431 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
542 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
645 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
971 EC_GROUP *group = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/ec/
H A Dec_asn1.c65 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
69 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
74 while (group->poly[i] != 0)
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
89 if (group == NULL)
92 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
94 || !((group->poly[0] != 0) && (group->poly[1] != 0)
95 && (group->poly[2] == 0))) {
102 *k = group
107 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
311 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
431 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
542 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
645 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
971 EC_GROUP *group = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec_asn1.c66 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
70 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
75 while (group->poly[i] != 0)
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
89 if (group == NULL)
92 if (EC_GROUP_method_of(group)->group_set_curve != ec_GF2m_simple_group_set_curve
93 || !((group->poly[0] != 0) && (group->poly[1] != 0) && (group->poly[2] == 0)))
100 *k = group
105 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
299 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
430 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
563 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
684 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
1055 EC_GROUP *group = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_led.c25 * ledno - LED group number. There are 1 to 1 led mapping to each port in each led group
34 * The API can set LED indicated information configuration for each LED group with 1 to 1 led mapping to each port.
75 * ledno - LED group number. There are 1 to 1 led mapping to each port in each led group
156 * Set group LED mode
159 * group - LED group number
171 ret_t rtl8367c_setAsicForceLed(rtk_uint32 port, rtk_uint32 group, rtk_uint32 mode) argument
179 if(group >
214 rtl8367c_getAsicForceLed(rtk_uint32 port, rtk_uint32 group, rtk_uint32* pMode) argument
410 rtl8367c_setAsicLedGroupEnable(rtk_uint32 group, rtk_uint32 portmask) argument
449 rtl8367c_getAsicLedGroupEnable(rtk_uint32 group, rtk_uint32 *portmask) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_led.c25 * ledno - LED group number. There are 1 to 1 led mapping to each port in each led group
34 * The API can set LED indicated information configuration for each LED group with 1 to 1 led mapping to each port.
75 * ledno - LED group number. There are 1 to 1 led mapping to each port in each led group
156 * Set group LED mode
159 * group - LED group number
171 ret_t rtl8367c_setAsicForceLed(rtk_uint32 port, rtk_uint32 group, rtk_uint32 mode) argument
179 if(group >
214 rtl8367c_getAsicForceLed(rtk_uint32 port, rtk_uint32 group, rtk_uint32* pMode) argument
410 rtl8367c_setAsicLedGroupEnable(rtk_uint32 group, rtk_uint32 portmask) argument
449 rtl8367c_getAsicLedGroupEnable(rtk_uint32 group, rtk_uint32 *portmask) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec_asn1.c66 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
70 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
75 while (group->poly[i] != 0)
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
89 if (group == NULL)
92 if (EC_GROUP_method_of(group)->group_set_curve != ec_GF2m_simple_group_set_curve
93 || !((group->poly[0] != 0) && (group->poly[1] != 0) && (group->poly[2] == 0)))
100 *k = group
105 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
299 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
430 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
563 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
684 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
1055 EC_GROUP *group = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dec_asn1.c66 int EC_GROUP_get_basis_type(const EC_GROUP *group) argument
70 if (EC_METHOD_get_field_type(EC_GROUP_method_of(group)) !=
75 while (group->poly[i] != 0)
87 int EC_GROUP_get_trinomial_basis(const EC_GROUP *group, unsigned int *k) argument
89 if (group == NULL)
92 if (EC_GROUP_method_of(group)->group_set_curve != ec_GF2m_simple_group_set_curve
93 || !((group->poly[0] != 0) && (group->poly[1] != 0) && (group->poly[2] == 0)))
100 *k = group
105 EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1, unsigned int *k2, unsigned int *k3) argument
299 ec_asn1_group2fieldid(const EC_GROUP *group, X9_62_FIELDID *field) argument
430 ec_asn1_group2curve(const EC_GROUP *group, X9_62_CURVE *curve) argument
563 ec_asn1_group2parameters(const EC_GROUP *group, ECPARAMETERS *param) argument
684 ec_asn1_group2pkparameters(const EC_GROUP *group, ECPKPARAMETERS *params) argument
1055 EC_GROUP *group = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/testsuite/nsswitch/
H A Dgetent.exp68 # @(#) Test each group in the output of wbinfo is also in the output of
73 set getent_output [util_start "getent" "group" ""]
85 # Test wbinfo group names are in getent group names
87 foreach { group } [split $wbinfo_output "\n"] {
89 verbose "looking for $group"
91 set test_desc "getent group does not contain $group"
93 if { ![regexp "$group" $getent_output] } {
100 # Test getent group name
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/testsuite/nsswitch/
H A Dgetent.exp68 # @(#) Test each group in the output of wbinfo is also in the output of
73 set getent_output [util_start "getent" "group" ""]
85 # Test wbinfo group names are in getent group names
87 foreach { group } [split $wbinfo_output "\n"] {
89 verbose "looking for $group"
91 set test_desc "getent group does not contain $group"
93 if { ![regexp "$group" $getent_output] } {
100 # Test getent group name
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/nsswitch/
H A Dwinbind_nss_netbsd.c34 group functions
38 static struct group _winbind_group;
55 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
57 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
59 NSS_STATUS _nss_winbind_getgrnam_r(const char *name, struct group *result,
61 NSS_STATUS _nss_winbind_getgrgid_r(gid_t gid, struct group *result, char *buffer,
63 NSS_STATUS _nss_winbind_initgroups_dyn(char *user, gid_t group, long int *start,
101 struct group **retval = va_arg(ap, struct group **);
117 struct group *gr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/nsswitch/
H A Dwinbind_nss_netbsd.c34 group functions
38 static struct group _winbind_group;
55 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
57 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
59 NSS_STATUS _nss_winbind_getgrnam_r(const char *name, struct group *result,
61 NSS_STATUS _nss_winbind_getgrgid_r(gid_t gid, struct group *result, char *buffer,
63 NSS_STATUS _nss_winbind_initgroups_dyn(char *user, gid_t group, long int *start,
101 struct group **retval = va_arg(ap, struct group **);
117 struct group *gr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/testsuite/nsswitch/
H A Dgetent.exp68 # @(#) Test each group in the output of wbinfo is also in the output of
73 set getent_output [util_start "getent" "group" ""]
85 # Test wbinfo group names are in getent group names
87 foreach { group } [split $wbinfo_output "\n"] {
89 verbose "looking for $group"
91 set test_desc "getent group does not contain $group"
93 if { ![regexp "$group" $getent_output] } {
100 # Test getent group name
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/testsuite/nsswitch/
H A Dgetent.exp68 # @(#) Test each group in the output of wbinfo is also in the output of
73 set getent_output [util_start "getent" "group" ""]
85 # Test wbinfo group names are in getent group names
87 foreach { group } [split $wbinfo_output "\n"] {
89 verbose "looking for $group"
91 set test_desc "getent group does not contain $group"
93 if { ![regexp "$group" $getent_output] } {
100 # Test getent group name
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/testsuite/nsswitch/
H A Dgetent.exp68 # @(#) Test each group in the output of wbinfo is also in the output of
73 set getent_output [util_start "getent" "group" ""]
85 # Test wbinfo group names are in getent group names
87 foreach { group } [split $wbinfo_output "\n"] {
89 verbose "looking for $group"
91 set test_desc "getent group does not contain $group"
93 if { ![regexp "$group" $getent_output] } {
100 # Test getent group name
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/testsuite/nsswitch/
H A Dgetent.exp68 # @(#) Test each group in the output of wbinfo is also in the output of
73 set getent_output [util_start "getent" "group" ""]
85 # Test wbinfo group names are in getent group names
87 foreach { group } [split $wbinfo_output "\n"] {
89 verbose "looking for $group"
91 set test_desc "getent group does not contain $group"
93 if { ![regexp "$group" $getent_output] } {
100 # Test getent group name
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/nsswitch/
H A Dwinbind_nss_netbsd.c34 group functions
38 static struct group _winbind_group;
55 NSS_STATUS _nss_winbind_getgrent_r(struct group *result, char *buffer,
57 NSS_STATUS _nss_winbind_getgrlst_r(struct group *result, char *buffer,
59 NSS_STATUS _nss_winbind_getgrnam_r(const char *name, struct group *result,
61 NSS_STATUS _nss_winbind_getgrgid_r(gid_t gid, struct group *result, char *buffer,
63 NSS_STATUS _nss_winbind_initgroups_dyn(char *user, gid_t group, long int *start,
101 struct group **retval = va_arg(ap, struct group **);
117 struct group *gr
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/nss_wrapper/
H A Dnss_wrapper.c75 #define getgrouplist(user, group, groups, ngroups) 0
153 NSS_STATUS (*_nss_initgroups)(const char *user, gid_t group, long int *start,
155 NSS_STATUS (*_nss_getgrnam_r)(const char *name, struct group *result, char *buffer,
157 NSS_STATUS (*_nss_getgrgid_r)(gid_t gid, struct group *result, char *buffer,
160 NSS_STATUS (*_nss_getgrent_r)(struct group *result, char *buffer,
191 const char *user, gid_t group);
192 struct group * (*nw_getgrnam)(struct nwrap_backend *b,
195 const char *name, struct group *grdst,
196 char *buf, size_t buflen, struct group **grdstp);
197 struct group * (*nw_getgrgi
1249 nwrap_files_initgroups(struct nwrap_backend *b, const char *user, gid_t group) argument
1572 nwrap_module_initgroups(struct nwrap_backend *b, const char *user, gid_t group) argument
1981 nwrap_initgroups(const char *user, gid_t group) argument
2166 nwrap_getgrouplist(const char *user, gid_t group, gid_t *groups, int *ngroups) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/nss_wrapper/
H A Dnss_wrapper.c75 #define getgrouplist(user, group, groups, ngroups) 0
153 NSS_STATUS (*_nss_initgroups)(const char *user, gid_t group, long int *start,
155 NSS_STATUS (*_nss_getgrnam_r)(const char *name, struct group *result, char *buffer,
157 NSS_STATUS (*_nss_getgrgid_r)(gid_t gid, struct group *result, char *buffer,
160 NSS_STATUS (*_nss_getgrent_r)(struct group *result, char *buffer,
191 const char *user, gid_t group);
192 struct group * (*nw_getgrnam)(struct nwrap_backend *b,
195 const char *name, struct group *grdst,
196 char *buf, size_t buflen, struct group **grdstp);
197 struct group * (*nw_getgrgi
1249 nwrap_files_initgroups(struct nwrap_backend *b, const char *user, gid_t group) argument
1572 nwrap_module_initgroups(struct nwrap_backend *b, const char *user, gid_t group) argument
1981 nwrap_initgroups(const char *user, gid_t group) argument
2166 nwrap_getgrouplist(const char *user, gid_t group, gid_t *groups, int *ngroups) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/nss_wrapper/
H A Dnss_wrapper.c75 #define getgrouplist(user, group, groups, ngroups) 0
153 NSS_STATUS (*_nss_initgroups)(const char *user, gid_t group, long int *start,
155 NSS_STATUS (*_nss_getgrnam_r)(const char *name, struct group *result, char *buffer,
157 NSS_STATUS (*_nss_getgrgid_r)(gid_t gid, struct group *result, char *buffer,
160 NSS_STATUS (*_nss_getgrent_r)(struct group *result, char *buffer,
191 const char *user, gid_t group);
192 struct group * (*nw_getgrnam)(struct nwrap_backend *b,
195 const char *name, struct group *grdst,
196 char *buf, size_t buflen, struct group **grdstp);
197 struct group * (*nw_getgrgi
1249 nwrap_files_initgroups(struct nwrap_backend *b, const char *user, gid_t group) argument
1572 nwrap_module_initgroups(struct nwrap_backend *b, const char *user, gid_t group) argument
1981 nwrap_initgroups(const char *user, gid_t group) argument
2166 nwrap_getgrouplist(const char *user, gid_t group, gid_t *groups, int *ngroups) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/torture/
H A Dnsstest.c165 static struct group *nss_getgrent(void)
167 NSS_STATUS (*_nss_getgrent_r)(struct group *, char *,
169 (NSS_STATUS (*)(struct group *, char *,
171 static struct group grp;
205 static struct group *nss_getgrnam(const char *name)
207 NSS_STATUS (*_nss_getgrnam_r)(const char *, struct group *, char *,
209 (NSS_STATUS (*)(const char *, struct group *, char *,
211 static struct group grp;
244 static struct group *nss_getgrgid(gid_t gid)
246 NSS_STATUS (*_nss_getgrgid_r)(gid_t , struct group *, cha
314 nss_initgroups(char *user, gid_t group, gid_t **groups, long int *start, long int *size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/torture/
H A Dnsstest.c175 static struct group *nss_getgrent(void)
177 NSS_STATUS (*_nss_getgrent_r)(struct group *, char *,
179 (NSS_STATUS (*)(struct group *, char *,
181 static struct group grp;
214 static struct group *nss_getgrnam(const char *name)
216 NSS_STATUS (*_nss_getgrnam_r)(const char *, struct group *, char *,
218 (NSS_STATUS (*)(const char *, struct group *, char *,
220 static struct group grp;
252 static struct group *nss_getgrgid(gid_t gid)
254 NSS_STATUS (*_nss_getgrgid_r)(gid_t , struct group *, cha
321 nss_initgroups(char *user, gid_t group, gid_t **groups, long int *start, long int *size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/torture/
H A Dnsstest.c165 static struct group *nss_getgrent(void)
167 NSS_STATUS (*_nss_getgrent_r)(struct group *, char *,
169 (NSS_STATUS (*)(struct group *, char *,
171 static struct group grp;
205 static struct group *nss_getgrnam(const char *name)
207 NSS_STATUS (*_nss_getgrnam_r)(const char *, struct group *, char *,
209 (NSS_STATUS (*)(const char *, struct group *, char *,
211 static struct group grp;
244 static struct group *nss_getgrgid(gid_t gid)
246 NSS_STATUS (*_nss_getgrgid_r)(gid_t , struct group *, cha
314 nss_initgroups(char *user, gid_t group, gid_t **groups, long int *start, long int *size) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/torture/
H A Dnsstest.c175 static struct group *nss_getgrent(void)
177 NSS_STATUS (*_nss_getgrent_r)(struct group *, char *,
179 (NSS_STATUS (*)(struct group *, char *,
181 static struct group grp;
214 static struct group *nss_getgrnam(const char *name)
216 NSS_STATUS (*_nss_getgrnam_r)(const char *, struct group *, char *,
218 (NSS_STATUS (*)(const char *, struct group *, char *,
220 static struct group grp;
252 static struct group *nss_getgrgid(gid_t gid)
254 NSS_STATUS (*_nss_getgrgid_r)(gid_t , struct group *, cha
321 nss_initgroups(char *user, gid_t group, gid_t **groups, long int *start, long int *size) argument
[all...]

Completed in 249 milliseconds

<<11121314151617181920>>