Searched refs:group (Results 26 - 50 of 304) sorted by last modified time

1234567891011>>

/haiku/headers/private/system/
H A Dsyscalls.h159 extern pid_t _kern_setpgid(pid_t process, pid_t group);
216 // user/group functions
/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...]
H A DNodeManager.cpp125 // - if inGroup is non-0, visits only nodes in that group.
175 if(inGroup && targetRef->group() != inGroup) {
176 // PRINT(("# .group mismatch\n"));
215 if(inGroup && targetRef->group() != inGroup) {
216 // PRINT(("# .group mismatch\n"));
242 NodeGroup* group) {
243 Autolock _l(group);
247 // stop group before clearing [10aug99]
248 group->_stop();
251 while((n = group
241 _clearGroup( NodeGroup* group) argument
1828 _addGroup( NodeGroup* group) argument
1851 _removeGroup( NodeGroup* group) argument
2453 _updateLatencies( NodeGroup* group) argument
[all...]
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp2102 gid_t group = passwd->pw_gid; local
2107 if (initgroups(login, group) == -1)
2109 if (setgid(group) != 0)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp111 mutex_init(&fLock, "ext2 allocation block group");
112 mutex_init(&fTransactionLock, "ext2 allocation block group transaction");
159 ") and what is set on the group descriptor (%" B_PRIu32 ")\n",
177 TRACE("AllocationBlockGroup::_ScanFreeRanges() for group %" B_PRIu32 "\n",
469 ") and what is set on the group descriptor (%" B_PRIu32 ")\n",
614 TRACE("BlockAllocator::Initialize(): blocks per group: %" B_PRIu32
653 "%" B_PRIu32 ", max: %" B_PRIu32 ", block group: %" B_PRIu32 ", start:"
664 AllocationBlockGroup* group = &fGroups[blockGroup]; local
667 for (; group < last; ++group,
831 uint32 group = start / fBlocksPerGroup; local
[all...]
/haiku/src/system/libroot/posix/
H A Dpwd_query.c49 static const char *B_GR_GID = "sys:group:gid";
50 static const char *B_GR_NAME = "sys:group:name";
51 //static const char *B_GR_PASSWD = "sys:group:passwd";
62 static const char *Q_GR_ALL = "sys:group:gid>-1";
63 static const char *QT_GR_GID = "sys:group:gid==%d";
64 static const char *QT_GR_NAM = "sys:group:name==\"%s\"";
87 char grfile[B_PATH_NAME_LENGTH+1]; /* current group's cached file path */
90 struct group grent;
129 /* group stuff */
131 int fill_grent_default(struct group *gbu
[all...]
/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
/haiku/src/bin/
H A Dbadblocks.cpp13 int group = 64; variable
21 size_t len = group * blockSize;
41 dev, group, blockSize);
46 for (; block <= endBlock; block += group, at += len) {
69 for (i = 0; i < group; i++) {
116 group = atoi(optarg);
117 //fprintf(stderr, "g %d\n", group);
/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/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp293 BBufferGroup *group)
298 TRACE("VideoProducer::SetBufferGroup() - using buffer group of "
300 fUsedBufferGroup = group;
430 // Create the buffer group
438 ERROR("Connect() - buffer group error: %s\n", strerror(err));
486 // Always delete the buffer group, even if it is not ours.
726 // Fetch a buffer from the buffer group
790 // return it to its buffer group.
292 SetBufferGroup(const media_source& forSource, BBufferGroup *group) argument
/haiku/src/apps/cortex/addons/common/
H A DAudioFilterNode.cpp612 // release buffer group
807 // initialize buffer group if necessary
1109 BBufferGroup* group) {
1122 // // +++++ is this right? buffer-group selection gets
1128 // group,
1134 m_bufferGroup = group;
1298 BParameterGroup* group = web->MakeGroup(groupName.String()); local
1299 m_parameterSet->populateGroup(group);
1350 // create or discard buffer group if necessary
1364 // no internal buffer group neede
1107 SetBufferGroup( const media_source& source, BBufferGroup* group) argument
[all...]
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp216 outInfo->group = B_TRANSLATOR_BITMAP;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp433 BBufferGroup *group)
435 TOUCH(for_source); TOUCH(group);
598 /* Create the buffer group */
943 /* Fetch a buffer from the buffer group */
1025 * buffer group. */
432 SetBufferGroup(const media_source &for_source, BBufferGroup *group) argument
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp259 BParameterGroup *group = controls->MakeGroup("Main Controls"); local
260 BDiscreteParameter *parameter = group->MakeDiscreteParameter(
266 parameter = group->MakeDiscreteParameter(
272 parameter = group->MakeDiscreteParameter(
278 group = controls->MakeGroup("Effect Controls");
279 group->MakeContinuousParameter(
283 group->MakeContinuousParameter(
287 group = controls->MakeGroup("Adv. Effect Controls");
288 group->MakeContinuousParameter(
292 group
509 SetBufferGroup(const media_source &for_source, BBufferGroup *group) argument
[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...]
H A DOpenSoundDeviceEngine.cpp423 oss_syncgroup group; local
424 group.id = 0;
425 group.mode = PCM_ENABLE_INPUT;
426 if (ioctl(fFD, SNDCTL_DSP_SYNCGROUP, &group, sizeof(group)) < 0) {
431 if (ioctl(fFD, SNDCTL_DSP_SYNCSTART, &group.id, sizeof(group.id)) < 0) {
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp281 MixerCore::SetOutputBufferGroup(BBufferGroup *group) argument
284 fBufferGroup = group;
H A DAudioMixer.cpp447 // buffer group.
583 BBufferGroup *group = NULL; local
644 status = CreateBufferGroup(&group);
649 fBufferGroup = group;
939 // Set up the buffer group for our connection, as long as nobody handed
940 // us a buffer group (via SetBufferGroup()) prior to this. That can
944 BBufferGroup *group = NULL; local
945 if (CreateBufferGroup(&group) != B_OK)
947 fBufferGroup = group;
999 // destroy buffer group
1712 BParameterGroup *group; local
[all...]
/haiku/src/add-ons/media/media-add-ons/firewire_dv/
H A DFireWireDVNode.cpp225 FireWireDVNode::SetBufferGroup(const media_source& source, BBufferGroup* group) argument
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp322 BBufferGroup *group)
324 TOUCH(for_source); TOUCH(group);
480 /* Create the buffer group */
714 /* Fetch a buffer from the buffer group */
781 * buffer group. */
321 SetBufferGroup(const media_source &for_source, BBufferGroup *group) argument
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkNode.cpp426 const media_source & producer, /* here's a good place to request buffer group usage */
630 // Are we being passed the buffer group we're already using?
633 // Ahh, someone wants us to use a different buffer group. At this point we delete
634 // the one we are using and use the specified one instead. If the specified group is
637 // *before* deleting the buffer group, otherwise we'll deadlock waiting for that
642 // we were given a valid group; just use that one from now on
647 // we were passed a NULL group pointer; that means we construct
648 // our own buffer group to use from now on
759 // Set up the buffer group for our connection, as long as nobody handed us a
760 // buffer group (vi
1193 BParameterGroup *group = web->MakeGroup("Server"); local
[all...]
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp437 DVBMediaNode::SetBufferGroup(const media_source &source, BBufferGroup *group) argument
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp4401 request->group = getegid();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp30 // group can span several blocks in the block bitmap, the AllocationBlock
164 # define CHECK_ALLOCATION_GROUP(group) _CheckGroup(group)
166 # define CHECK_ALLOCATION_GROUP(group) ;
178 status_t SetTo(AllocationGroup& group, uint16 block);
179 status_t SetToWritable(Transaction& transaction, AllocationGroup& group,
230 AllocationBlock::SetTo(AllocationGroup& group, uint16 block) argument
234 // the last group may have less bits than the others
235 if ((block + 1) * fNumBits > group.NumBits())
236 fNumBits = group
246 SetToWritable(Transaction& transaction, AllocationGroup& group, uint16 block) argument
[all...]
/haiku/headers/private/kernel/
H A Dthread_types.h230 Team *group_next; // protected by the group's lock
234 // process group info -- write-protected by both the group's lock, the
238 ProcessGroup *group; member in struct:BKernel::Team
288 // user group information; protected by fLock

Completed in 190 milliseconds

1234567891011>>