Searched refs:group (Results 401 - 425 of 675) sorted by relevance

<<11121314151617181920>>

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Dtests-results.css110 table.summary tr.group {
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Devents.c414 struct wpa_ssid *group,
461 for (ssid = group; ssid; ssid = ssid->pnext) {
516 struct wpa_ssid *group,
558 for (ssid = group; ssid; ssid = ssid->pnext) {
649 struct wpa_ssid *group,
654 wpa_printf(MSG_DEBUG, "Selecting BSS from priority group %d",
655 group->priority);
658 selected = wpa_supplicant_select_bss_wpa(wpa_s, scan_res, group,
665 return wpa_supplicant_select_bss_non_wpa(wpa_s, scan_res, group,
412 wpa_supplicant_select_bss_wpa(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res, struct wpa_ssid *group, struct wpa_ssid **selected_ssid) argument
514 wpa_supplicant_select_bss_non_wpa(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res, struct wpa_ssid *group, struct wpa_ssid **selected_ssid) argument
647 wpa_supplicant_select_bss(struct wpa_supplicant *wpa_s, struct wpa_scan_results *scan_res, struct wpa_ssid *group, struct wpa_ssid **selected_ssid) argument
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/testsuite/binutils-all/
H A Dobjcopy.exp871 objcopy_test_readelf "ELF group" group.s
872 objcopy_test_readelf "ELF group" group-2.s
873 objcopy_test_readelf "ELF group" group-3.s
874 objcopy_test_readelf "ELF group" group-4.s
875 run_dump_test "group-5"
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-arm/
H A Dgroup-relocs.d2 tmpdir/group-relocs: file format elf32-(little|big)arm
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-m68hc11/
H A Drelax-group.d1 #source: relax-group.s
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dalpha-tdep.c145 struct reggroup *group)
153 if (group == all_reggroup)
164 if (group == save_reggroup || group == restore_reggroup)
171 return group == system_reggroup;
175 return group == float_reggroup;
178 return group == float_reggroup;
180 return group == general_reggroup;
143 alpha_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
H A Dm68hc11-tdep.c696 /* If we are within the instruction group, we can't advance the
1404 struct reggroup *group)
1408 if (group == save_reggroup || group == restore_reggroup)
1419 if (group == m68hc11_soft_reggroup)
1425 if (group == m68hc11_hard_reggroup)
1431 return default_register_reggroup_p (gdbarch, regnum, group);
1400 m68hc11_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
H A Dmt-tdep.c307 /* Return true if register REGNUM is a member of the register group
312 struct reggroup *group)
315 if (group == all_reggroup)
320 if (group == general_reggroup)
323 if (group == float_reggroup)
326 if (group == vector_reggroup)
330 return default_register_reggroup_p (gdbarch, regnum, group);
311 mt_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
H A Dxtensa-tdep.c791 xtensa_coprocessor_register_group (struct reggroup *group) argument
796 if (group == xtensa_cp[i])
812 struct reggroup *group)
816 xtensa_register_group_t rg = reg->group;
819 if (group == save_reggroup)
829 if (group == all_reggroup)
831 if (group == xtensa_ar_reggroup)
833 if (group == xtensa_user_reggroup)
835 if (group == float_reggroup)
837 if (group
810 xtensa_register_reggroup_p(struct gdbarch *gdbarch, int regnum, struct reggroup *group) argument
[all...]
H A Dregcache.c1238 struct reggroup *group; local
1240 for (group = reggroup_next (gdbarch, NULL);
1241 group != NULL;
1242 group = reggroup_next (gdbarch, group))
1244 if (gdbarch_register_reggroup_p (gdbarch, regnum, group))
1247 "%s%s", sep, reggroup_name (group));
1342 "including each register's group.\n"
/netbsd-6-1-5-RELEASE/usr.sbin/mrouted/
H A Dvif.c272 * Join the DVMRP multicast group on the interface.
274 * receives IGMP packets addressed to ANY IP multicast group while
275 * multicast routing is enabled. However, joining the group allows
281 * Join the ALL-ROUTERS multicast group on the interface.
300 * periodic group membership queries to the subnet. Send the first
332 * Depart from the DVMRP multicast group on the interface.
337 * Depart from the ALL-ROUTERS multicast group on the interface.
354 * Discard all group addresses. (No need to tell kernel;
465 * active group on each vif.
475 * Send group membershi
498 accept_membership_query(u_int32_t src, u_int32_t dst, u_int32_t group, int tmo) argument
534 accept_group_report(u_int32_t src, u_int32_t dst, u_int32_t group, int r_type) argument
610 accept_leave_message(u_int32_t src, u_int32_t dst, u_int32_t group) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dcmdtab.c65 { "alias", group, S, CMP(A) T|M|RAWLIST, 0, 1000 },
103 { "group", group, S, CMP(a) T|M|RAWLIST, 0, 1000 },
/netbsd-6-1-5-RELEASE/sys/dev/sdmmc/
H A Dsdmmcreg.h319 #define SFUNC_STATUS_GROUP(status, group) \
320 be16toh(__bitfield((uint32_t *)(status), (7 - (group)) << 4, 16))
/netbsd-6-1-5-RELEASE/sys/netsmb/
H A Dsmb_conn.h149 gid_t gid; /* group of connection */
164 gid_t gid; /* group of connection */
254 gid_t vc_grp; /* group of connection */
297 gid_t ss_grp; /* group of connection */
323 gid_t group; member in struct:smb_vcspec
340 gid_t group; member in struct:smb_sharespec
H A Dsmb_usr.c96 spec->group = dp->ioc_group;
123 spec->group = dp->ioc_group;
H A Dsmb_conn.c175 if (vcspec->group != SMBM_ANY_GROUP) {
176 if (vcp->vc_grp != vcspec->group)
418 gid_t gid = vcspec->group;
625 if (dp->group != SMBM_ANY_GROUP) {
626 if (ssp->ss_grp != dp->group)
730 gid_t gid = shspec->group;
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Diso.c663 #define pgroup(group, header) \
664 for (j = 0, tpfirst=1; group[j].text; j++) \
665 if (*(u_long*)((u_long)s + group[j].off) || \
672 fprintf(stdout, group[j].text, indent, " ", \
673 *(u_long*)((u_long)s + group[j].off), \
674 plural(*(u_long*)((u_long)s + group[j].off))); \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dcrypto.c349 EC_GROUP *group; local
372 * Find the group id
382 * Create group, key, parse key
386 group = EC_GROUP_new_by_curve_name(groupnid);
387 EC_KEY_set_group(key, group);
388 EC_GROUP_free(group);
491 const EC_GROUP *group; local
504 group = EC_KEY_get0_group(signer->private_key.ecdsa);
505 if (group == NULL)
513 if (EC_GROUP_get_order(group, orde
957 EC_GROUP *group; local
[all...]
/netbsd-6-1-5-RELEASE/dist/dhcp/server/
H A Ddhcp.c634 if (subnet && subnet -> group -> authoritative) {
652 if (packet -> shared_network -> group -> authoritative)
891 lease -> subnet -> group,
892 (struct group *)0);
899 &global_scope, packet -> classes [i - 1] -> group,
900 lease ? lease -> subnet -> group : (struct group *)0);
1004 if (subnet && !subnet -> group -> authoritative) {
1037 &global_scope, subnet -> group,
1038 (struct group *)
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_wpi.c2261 struct wpi_power_group *group = &sc->groups[n]; local
2268 /* save power group information */
2269 group->chan = rgroup.chan;
2270 group->maxpwr = rgroup.maxpwr;
2272 group->temp = (int16_t)le16toh(rgroup.temp);
2274 DPRINTF(("power group %d: chan=%d maxpwr=%d temp=%d\n", n,
2275 group->chan, group->maxpwr, group->temp));
2278 group
2447 struct wpi_power_group *group; local
2495 wpi_get_power_index(struct wpi_softc *sc, struct wpi_power_group *group, struct ieee80211_channel *c, int rate) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c179 "key_mgmt", "proto", "pairwise", "auth_alg", "group", "eap",
1739 /***** group cipher */
2599 const char *group; local
2643 group = "wep40";
2646 group = "tkip";
2649 group = "ccmp";
2652 group = "wep104";
2655 group = "";
2659 if (!wpa_dbus_dict_append_string(&iter_dict, "Group", group))
2673 /* Management group (RS
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/ssl/
H A Ds3_lib.c3893 && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group != NULL)
3894 && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth != NULL)
3895 && (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_prime_field)
3907 else if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_characteristic_two_field)
3932 && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group != NULL)
3935 ec_nid = EC_GROUP_get_curve_name(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group);
3937 && (s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth != NULL)
3940 if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_prime_field)
3945 else if (EC_METHOD_get_field_type(s->cert->pkeys[SSL_PKEY_ECC].privatekey->pkey.ec->group->meth) == NID_X9_62_characteristic_two_field)
3980 if (s->cert->ecdh_tmp->group !
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/bfin/
H A Dbfin.c2270 int i, group;
2274 for (i = 1, group = 0; i < XVECLEN (op, 0) - 1; i++)
2296 if (group == 0)
2300 group = 1;
2305 group = 2;
2314 if (group == 1)
2318 group = 2;
2326 else if (group == 2)
2340 int i, group;
2342 for (i = 1, group
2258 int i, group; local
2328 int i, group; local
[all...]
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipfstat.c786 static void printlivelist(out, set, fp, group, comment)
789 char *group, *comment;
812 if (group != NULL)
813 strncpy(rule.iri_group, group, FR_GROUPLEN);
892 printlivelist(out, set, fp->fr_data, group,
897 if (group == NULL) {
909 static void printdeadlist(out, set, fp, group, comment)
912 char *group, *comment;
989 printdeadlist(out, set, fb.fr_data, group,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
H A Dautogroup.c3 /* autogroup.c - automatic group overlay */
36 /* Filter represents the memberURL of a group. */
46 /* Description of group attributes. */
54 /* Represents the group entry. */
74 autogroup_def_t *ags_def; /* Attributes definition of the group being added. */
77 /* Used for adding members, found when searching, to a group. */
79 autogroup_entry_t *agg_group; /* The group to which the members will be added. */
84 search results which will be added to the group. */
93 ** age - the group to which the member DN will be added
143 ** age - the group fro
731 Entry *e, *group; local
[all...]

Completed in 296 milliseconds

<<11121314151617181920>>