Searched refs:children (Results 26 - 50 of 348) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_server.c51 int children = 0; variable
125 if (children < MAX_CHILDREN && fork()) {
126 children++;
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h57 child_range children() { return child_range(&HandlerBlock, &HandlerBlock+1); } function in class:clang::CXXCatchStmt
59 const_child_range children() const { function in class:clang::CXXCatchStmt
119 child_range children() { function in class:clang::final
123 const_child_range children() const { function in class:clang::final
217 child_range children() { function in class:clang::CXXForRangeStmt
221 const_child_range children() const { function in class:clang::CXXForRangeStmt
302 child_range children() { function in class:clang::MSDependentExistsStmt
306 const_child_range children() const { function in class:clang::MSDependentExistsStmt
435 child_range children() { function in class:clang::final
440 const_child_range children() cons function in class:clang::final
514 child_range children() { function in class:clang::CoreturnStmt
518 const_child_range children() const { function in class:clang::CoreturnStmt
[all...]
H A DExprObjC.h75 child_range children() { return child_range(&String, &String+1); } function in class:clang::ObjCStringLiteral
77 const_child_range children() const { function in class:clang::ObjCStringLiteral
110 child_range children() { function in class:clang::ObjCBoolLiteralExpr
114 const_child_range children() const { function in class:clang::ObjCBoolLiteralExpr
166 child_range children() { return child_range(&SubExpr, &SubExpr+1); } function in class:clang::ObjCBoxedExpr
168 const_child_range children() const { function in class:clang::ObjCBoxedExpr
245 child_range children() { function in class:clang::final
250 const_child_range children() const { function in class:clang::final
251 auto Children = const_cast<ObjCArrayLiteral *>(this)->children();
386 child_range children() { function in class:clang::final
397 const_child_range children() const { function in class:clang::final
441 child_range children() { function in class:clang::ObjCEncodeExpr
445 const_child_range children() const { function in class:clang::ObjCEncodeExpr
484 child_range children() { function in class:clang::ObjCSelectorExpr
488 const_child_range children() const { function in class:clang::ObjCSelectorExpr
535 child_range children() { function in class:clang::ObjCProtocolExpr
539 const_child_range children() const { function in class:clang::ObjCProtocolExpr
604 child_range children() { return child_range(&Base, &Base+1); } function in class:clang::ObjCIvarRefExpr
606 const_child_range children() const { function in class:clang::ObjCIvarRefExpr
789 child_range children() { function in class:clang::ObjCPropertyRefExpr
797 const_child_range children() const { function in class:clang::ObjCPropertyRefExpr
901 child_range children() { function in class:clang::ObjCSubscriptRefExpr
905 const_child_range children() const { function in class:clang::ObjCSubscriptRefExpr
1605 child_range children() { return child_range(&Operand, &Operand+1); } function in class:clang::ObjCIndirectCopyRestoreExpr
1607 const_child_range children() const { function in class:clang::ObjCIndirectCopyRestoreExpr
1721 child_range children() { function in class:clang::ObjCAvailabilityCheckExpr
1725 const_child_range children() const { function in class:clang::ObjCAvailabilityCheckExpr
[all...]
H A DOpenMPClause.h92 child_range children();
93 const_child_range children() const { function in class:clang::OMPClause
94 auto Children = const_cast<OMPClause *>(this)->children();
99 /// expressions include only the children that must be evaluated at the
103 auto Children = const_cast<OMPClause *>(this)->children();
123 child_range children() { function in struct:clang::OMPNoChildClause
127 const_child_range children() const { function in struct:clang::OMPNoChildClause
176 child_range children() { return child_range(&S, &S + 1); } function in class:clang::OMPOneStmtClause
178 const_child_range children() const { return const_child_range(&S, &S + 1); } function in class:clang::OMPOneStmtClause
498 child_range children() { function in class:clang::final
503 const_child_range children() const { function in class:clang::final
604 child_range children() { return child_range(&Condition, &Condition + 1); } function in class:clang::OMPIfClause
606 const_child_range children() const { function in class:clang::OMPIfClause
850 child_range children() { function in class:clang::final
855 const_child_range children() const { function in class:clang::final
948 child_range children() { return child_range(&Factor, &Factor + 1); } function in class:clang::final
949 const_child_range children() const { function in class:clang::final
1061 child_range children() { function in class:clang::OMPDefaultClause
1065 const_child_range children() const { function in class:clang::OMPDefaultClause
1143 child_range children() { function in class:clang::OMPProcBindClause
1147 const_child_range children() const { function in class:clang::OMPProcBindClause
1209 child_range children() { function in class:clang::final
1213 const_child_range children() const { function in class:clang::final
1252 child_range children() { function in class:clang::final
1256 const_child_range children() const { function in class:clang::final
1295 child_range children() { function in class:clang::final
1299 const_child_range children() const { function in class:clang::final
1385 child_range children() { function in class:clang::final
1389 const_child_range children() const { function in class:clang::final
1464 child_range children() { function in class:clang::final
1468 const_child_range children() const { function in class:clang::final
1544 child_range children() { function in class:clang::final
1548 const_child_range children() const { function in class:clang::final
1609 child_range children() { function in class:clang::final
1613 const_child_range children() const { function in class:clang::final
1801 child_range children() { function in class:clang::OMPScheduleClause
1806 const_child_range children() const { function in class:clang::OMPScheduleClause
1901 child_range children() { return child_range(&NumForLoops, &NumForLoops + 1); } function in class:clang::final
1903 const_child_range children() const { function in class:clang::final
1955 child_range children() { function in class:clang::OMPUntiedClause
1959 const_child_range children() const { function in class:clang::OMPUntiedClause
1996 child_range children() { function in class:clang::OMPMergeableClause
2000 const_child_range children() const { function in class:clang::OMPMergeableClause
2035 child_range children() { function in class:clang::OMPReadClause
2039 const_child_range children() const { function in class:clang::OMPReadClause
2074 child_range children() { function in class:clang::OMPWriteClause
2078 const_child_range children() const { function in class:clang::OMPWriteClause
2191 child_range children() { function in class:clang::final
2195 const_child_range children() const { function in class:clang::final
2250 child_range children() { function in class:clang::OMPCaptureClause
2254 const_child_range children() const { function in class:clang::OMPCaptureClause
2291 child_range children() { function in class:clang::final
2295 const_child_range children() const { function in class:clang::final
2332 child_range children() { function in class:clang::OMPSeqCstClause
2336 const_child_range children() const { function in class:clang::OMPSeqCstClause
2373 child_range children() { function in class:clang::final
2377 const_child_range children() const { function in class:clang::final
2414 child_range children() { function in class:clang::final
2418 const_child_range children() const { function in class:clang::final
2455 child_range children() { function in class:clang::final
2459 const_child_range children() const { function in class:clang::final
2496 child_range children() { function in class:clang::final
2500 const_child_range children() const { function in class:clang::final
2567 child_range children() { function in class:clang::final
2571 const_child_range children() const { function in class:clang::final
2682 child_range children() { function in class:clang::final
2687 const_child_range children() const { function in class:clang::final
2821 child_range children() { function in class:clang::final
2826 const_child_range children() const { function in class:clang::final
3062 child_range children() { function in class:clang::final
3067 const_child_range children() const { function in class:clang::final
3134 child_range children() { function in class:clang::final
3139 const_child_range children() const { function in class:clang::final
3468 child_range children() { function in class:clang::final
3473 const_child_range children() const { function in class:clang::final
3702 child_range children() { function in class:clang::final
3707 const_child_range children() const { function in class:clang::final
3957 child_range children() { function in class:clang::final
3962 const_child_range children() const { function in class:clang::final
4247 child_range children() { function in class:clang::final
4252 const_child_range children() const { function in class:clang::final
4346 child_range children() { function in class:clang::final
4351 const_child_range children() const { function in class:clang::final
4522 child_range children() { function in class:clang::final
4527 const_child_range children() const { function in class:clang::final
4686 child_range children() { function in class:clang::final
4691 const_child_range children() const { function in class:clang::final
4763 child_range children() { function in class:clang::final
4768 const_child_range children() const { function in class:clang::final
4850 child_range children() { function in class:clang::final
4855 const_child_range children() const { function in class:clang::final
5004 child_range children() { function in class:clang::final
5009 const_child_range children() const { function in class:clang::final
5104 child_range children() { return child_range(&Device, &Device + 1); } function in class:clang::OMPDeviceClause
5106 const_child_range children() const { function in class:clang::OMPDeviceClause
5161 child_range children() { function in class:clang::OMPSIMDClause
5165 const_child_range children() const { function in class:clang::OMPSIMDClause
6221 child_range children() { return child_range(&ThreadLimit, &ThreadLimit + 1); } function in class:clang::OMPThreadLimitClause
6223 const_child_range children() const { function in class:clang::OMPThreadLimitClause
6296 child_range children() { return child_range(&Priority, &Priority + 1); } function in class:clang::OMPPriorityClause
6298 const_child_range children() const { function in class:clang::OMPPriorityClause
6388 child_range children() { return child_range(&Grainsize, &Grainsize + 1); } function in class:clang::OMPGrainsizeClause
6390 const_child_range children() const { function in class:clang::OMPGrainsizeClause
6425 child_range children() { function in class:clang::OMPNogroupClause
6429 const_child_range children() const { function in class:clang::OMPNogroupClause
6520 child_range children() { return child_range(&NumTasks, &NumTasks + 1); } function in class:clang::OMPNumTasksClause
6522 const_child_range children() const { function in class:clang::OMPNumTasksClause
6581 child_range children() { return child_range(&Hint, &Hint + 1); } function in class:clang::OMPHintClause
6583 const_child_range children() const { function in class:clang::OMPHintClause
6697 child_range children() { function in class:clang::OMPDistScheduleClause
6702 const_child_range children() const { function in class:clang::OMPDistScheduleClause
6813 child_range children() { function in class:clang::OMPDefaultmapClause
6817 const_child_range children() const { function in class:clang::OMPDefaultmapClause
7582 child_range children() { function in class:clang::final
7587 const_child_range children() const { function in class:clang::final
7686 child_range children() { function in class:clang::final
7691 const_child_range children() const { function in class:clang::final
7773 child_range children() { function in class:clang::final
7778 const_child_range children() const { function in class:clang::final
7890 child_range children() { function in class:clang::final
7894 const_child_range children() const { function in class:clang::final
7994 child_range children() { function in class:clang::final
7999 const_child_range children() const { function in class:clang::final
8084 child_range children() { return child_range(&InteropVar, &InteropVar + 1); } function in class:clang::final
8086 const_child_range children() const { function in class:clang::final
8167 child_range children() { function in class:clang::final
8173 const_child_range children() const { function in class:clang::final
8368 child_range children() { function in class:clang::final
8373 const_child_range children() const { function in class:clang::final
8442 child_range children() { function in class:clang::final
8447 const_child_range children() const { function in class:clang::final
8565 child_range children() { function in class:clang::final
8570 const_child_range children() const { function in class:clang::final
8667 child_range children() { function in class:clang::final
8673 const_child_range children() const { function in class:clang::final
[all...]
H A DLexicallyOrderedRecursiveASTVisitor.h68 // until the additional decls are traversed as their children are not
113 Stmt::child_range getStmtChildren(Stmt *S) { return S->children(); }
116 SmallVector<Stmt *, 8> Children(CE->children());
H A DExprCXX.h356 child_range children() { function in class:clang::CXXRewrittenBinaryOperator
751 child_range children() { function in class:clang::CXXBoolLiteralExpr
755 const_child_range children() const { function in class:clang::CXXBoolLiteralExpr
786 child_range children() { function in class:clang::CXXNullPtrLiteralExpr
790 const_child_range children() const { function in class:clang::CXXNullPtrLiteralExpr
833 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } function in class:clang::CXXStdInitializerListExpr
835 const_child_range children() const { function in class:clang::CXXStdInitializerListExpr
907 child_range children() { function in class:clang::CXXTypeidExpr
914 const_child_range children() const { function in class:clang::CXXTypeidExpr
969 child_range children() { function in class:clang::MSPropertyRefExpr
973 const_child_range children() const { function in class:clang::MSPropertyRefExpr
1049 child_range children() { function in class:clang::MSPropertySubscriptExpr
1053 const_child_range children() const { function in class:clang::MSPropertySubscriptExpr
1120 child_range children() { function in class:clang::CXXUuidofExpr
1127 const_child_range children() const { function in class:clang::CXXUuidofExpr
1178 child_range children() { function in class:clang::CXXThisExpr
1182 const_child_range children() const { function in class:clang::CXXThisExpr
1238 child_range children() { function in class:clang::CXXThrowExpr
1242 const_child_range children() const { function in class:clang::CXXThrowExpr
1342 child_range children() { function in class:clang::final
1346 const_child_range children() const { function in class:clang::final
1433 child_range children() { function in class:clang::final
1437 const_child_range children() const { function in class:clang::final
1515 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } function in class:clang::CXXBindTemporaryExpr
1517 const_child_range children() const { function in class:clang::CXXBindTemporaryExpr
1782 child_range children() { function in class:clang::CXXInheritedCtorInitExpr
1786 const_child_range children() const { function in class:clang::CXXInheritedCtorInitExpr
2200 child_range children() { function in class:clang::CXXScalarValueInitExpr
2204 const_child_range children() const { function in class:clang::CXXScalarValueInitExpr
2472 child_range children() { return child_range(raw_arg_begin(), raw_arg_end()); } function in class:clang::final
2474 const_child_range children() const { function in class:clang::final
2541 child_range children() { return child_range(&Argument, &Argument + 1); } function in class:clang::CXXDeleteExpr
2543 const_child_range children() const { function in class:clang::CXXDeleteExpr
2734 child_range children() { return child_range(&Base, &Base + 1); } function in class:clang::CXXPseudoDestructorExpr
2736 const_child_range children() const { function in class:clang::CXXPseudoDestructorExpr
2819 child_range children() { function in class:clang::final
2823 const_child_range children() const { function in class:clang::final
2891 child_range children() { function in class:clang::ArrayTypeTraitExpr
2895 const_child_range children() const { function in class:clang::ArrayTypeTraitExpr
2955 child_range children() { function in class:clang::ExpressionTraitExpr
2959 const_child_range children() const { function in class:clang::ExpressionTraitExpr
3254 child_range children() { function in class:clang::final
3258 const_child_range children() const { function in class:clang::final
3413 child_range children() { function in class:clang::final
3417 const_child_range children() const { function in class:clang::final
3489 child_range children() { return child_range(&SubExpr, &SubExpr + 1); } function in class:clang::final
3491 const_child_range children() const { function in class:clang::final
3622 child_range children() { function in class:clang::final
3627 const_child_range children() const { function in class:clang::final
3873 child_range children() { function in class:clang::final
3879 const_child_range children() const { function in class:clang::final
4042 child_range children() { function in class:clang::final
4048 const_child_range children() const { function in class:clang::final
4118 child_range children() { return child_range(&Operand, &Operand + 1); } function in class:clang::CXXNoexceptExpr
4120 const_child_range children() const { function in class:clang::CXXNoexceptExpr
4200 child_range children() { function in class:clang::PackExpansionExpr
4204 const_child_range children() const { function in class:clang::PackExpansionExpr
4325 child_range children() { function in class:clang::final
4329 const_child_range children() const { function in class:clang::final
4402 child_range children() { return child_range(&Replacement, &Replacement + 1); } function in class:clang::SubstNonTypeTemplateParmExpr
4404 const_child_range children() const { function in class:clang::SubstNonTypeTemplateParmExpr
4475 child_range children() { function in class:clang::SubstNonTypeTemplateParmPackExpr
4479 const_child_range children() const { function in class:clang::SubstNonTypeTemplateParmPackExpr
4551 child_range children() { function in class:clang::final
4555 const_child_range children() const { function in class:clang::final
4668 child_range children() { function in class:clang::MaterializeTemporaryExpr
4674 const_child_range children() const { function in class:clang::MaterializeTemporaryExpr
4775 child_range children() { function in class:clang::CXXFoldExpr
4779 const_child_range children() const { function in class:clang::CXXFoldExpr
4902 child_range children() { function in class:clang::final
4907 const_child_range children() const { function in class:clang::final
5009 child_range children() { function in class:clang::CoroutineSuspendExpr
5013 const_child_range children() const { function in class:clang::CoroutineSuspendExpr
5093 child_range children() { return child_range(SubExprs, SubExprs + 2); } function in class:clang::DependentCoawaitExpr
5095 const_child_range children() const { function in class:clang::DependentCoawaitExpr
[all...]
H A DExpr.h1141 child_range children() { return child_range(&SubExpr, &SubExpr+1); } function in class:clang::final
1142 const_child_range children() const { function in class:clang::final
1190 child_range children() { function in class:clang::OpaqueValueExpr
1194 const_child_range children() const { function in class:clang::OpaqueValueExpr
1473 child_range children() { function in class:clang::final
1477 const_child_range children() const { function in class:clang::final
1517 child_range children() { function in class:clang::IntegerLiteral
1520 const_child_range children() const { function in class:clang::IntegerLiteral
1564 child_range children() { function in class:clang::FixedPointLiteral
1567 const_child_range children() cons function in class:clang::FixedPointLiteral
1613 child_range children() { function in class:clang::CharacterLiteral
1616 const_child_range children() const { function in class:clang::CharacterLiteral
1687 child_range children() { function in class:clang::FloatingLiteral
1690 const_child_range children() const { function in class:clang::FloatingLiteral
1726 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::ImaginaryLiteral
1727 const_child_range children() const { function in class:clang::ImaginaryLiteral
2088 child_range children() { function in class:clang::final
2092 const_child_range children() const { function in class:clang::final
2141 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::ParenExpr
2142 const_child_range children() const { function in class:clang::ParenExpr
2294 child_range children() { return child_range(&Val, &Val+1); } function in class:clang::final
2295 const_child_range children() const { function in class:clang::final
2704 child_range children() { function in class:clang::final
2707 const_child_range children() const { function in class:clang::final
2782 child_range children() { function in class:clang::MatrixSubscriptExpr
2785 const_child_range children() const { function in class:clang::MatrixSubscriptExpr
[all...]
H A DExprOpenMP.h135 child_range children() { function in class:clang::OMPArraySectionExpr
139 const_child_range children() const { function in class:clang::OMPArraySectionExpr
222 child_range children() { function in class:clang::final
226 const_child_range children() const { function in class:clang::final
410 child_range children() { function in class:clang::final
415 const_child_range children() const { function in class:clang::final
/freebsd-current/contrib/llvm-project/lld/include/lld/Common/
H A DTimer.h53 std::vector<Timer *> children; member in class:lld::Timer
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp31 for (const Stmt *Child : S->children())
45 for (const Stmt *Child : S->children())
61 for (const Stmt *Child : S->children())
73 for (const Stmt *Child : S->children())
/freebsd-current/sys/dev/proto/
H A Dproto_busdma.h36 LIST_HEAD(,proto_tag) children; member in struct:proto_tag
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c162 uint_t c, children; local
178 &children) == 0) {
179 for (c = 0; c < children; c++)
194 &children) == 0) {
195 for (c = 0; c < children; c++)
253 uint_t c, i, children; local
256 &child, &children) == 0) {
257 for (c = 0; c < children; c++) {
/freebsd-current/usr.sbin/nfscbd/
H A Dnfscbd.c71 static pid_t children; variable
205 children = pid;
335 if (pid == children)
336 children = -1;
344 if (children > 0)
345 kill(children, SIGKILL);
/freebsd-current/sys/dev/mii/
H A Dmii.c127 device_t *children; local
131 if (device_get_children(dev, &children, &nchildren) == 0) {
133 ma = device_get_ivars(children[i]);
136 free(children, M_TEMP);
139 device_printf(dev, "cannot get children\n");
200 * its PHY children.
240 device_t *children, phy; local
246 if (device_get_children(dev, &children, &nchildren) != 0)
250 args = device_get_ivars(children[i]);
256 free(children, M_TEM
373 device_t *children, phy; local
[all...]
H A Dmii_fdt.c259 device_t parent, *children; local
264 error = device_get_children(dev, &children, &nchildren);
269 ma = device_get_ivars(children[i]);
292 (void)ofw_bus_intr_to_rl(children[i], phy_node, &ma->rl, NULL);
295 free(children, M_TEMP);
/freebsd-current/sys/dev/cxgbe/
H A Dt4_mp_ring.c533 struct sysctl_oid_list *children)
537 oid = SYSCTL_ADD_NODE(ctx, children, OID_AUTO, "mp_ring", CTLFLAG_RD |
539 children = SYSCTL_CHILDREN(oid);
541 SYSCTL_ADD_U64(ctx, children, OID_AUTO, "state", CTLFLAG_RD,
543 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "dropped", CTLFLAG_RD,
545 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "consumed",
547 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "fast_consumer",
550 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "consumer2",
553 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "consumer3",
556 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUT
532 mp_ring_sysctls(struct mp_ring *r, struct sysctl_ctx_list *ctx, struct sysctl_oid_list *children) argument
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_agents.c81 uint_t c, children; local
86 * First iterate over any children.
89 &child, &children) == 0) {
90 for (c = 0; c < children; c++) {
101 &child, &children) == 0) {
102 for (c = 0; c < children; c++) {
110 &child, &children) == 0) {
111 for (c = 0; c < children; c++) {
/freebsd-current/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_abbrev.c33 _dwarf_abbrev_add(Dwarf_CU cu, uint64_t entry, uint64_t tag, uint8_t children, argument
49 ab->ab_children = children;
110 uint8_t children; local
133 children = dbg->read(ds->ds_data, offset, 1);
134 if ((ret = _dwarf_abbrev_add(cu, entry, tag, children, aboff,
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c184 char **children; local
188 dbus_connection_list_registered(con, path, &children);
189 for (i = 0; children[i]; i++)
190 wpabuf_printf(xml, "<node name=\"%s\"/>", children[i]);
191 dbus_free_string_array(children);
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_draid_spare3.ksh68 children=10
69 draid="draid${parity}:${data}d:${children}c:${spares}s"
71 setup_test_env $TESTPOOL $draid $children
/freebsd-current/sbin/pfctl/
H A Dpfctl_qstats.c70 struct pf_altq_node *children; member in struct:pf_altq_node
223 node->next = node->children = NULL;
239 if (parent->children == NULL)
240 parent->children = node;
242 struct pf_altq_node *prev = parent->children;
262 if (node->children != NULL) {
263 child = pfctl_find_altq_node(node->children, qname,
283 if (node->children != NULL) {
285 for (child = node->children; child != NULL;
303 for (child = node->children; chil
[all...]
/freebsd-current/usr.bin/dtc/
H A Dfdt.hh468 * Adaptor to use children in range-based for loops.
494 * The children of this node.
496 std::vector<node_ptr> children; member in class:dtc::fdt::node
549 * Comparison function for nodes, used when sorting the children
556 * Sorts the node's properties and children into alphabetical order and
557 * recursively sorts the children.
565 return children.begin();
572 return children.end();
576 * the children of this node.
583 * Accessor for the deleted children
[all...]
/freebsd-current/sys/dev/ata/chipsets/
H A Data-acerlabs.c262 device_t *children; local
273 if (!device_get_children(GRANDPARENT(dev), &children, &nchildren)) {
275 if (pci_get_devid(children[i]) == ATA_ALI_1533) {
276 pci_write_config(children[i], 0x58,
277 pci_read_config(children[i], 0x58, 1) &
279 pci_write_config(children[i], 0x58,
280 pci_read_config(children[i], 0x58, 1) |
285 free(children, M_TEMP);
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i33 '''An accessor function that returns a list() that contains all children in a lldb.SBValue object.'''
34 children = []
37 children.append(accessor[idx])
38 return children
51 children = property(get_value_child_list, None, doc='''A read only property that returns a list() of lldb.SBValue objects for the children of the value.''')
52 child = property(get_child_access_object, None, doc='''A read only property that returns an object that can access children of a variable by index (child_value = value.children[12]).''')
/freebsd-current/sys/dev/et/
H A Dif_et.c2433 struct sysctl_oid_list *children, *parent; local
2438 children = SYSCTL_CHILDREN(device_get_sysctl_tree(sc->dev));
2440 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "rx_intr_npkts",
2443 SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "rx_intr_delay",
2447 SYSCTL_ADD_INT(ctx, children, OID_AUTO, "tx_intr_nsegs",
2450 SYSCTL_ADD_UINT(ctx, children, OID_AUTO, "timer",
2453 tree = SYSCTL_ADD_NODE(ctx, children, OID_AUTO, "stats",
2477 children = SYSCTL_CHILDREN(tree);
2478 ET_SYSCTL_STAT_ADD64(ctx, children, "bytes",
2480 ET_SYSCTL_STAT_ADD64(ctx, children, "frame
[all...]

Completed in 438 milliseconds

1234567891011>>