Home
last modified time | relevance | path

Searched full:members (Results 1 – 25 of 1390) sorted by relevance

12345678910>>...56

/freebsd/sys/dev/sound/pcm/
H A Dmatrix.h234 * .members = Masks of channels that is acceptable as a
239 * .members = 0 (no channels allowed here).
262 .members = \
271 .members = 0 \
288 .members = \
296 .members = \
303 .members = 0 \
319 .members = \
327 .members = \
335 .members = SND_CHN_T_MASK_LF \
[all …]
/freebsd/lib/libifconfig/
H A Dlibifconfig_bridge.c67 struct ifbifconf members; in ifconfig_bridge_get_bridge_status() local
102 members.ifbic_buf = NULL; in ifconfig_bridge_get_bridge_status()
104 (buf = realloc(members.ifbic_buf, len)) != NULL; in ifconfig_bridge_get_bridge_status()
106 members.ifbic_buf = buf; in ifconfig_bridge_get_bridge_status()
107 members.ifbic_len = len; in ifconfig_bridge_get_bridge_status()
109 &members, sizeof(members), false) != 0) { in ifconfig_bridge_get_bridge_status()
114 if ((members.ifbic_len + sizeof(*members.ifbic_req)) < len) in ifconfig_bridge_get_bridge_status()
118 free(members.ifbic_buf); in ifconfig_bridge_get_bridge_status()
124 bridge->inner.members = members.ifbic_req; in ifconfig_bridge_get_bridge_status()
126 members.ifbic_len / sizeof(*members.ifbic_req); in ifconfig_bridge_get_bridge_status()
[all …]
/freebsd/contrib/elftoolchain/ar/
H A Dar.1160 this option specifies that the archive members specified by
174 this option specifies that the archive members specified by
196 Delete the members named by arguments
208 and 0644 instead of file mode from the members named by arguments
251 Move archive members specified by arguments
259 options, the members are moved to before or after the specified
261 If no position has been specified, the specified members are moved
272 Preserve the original modification times of members when extracting
275 Write the contents of the specified archive members named by
279 If no members were specified, the contents of all the files in the
[all …]
/freebsd/usr.bin/ar/
H A Dar.1159 this option specifies that the archive members specified by
173 this option specifies that the archive members specified by
195 Delete the members named by arguments
212 and 0644 instead of file mode from the members named by arguments
224 command line file name argument when naming archive members.
235 Move archive members specified by arguments
243 options, the members are moved to before or after the specified
245 If no position has been specified, the specified members are moved
256 Preserve the original modification times of members when extracting
259 Write the contents of the specified archive members named by
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeExtensions.i92 '''An accessor function that returns a list() that contains all members (base classes and fields) in a lldb.SBType object in ascending bit offset order.'''
93 members = []
100 for idx, member in enumerate(members):
102 members.insert(idx, base)
106 members.append(base)
110 for idx, member in enumerate(members):
112 members.insert(idx, vbase)
116 members.append(vbase)
120 for idx, member in enumerate(members):
122 members
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCXXRecordDeclDefinitionBits.def38 /// The user-declared special members which this class has.
48 /// * has no data members other than 0-width bit-fields and empty fields
71 /// * has no non-static data members of type non-standard-layout class (or
75 /// members
77 /// * either has no non-static data members in the most derived class and at
78 /// most one base class with non-static data members, or has no base
79 /// classes with non-static data members, and
85 /// members or bit-fields.
91 /// members.
96 /// True when there are private non-static data members.
[all …]
/freebsd/contrib/mandoc/
H A Dtbl.380 and stored in the members
94 members may be
100 members may be
133 members are not NULL.
144 members of
164 members of
168 members of
183 members may be
191 members are not
203 members of
[all …]
/freebsd/crypto/heimdal/lib/asn1/
H A Dasn1parse.y82 struct memhead *members; member
217 %type <members> ComponentTypeList
218 %type <members> Enumerations
219 %type <members> NamedBitList
220 %type <members> NamedNumberList
408 $$->members = $3;
417 ASN1_TAILQ_INSERT_HEAD($$, $1, members);
421 ASN1_TAILQ_INSERT_TAIL($1, $3, members);
444 $$->members = $3;
455 $$->members
1007 fix_labels1(struct memhead * members,const char * prefix) fix_labels1() argument
[all...]
H A Dgen_glue.c55 ASN1_TAILQ_FOREACH(m, t->members, members) { in generate_2int()
79 if(t->members) { in generate_int2()
80 ASN1_TAILQ_FOREACH(m, t->members, members) { in generate_int2()
114 if(t->members) { in generate_units()
115 ASN1_TAILQ_FOREACH_REVERSE(m, t->members, memhead, members) { in generate_units()
147 if (!ASN1_TAILQ_EMPTY(t->members)) { in generate_glue()
H A Dgen.c513 struct member *n = ASN1_TAILQ_NEXT(m, members); in last_member_p()
516 if (n->ellipsis && ASN1_TAILQ_NEXT(n, members) == NULL) in last_member_p()
525 ASN1_TAILQ_FOREACH(m, t->members, members) { in have_ellipsis()
540 if(t->members == NULL) { in define_asn1()
548 ASN1_TAILQ_FOREACH(m, t->members, members) { in define_asn1()
572 ASN1_TAILQ_FOREACH(m, t->members, members) { in define_asn1()
593 ASN1_TAILQ_FOREACH(m, t->members, member in define_asn1()
[all...]
H A Dgen_template.c51 if (t->members) in integer_symbol()
151 if (t->members) in bitstring_symbol()
241 ASN1_TAILQ_ENTRY(template) members;
292 ASN1_TAILQ_FOREACH(q, &tl->template, members) { in tlist_count()
313 ASN1_TAILQ_FOREACH(q, &tl->template, members) { in tlist_print()
349 ASN1_TAILQ_FOREACH(t, &tl->template, members) { in tlist_cmp()
366 q = ASN1_TAILQ_NEXT(q, members); in tlist_cmp()
401 ASN1_TAILQ_INSERT_TAIL(t, q, members); in add_line()
491 if (t->members) in template_members()
559 if (ASN1_TAILQ_EMPTY(t->members)) { in template_members()
[all...]
H A Dgen_decode.c244 if(t->members) { in decode_type()
292 if (ASN1_TAILQ_EMPTY(t->members)) { in decode_type()
302 ASN1_TAILQ_FOREACH(m, t->members, members) { in decode_type()
322 if (t->members == NULL) in decode_type()
325 ASN1_TAILQ_FOREACH(m, t->members, members) { in decode_type()
345 if(t->members == NULL) in decode_type()
349 fprintf(codefile, "unsigned int members = 0;\n"); in decode_type()
359 ASN1_TAILQ_FOREACH(m, t->members, member in decode_type()
[all...]
H A Dgen_length.c75 if(t->members) { in length_type()
106 if (ASN1_TAILQ_EMPTY(t->members)) in length_type()
111 int pos = ASN1_TAILQ_LAST(t->members, memhead)->val; in length_type()
115 ASN1_TAILQ_FOREACH_REVERSE(m, t->members, memhead, members) { in length_type()
137 if (t->members == NULL) in length_type()
143 ASN1_TAILQ_FOREACH(m, t->members, members) { in length_type()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DABIInfo.cpp52 uint64_t Members) const { in isHomogeneousAggregateSmallEnough()
62 uint64_t &Members) const { in isHomogeneousAggregate()
67 if (!isHomogeneousAggregate(AT->getElementType(), Base, Members)) in isHomogeneousAggregate()
69 Members *= NElements; in isHomogeneousAggregate()
75 Members = 0; in isHomogeneousAggregate()
92 Members += FldMembers; in isHomogeneousAggregate()
116 Members = (RD->isUnion() ? in isHomogeneousAggregate()
117 std::max(Members, FldMembers) : Members + FldMembers); in isHomogeneousAggregate()
124 if (getContext().getTypeSize(Base) * Members != in isHomogeneousAggregate()
128 Members = 1; in isHomogeneousAggregate()
[all …]
H A DCGRecordLayoutBuilder.cpp216 std::vector<MemberInfo> Members; member
265 // 1) Store all members (fields and bases) in a list and sort them by offset. in lower()
267 // 3) Clip bitfield storages members if their tail padding is or might be in lower()
281 // 8) Format the complete list of members in a way that can be consumed by in lower()
294 if (Members.empty()) { in lower()
302 llvm::stable_sort(Members); in lower()
304 Members.push_back(StorageInfo(Size, getIntNType(8))); in lower()
307 Members.pop_back(); in lower()
394 Members.push_back(MemberInfo( in accumulateFields()
405 // Create members for bitfields. Field is a bitfield, and FieldEnd is the end
[all …]
/freebsd/sys/contrib/openzfs/contrib/pyzfs/docs/source/
H A Dindex.rst27 :members:
28 :exclude-members: lzc_snap, lzc_recv, lzc_destroy_one,
35 :members:
36 :undoc-members:
42 :members:
43 :undoc-members:
/freebsd/crypto/openssl/ssl/record/
H A DREADME.md31 Any component can directly access its own members - they are private to that
32 component, e.g. ssl3_buffer.c can access members of the SSL3_BUFFER struct
33 without using a macro. No component can directly access the members of another
35 directly access its members. Instead components use accessor macros, so if code
36 in ssl3_buffer.c wants to access the members of the RECORD_LAYER it uses the
71 specific capabilities. It uses some DTLS specific RECORD_LAYER component members
/freebsd/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_replic.c67 if we have 4 members, the index of the actual last member is 3(because the in GetMemberPosition()
371 /* Initialize an internal structure of a member to add to the available members list */ in AllocMember()
390 /* Add the new member to the available members list */ in AllocMember()
404 /* Get an available member from the internal members list */ in InitMember()
444 /* return the member to the available members list */ in FreeMember()
521 /* remove the member from the driver internal members list */ in RemoveMember()
524 /* return the member to the available members list */ in RemoveMember()
549 /* Remove all members from the members linked list (hw and sw) and in DeleteGroup()
550 return the members to the available members list */ in DeleteGroup()
568 /* remove the member from the internal driver members list */ in DeleteGroup()
[all …]
H A Dfm_replic.h91 uint8_t maxNumOfEntries;/**< maximal number of members in the group */
92 uint8_t numOfEntries; /**< actual number of members in the group */
95 …st membersList; /**< the members list - should reflect the order of the me…
96 …t_List availableMembersList;/**< list of all the available members in the gro…
/freebsd/contrib/lutok/
H A Doperations_test.cpp84 std::map< std::string, lutok::cxx_function > members; in ATF_TEST_CASE_BODY() local
85 lutok::create_module(state, "my_math", members); in ATF_TEST_CASE_BODY()
98 std::map< std::string, lutok::cxx_function > members; in ATF_TEST_CASE_BODY() local
99 members["add"] = hook_add; in ATF_TEST_CASE_BODY()
100 lutok::create_module(state, "my_math", members); in ATF_TEST_CASE_BODY()
112 std::map< std::string, lutok::cxx_function > members; in ATF_TEST_CASE_BODY() local
113 members["add"] = hook_add; in ATF_TEST_CASE_BODY()
114 members["multiply"] = hook_multiply; in ATF_TEST_CASE_BODY()
115 members["add2"] = hook_add; in ATF_TEST_CASE_BODY()
116 lutok::create_module(state, "my_math", members); in ATF_TEST_CASE_BODY()
/freebsd/contrib/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp88 --output - the directory to extract archive members to in printArHelp()
208 Delete, ///< Delete the specified members
209 Move, ///< Move members to end or as given by {a,b,i} modifiers
211 ReplaceOrInsert, ///< Replace or Insert members
259 static std::vector<StringRef> Members; variable
439 Members.assign(PositionalArgs.begin(), PositionalArgs.end()); in parseCommandLine()
444 if (!Members.empty()) in parseCommandLine()
489 // looking for members that match the path list.
509 // the file names of each of the members. However, if verbose mode is requested
696 bool Filter = !Members.empty(); in performReadOperation()
[all …]
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.h43 #define __struct_group(TAG, NAME, ATTRS, MEMBERS...) \ argument
45 struct { MEMBERS } ATTRS; \
46 struct TAG { MEMBERS } ATTRS NAME; \
48 #define struct_group_attr(NAME, ATTRS, MEMBERS...) \ argument
49 __struct_group(/* no tag */, NAME, ATTRS, MEMBERS)
/freebsd/usr.bin/clang/llvm-ar/
H A Dllvm-ar.1106 generally means either \(dqnone\(dq or \(dqall\(dq members, depending on the operation. The
116 apply to this operation. The \fIfiles\fP options specify which members should be
149 file. If the \fI\%L\fP modifier is specified the members will be appended
157 If the \fI\%L\fP modifier is specified the members will be appended
161 members.
178 the names of the members to the standard output stream. With the \fI\%v\fP
195 Extract \fBarchive\fP members back to files. The \fI\%o\fP modifier applies
229 When quick appending an \fBarchive\fP, instead quick append its members. This
309 Only update \fBarchive\fP members with \fIfiles\fP that have more recent
339 Specify a directory where archive members should be extracted to. By default the
/freebsd/usr.sbin/pw/
H A Dpw_group.c148 * Delete requested members from a group.
243 " Members: ", in print_group()
440 grp_add_members(struct group **grp, char *members) in grp_add_members()
446 if (members == NULL) in groupadd()
448 for (p = strtok(members, tok); p != NULL; p = strtok(NULL, tok)) { in groupadd()
457 groupadd(struct userconf *cnf, char *name, gid_t id, char *members, int fd, in groupadd()
483 grp_add_members(&grp, members); in groupadd()
506 char *members = NULL; in pw_group_add()
551 members = optarg; in pw_group_add()
581 rc = groupadd(cnf, name, gr_gidpolicy(cnf, id), members, f in pw_group_mod()
428 grp_add_members(struct group ** grp,char * members) grp_add_members() argument
445 groupadd(struct userconf * cnf,char * name,gid_t id,char * members,int fd,bool dryrun,bool pretty,bool precrypted) groupadd() argument
494 char *members = NULL; pw_group_add() local
580 char *members = NULL; pw_group_mod() local
[all...]
/freebsd/share/doc/psd/18.gprof/
H A Dpostp.me113 must be considered children of all members of the cycle.
115 all members of the cycle as descendants.
117 Our solution collects all members of a cycle together,
118 summing the time and call counts for all members.
122 Calls among the members of the cycle
154 will have the same members regardless of how the program runs.

12345678910>>...56