Searched refs:group (Results 76 - 100 of 304) sorted by last modified time

1234567891011>>

/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Drt2860.c2336 rt2860_select_chan_group(struct rt2860_softc *sc, int group) argument
2341 rt2860_mcu_bbp_write(sc, 62, 0x37 - sc->lna[group]);
2342 rt2860_mcu_bbp_write(sc, 63, 0x37 - sc->lna[group]);
2343 rt2860_mcu_bbp_write(sc, 64, 0x37 - sc->lna[group]);
2346 if (group == 0) {
2366 tmp |= (group == 0) ? RT2860_5G_BAND_SEL_N : RT2860_5G_BAND_SEL_P;
2375 if (group == 0) { /* 2GHz */
2394 if (group == 0)
2398 if (group == 0)
2406 if (group
4248 u_int chan, group; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwmreg.h2067 /* system group command IDs */
2088 /* SYSTEM_GROUP group subcommand IDs */
2095 /* DATA_PATH group subcommand IDs */
2235 /* for parsing of tx power channel group data that comes from the firmware*/
2388 /* 8 pages per group */
2616 * @group: group ID
2622 uint8_t group; member in struct:iwm_fw_cmd_version
6123 * @IWM_STA_KEY_FLG_WEP_KEY_MAP: wep is either a group key (0 - legacy WEP) or from
6691 * header from 4 bytes to 8 bytes to introduce a group (i
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp638 ASIXDevice::ModifyMulticastTable(bool join, ether_address_t* group) argument
642 group->ebyte[0], group->ebyte[1], group->ebyte[2],
643 group->ebyte[3], group->ebyte[4], group->ebyte[5]);
644 TRACE("%s multicast group %s\n", join ? "Joining" : "Leaving", groupName);
646 uint32 hash = EthernetCRC32(group->ebyte, 6);
653 TRACE_ALWAYS("Cannot leave unlisted multicast group
[all...]
/haiku/src/kits/shared/
H A DExpressionParser.cpp288 void SetSeparators(BString decimal, BString group) argument
291 fGroupSeparator = group;
837 ExpressionParser::SetSeparators(BString decimal, BString group) argument
839 if (decimal == group)
842 fTokenizer->SetSeparators(decimal, group);
/haiku/headers/private/shared/
H A DExpressionParser.h53 status_t SetSeparators(BString decimal, BString group);
/haiku/headers/os/media/
H A DMediaRoster.h375 BBufferGroup* group,
/haiku/src/servers/app/stackandtile/
H A DStacking.cpp97 SATGroup* group = sender->GetGroup();
98 if (!group)
110 if (!group->RemoveWindow(candidate, false))
119 SATGroup* group = sender->GetGroup();
121 if (!area || !group)
130 if (!group->RemoveWindow(removeWindow, false))
225 SATStacking::FindSnappingCandidates(SATGroup* group) argument
242 for (int i = 0; i < group->CountItems(); i++) {
243 SATWindow* satWindow = group->WindowAt(i);
296 SATGroup* group
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8812a/
H A Dr12a_chan.c120 int group; local
124 if (chan <= 2) group = 0;
125 else if (chan <= 5) group = 1;
126 else if (chan <= 8) group = 2;
127 else if (chan <= 11) group = 3;
128 else if (chan <= 14) group = 4;
137 if (chan <= 42) group = 0;
138 else if (chan <= 48) group = 1;
139 else if (chan <= 58) group = 2;
140 else if (chan <= 64) group
168 int i, ridx, group, max_mcs; local
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192e/
H A Dr92e_chan.c70 int group; local
74 if (chan <= 2) group = 0;
75 else if (chan <= 5) group = 1;
76 else if (chan <= 8) group = 2;
77 else if (chan <= 11) group = 3;
78 else if (chan <= 14) group = 4;
88 return (group);
96 int i, ridx, group, max_mcs; local
98 /* Determine channel group. */
99 group
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8192c/
H A Dr92c_chan.c62 int group; local
66 if (chan <= 3) group = 0;
67 else if (chan <= 9) group = 1;
68 else if (chan <= 14) group = 2;
78 return (group);
90 int max_mcs, ridx, group; local
92 /* Determine channel group. */
93 group = r92c_get_power_group(sc, c);
94 if (group == -1) { /* shouldn't happen */
113 max = rt->ht40_max_pwr[chain][group];
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_chan.c63 int group; local
67 if (chan <= 2) group = 0;
68 else if (chan <= 5) group = 1;
69 else if (chan <= 8) group = 2;
70 else if (chan <= 11) group = 3;
71 else if (chan <= 13) group = 4;
72 else if (chan <= 14) group = 5;
82 return (group);
92 int max_mcs, ridx, group; local
94 /* Determine channel group
[all...]
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp414 group* WriteFlatGroup(FlatStore& store) const
416 struct group group; local
426 group.gr_gid = fGID;
427 group.gr_name = store.AppendString(fName);
428 group.gr_passwd = store.AppendString(fPassword);
429 group.gr_mem = (char**)store.AppendData(members,
432 return store.AppendData(group);
596 status_t AddGroup(Group* group) argument
599 fGroupsByID[group
614 RemoveGroup(Group* group) argument
625 Group* group = it->second; local
649 Group* group = it->second; local
700 Group* group = it->second; local
939 Group* group = NULL; local
1124 Group* group = NULL; local
1195 Group* group = NULL; local
1315 Group* group = NULL; local
[all...]
/haiku/src/build/libbe/storage/
H A DStatable.cpp120 /*! \brief Returns the group owner of the node.
121 \param group a pointer to a gid_t variable to be set to the result
125 BStatable::GetGroup(gid_t *group) const
127 status_t error = (group ? B_OK : B_BAD_VALUE);
132 *group = statData.st_gid;
136 /*! \brief Sets the group owner of the node.
137 \param group the new group
141 BStatable::SetGroup(gid_t group) argument
144 statData.st_gid = group;
[all...]
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp57 virtual void Group(RTF::Group *group);
58 virtual void GroupEnd(RTF::Group *group);
392 TextOutput::Group(RTF::Group *group) argument
394 if (group->Destination() != RTF::TEXT_DESTINATION) {
403 // run may still be changed in the new group -- later, we'll just
415 TextOutput::GroupEnd(RTF::Group *group) argument
432 // adopt the text_run from the previous group
H A DRTF.cpp120 } else if (RTF::Group *group = dynamic_cast<RTF::Group *>(&element))
121 printf("<Group \"%s\">\n", group->Name());
123 if (RTF::Group *group = dynamic_cast<RTF::Group *>(&element)) {
124 for (uint32 i = 0; i < group->CountElements(); i++)
125 dump(*group->ElementAt(i), level + 1);
385 Group *group = dynamic_cast<Group *>(element); local
386 if (group == NULL)
389 Command *command = dynamic_cast<Command *>(group->ElementAt(0));
391 return group;
461 // recreate "rtf" command to name this group
826 Group(RTF::Group *group) argument
832 GroupEnd(RTF::Group *group) argument
[all...]
H A DRTF.h169 virtual void Group(RTF::Group *group);
170 virtual void GroupEnd(RTF::Group *group);
/haiku/src/kits/storage/
H A DStatable.cpp130 // Fills out the node's GID into group.
132 BStatable::GetGroup(gid_t* group) const
134 status_t result = (group ? B_OK : B_BAD_VALUE);
141 *group = stat.st_gid;
147 // Sets the node's GID to group.
149 BStatable::SetGroup(gid_t group) argument
152 stat.st_gid = group;
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dsd.c43 sd->group = const_cpu_to_le32(0x54);
146 * security descriptor, we have the group SID.
148 sid = (SID*)((char*)sd + le32_to_cpu(sd->group));
189 sd->group = const_cpu_to_le32(0x1020);
383 //group sid
384 sid = (SID*)((char*)sd + le32_to_cpu(sd->group));
429 sd->group = const_cpu_to_le32(0x58);
493 //group sid
494 sid = (SID*)((char*)sd + le32_to_cpu(sd->group));
525 sd->group
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1127 * Optional simplified checking of group membership
1130 * /etc/group at initialization time.
1132 * setgroups() nor the changes in /etc/group since initialization
1137 * Should not be called for user root, however the group may be root
1166 * Check whether current thread owner is member of file group
1168 * Should not be called for user root, however the group may be root
1170 * The group list is available in "/proc/$PID/cred"
1180 gid_t pr_egid; /* effective group id */
1181 gid_t pr_rgid; /* real group id */
1182 gid_t pr_sgid; /* saved group i
1372 const struct MAPPING* group; local
4103 struct group *group; local
[all...]
H A Dlayout.h1147 * A GUID is a 128-bit value consisting of one group of eight hexadecimal
1149 * by one group of twelve hexadecimal digits. GUIDs are Microsoft's
1158 le16 data2; /* The first group of four hexadecimal digits. */
1159 le16 data3; /* The second group of four hexadecimal digits. */
1160 u8 data4[8]; /* The first two bytes are the third group of four
1242 * identifies a user or group in relation to the authority that issued the SID.
1385 * Example SID; the domain-relative SID of the local Administrators group on
1488 * An ACE defines access to an object for a specific user or group or defines
1490 * for a specific user or group. The user or group i
1815 le32 group; /* Byte offset to a SID representing an object's member in struct:__anon66
1847 SID *group; /* Points to a SID representing an object's primary member in struct:__anon67
[all...]
H A Dacls.c150 * SID for generic creator-group
187 * Local users group recognized as world
191 * as a mapped group.)
227 * Test whether a SID means "some user (or group)"
241 * Test whether a SID means "some special group"
280 * First check group, which is the last field in all descriptors
284 offgroup = le32_to_cpu(phead->group);
456 * Find Linux group mapped to a gsid
523 * Find Linux group mapped to a gsid
630 * and owner and group SI
2944 merge_permissions(BOOL isdir, le32 owner, le32 group, le32 world, le32 special) argument
4330 struct MAPPING *group; local
[all...]
/haiku/src/tools/translation/inspector/
H A DTranslatorItem.h46 BTranslatorItem(const char *text, const char *path, int32 group);
H A DTranslatorItem.cpp33 BTranslatorItem::BTranslatorItem(const char *text, const char *path, int32 group) argument
39 if (group == SYSTEM_TRANSLATOR || group == USER_TRANSLATOR)
40 fgroup = group;
H A DInspectorApp.cpp66 InspectorApp::AddToTranslatorsList(const char *folder, int32 group) argument
76 new BTranslatorItem(path.Leaf(), path.Path(), group));
H A DInspectorApp.h54 void AddToTranslatorsList(const char *folder, int32 group);

Completed in 212 milliseconds

1234567891011>>