Searched refs:group (Results 176 - 200 of 304) sorted by relevance

1234567891011>>

/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/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/src/kits/media/
H A DBufferConsumer.cpp260 const media_destination &destination, BBufferGroup *group, void *user_data,
272 if (group != NULL) {
273 if (group->CountBuffers(&buffer_count) != B_OK)
291 if (group->GetBufferList(buffer_count, buffers) != B_OK)
308 fDeleteBufferGroup = will_reclaim ? NULL : group;
259 SetOutputBuffersFor(const media_source &source, const media_destination &destination, BBufferGroup *group, void *user_data, int32 *change_tag, bool will_reclaim, void *_reserved_) argument
H A DSoundPlayNode.h67 BBufferGroup* group);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp455 TTeamGroup* group = new TTeamGroup(barTeamInfo->teams, local
457 group->CacheTeamIcons(fSmallIconSize, fLargeIconSize);
458 fGroupList.AddItem(group);
526 TTeamGroup* group = new TTeamGroup(teams, flags, strdup(name), local
528 group->CacheTeamIcons(fSmallIconSize, fLargeIconSize);
529 fGroupList.AddItem(group);
541 TTeamGroup* group = (TTeamGroup*)fGroupList.ItemAt(index); local
542 ASSERT(group);
543 if (strcasecmp(group->Signature(), signature) == 0
544 && !group
558 TTeamGroup* group = (TTeamGroup*)fGroupList.ItemAt(index); local
2113 TTeamGroup* group = (TTeamGroup*)groupList->ItemAt(i); local
[all...]
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundNode.cpp244 // TODO: it is not clear to me how buffer group responsibility is supposed
250 // the given buffer group. In any case, the fUsingOwnBufferGroup is correclty
253 // have not tested yet, whether an external buffer group is passed to the node
1089 // Are we being passed the buffer group we're already using?
1093 // Ahh, someone wants us to use a different buffer group. At this point
1095 // the specified group is NULL, we need to recreate one ourselves, and
1098 // group, otherwise we'll deadlock waiting for that buffer to be recycled!
1102 // we were given a valid group; just use that one from now on
1105 // we were passed a NULL group pointer; that means we construct
1106 // our own buffer group t
1941 _ProcessGroup(BParameterGroup *group, int32 index, int32& nbParameters) argument
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c740 uint32_t rd, group; local
769 group = ((freq - 5170) / 10);
771 if (group > 11) {
772 /* Pull 5.29 into the 5.27 group */
773 group--;
776 /* Integer divide will set group from 0 to 4 */
777 group = group / 3;
778 pRD = &ee->ee_tpc[group];
/haiku/src/apps/cortex/MediaRoutingView/
H A DMediaNodePanel.cpp619 && (ref->group()) && (ref->group()->runMode() == BMediaNode::run_mode(runMode)))
628 item = new BMenuItem(B_TRANSLATE("(same as group)"), message));
629 if (ref->group() == 0)
633 else if ((ref->runMode() < 1) && (ref->group()->runMode() > 0))
664 // [em 1feb00] group tweaks
665 if(ref->group())
668 message->AddInt32("groupID", ref->group()->id());
669 bool isLocked = (ref->group()->groupFlags() & NodeGroup::GROUP_LOCKED);
675 isLocked ? B_TRANSLATE("Unlock group")
[all...]
/haiku/src/apps/packageinstaller/
H A DPackageInfo.cpp234 pkg_profile group; local
382 // Creata a new group
384 group = pkg_profile();
399 group.name = name;
414 group.description = desc;
422 // For now, we don't need group help
429 parser_debug("No group - padding!\n");
433 fProfiles.AddItem(new pkg_profile(group));
434 parser_debug("Group added: %s %s\n", group.name.String(),
435 group
[all...]
/haiku/src/apps/cortex/NodeManager/
H A DNodeRef.cpp203 // fetch the group; may return 0 if the node has no connections
204 NodeGroup* NodeRef::group() const { function in class:NodeRef
1315 // if still marked running, let the group know [e.moon 11oct99]
1385 // *** ILockable: pass lock requests to parent group,
1386 // or manager if no group found
1398 // a) a NodeRef either belongs to a group (m_group != 0) or
1400 // target for locking; otherwise the group is the 'lockee'.
1401 // b) operations which affect a NodeRef's group affiliation
1402 // (ie. adding or removing a node to/from a group) must
1419 // transfer lock to group, i
1441 NodeGroup* group = m_group; local
1460 NodeGroup* group = m_group; local
1629 _setGroup( NodeGroup* group) argument
[all...]
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c650 if (group && grouping) \
708 if (group && grouping) \
819 group: group, \
868 group: group, \
914 group = 0; \
1351 int group = 0; /* Print numbers according grouping rules. */ local
1399 group = 1;
1788 int group local
[all...]
/haiku/src/system/libroot/posix/
H A Duser_group_common.cpp30 static const char* const kUserGroupLockName = "user group";
33 const char* BPrivate::kGroupFile = "/etc/group";
240 // #pragma mark - group support
245 gid_t gid, const char* const* members, int memberCount, group* entry,
275 BPrivate::copy_group_to_buffer(const group* from, group* entry, char* buffer,
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
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/add-ons/media/media-add-ons/equalizer/
H A DEqualizerNode.h88 BBufferGroup* group);
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.h71 BBufferGroup* group);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.h83 virtual void AddParameters(BParameterGroup *group, int32 &index);
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTNode.h95 BBufferGroup *group);
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp133 outInfo->group = B_TRANSLATOR_BITMAP;
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.h70 BBufferGroup* group);
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.h93 /* In this function, you should either pass on the group to your upstream guy, */
94 /* or delete your current group and hang on to this group. Deleting the previous */
95 /* group (unless you passed it on with the reclaim flag set to false) is very */
97 /* to reclaim the buffers living in that group. */
100 BBufferGroup* group);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.h103 BBufferGroup* group);
/haiku/3rdparty/mmu_man/scripts/
H A DHardwareChecker.sh26 --group HardwareChecker \
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.h113 /* In this function, you should either pass on the group to your upstream guy, */
114 /* or delete your current group and hang on to this group. Deleting the previous */
115 /* group (unless you passed it on with the reclaim flag set to false) is very */
117 /* to reclaim the buffers living in that group. */
120 BBufferGroup * group);
/haiku/src/kits/media/experimental/
H A DMediaClientNode.h103 BBufferGroup *group);
H A DMediaClientNode.cpp370 BMediaClientNode::SetBufferGroup(const media_source& source, BBufferGroup* group) argument
378 if (group == conn->fBufferGroup)
383 if (group != NULL) {
384 conn->fBufferGroup = group;
461 TRACE("Can't allocate the buffer group\n");

Completed in 268 milliseconds

1234567891011>>