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

1234567891011>>

/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/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...]
H A DBlockAllocator.h43 int32 group, uint16 start, uint16 numBlocks,
69 void _CheckGroup(int32 group) const;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h213 uint32 group; member in struct:btrfs_device
/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...]
H A DInodeAllocator.cpp66 ext2_block_group* group; local
68 status_t status = fVolume->GetBlockGroup(blockGroup, &group);
72 if (group->Flags() & EXT2_BLOCK_GROUP_INODE_UNINIT)
78 TRACE("InodeAllocator::Free(): Updating block group data\n");
79 group->SetFreeInodes(group->FreeInodes(fVolume->Has64bitFeature()) + 1,
82 group->SetUsedDirectories(
83 group->UsedDirectories(fVolume->Has64bitFeature()) - 1,
89 group->InodeBitmap(fVolume->Has64bitFeature()), numInodes, id,
93 _SetInodeBitmapChecksum(group, checksu
132 ext2_block_group* group; local
244 _InitGroup(Transaction& transaction, ext2_block_group* group, fsblock_t bitmapBlock, uint32 numInodes) argument
263 _SetInodeBitmapChecksum(ext2_block_group* group, uint32 checksum) argument
[all...]
H A DInodeAllocator.h45 ext2_block_group* group, fsblock_t bitmapBlock,
47 void _SetInodeBitmapChecksum(ext2_block_group* group,
H A DVolume.cpp365 ext2_block_group* group; local
367 &group);
371 block = group->InodeTable(Has64bitFeature())
446 Volume::_GroupCheckSum(ext2_block_group *group, int32 index) argument
455 checksum = calculate_crc32c(checksum, (uint8*)group, offset);
458 checksum = calculate_crc32c(checksum, (uint8*)group + offsetExt4,
466 checksum = calculate_crc(checksum, (uint8*)group, offset);
468 checksum = calculate_crc(checksum, (uint8*)group + offsetExt4,
477 /*! Makes the requested block group available.
504 TRACE("group [
[all...]
H A DVolume.h159 uint16 _GroupCheckSum(ext2_block_group *group,
H A Dkernel_interface.cpp501 uint32 group = 0; local
504 TRACE("ioctl: blocks per group: %" B_PRIu32 ", block size: %"
506 ", group: %" B_PRIu32 "\n", blocksPerGroup,
507 blockSize, firstBlock, start, group);
509 while (volume->AllocateBlocks(transaction, 1, 2048, group, start,
511 TRACE("ioctl: Allocated blocks in group %" B_PRIu32 ": %"
512 B_PRIu64 "-%" B_PRIu64 "\n", group, start, start + length);
513 off_t blockNum = start + group * blocksPerGroup - firstBlock;
/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...]
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 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...]
/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/userlandfs/kernel_add_on/
H A DFileSystem.cpp741 request->group = getegid();
H A DVolume.cpp4401 request->group = getegid();
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp205 fuseContext->gid = request->group;
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.cpp510 kprintf("%p: group <%s, %s, %s {", state, state->Interface()->name,
691 /*! Delivers the provided \a buffer to all listeners of this multicast group.
913 ipv4_delta_group(IPv4GroupInterface* group, int option, argument
918 return group->Add();
920 return group->Drop();
922 return group->BlockSource(*sourceAddr);
924 return group->UnblockSource(*sourceAddr);
926 return group->AddSSM(*sourceAddr);
928 return group->DropSSM(*sourceAddr);
1855 // for this multicast group
[all...]
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6.cpp874 ipv6_delta_group(IPv6GroupInterface* group, int option, argument
879 return group->Add();
881 return group->Drop();
1554 // for this multicast group.
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp357 const media_source & producer, /* here's a good place to request buffer group usage */
558 BBufferGroup * group)
573 return itr->SetBufferGroup(group);
696 // uint8 * data = new uint8[output.format.u.multistream.max_chunk_size]; // <- buffer group buffer size
556 SetBufferGroup( const media_source & for_source, BBufferGroup * group) argument
/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/media/media-add-ons/equalizer/
H A DEqualizerNode.cpp345 EqualizerNode::SetBufferGroup(const media_source &src, BBufferGroup* group) argument
357 group, 0, &changeTag);
672 BParameterGroup* group; local
675 group = fParamGroup->MakeGroup("Pre Amp");
676 label = group->MakeNullParameter(P_PREAMP_LABEL, B_MEDIA_NO_TYPE, "Pre Amp",
678 value = group->MakeContinuousParameter(P_PREAMP, B_MEDIA_NO_TYPE, "",
686 group = fParamGroup->MakeGroup(freq);
687 label = group->MakeNullParameter(P_BAND_LABELS + i, B_MEDIA_NO_TYPE,
689 value = group->MakeContinuousParameter(P_BANDS + i, B_MEDIA_NO_TYPE,
/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/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/firewire_dv/
H A DFireWireDVNode.cpp225 FireWireDVNode::SetBufferGroup(const media_source& source, BBufferGroup* group) argument

Completed in 261 milliseconds

1234567891011>>