Searched refs:parent (Results 176 - 200 of 1111) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/bzip2/
H A Dhuffman.c77 Int32 parent [ BZ_MAX_ALPHA_SIZE * 2 ]; local
89 parent[0] = -2;
92 parent[i] = -1;
104 parent[n1] = parent[n2] = nNodes;
106 parent[nNodes] = -1;
118 while (parent[k] >= 0) { k = parent[k]; j++; }
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template_kbd.c237 struct sysctl_oid *parent; local
252 parent = SYSCTL_ADD_NODE(&kbd_ctx_list,
256 SYSCTL_ADD_U16(&kbd_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
259 SYSCTL_ADD_U16(&kbd_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
263 SYSCTL_ADD_PROC(&kbd_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
268 SYSCTL_ADD_PROC(&kbd_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
272 SYSCTL_ADD_PROC(&kbd_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
276 SYSCTL_ADD_PROC(&kbd_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
H A Dusb_template_modem.c265 struct sysctl_oid *parent; local
280 parent = SYSCTL_ADD_NODE(&modem_ctx_list,
284 SYSCTL_ADD_U16(&modem_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
287 SYSCTL_ADD_U16(&modem_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
291 SYSCTL_ADD_PROC(&modem_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
296 SYSCTL_ADD_PROC(&modem_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
300 SYSCTL_ADD_PROC(&modem_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
304 SYSCTL_ADD_PROC(&modem_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
H A Dusb_template_mouse.c235 struct sysctl_oid *parent; local
250 parent = SYSCTL_ADD_NODE(&mouse_ctx_list,
254 SYSCTL_ADD_U16(&mouse_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
257 SYSCTL_ADD_U16(&mouse_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
261 SYSCTL_ADD_PROC(&mouse_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
266 SYSCTL_ADD_PROC(&mouse_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
270 SYSCTL_ADD_PROC(&mouse_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
274 SYSCTL_ADD_PROC(&mouse_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
H A Dusb_template_midi.c259 struct sysctl_oid *parent; local
274 parent = SYSCTL_ADD_NODE(&midi_ctx_list,
278 SYSCTL_ADD_U16(&midi_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
281 SYSCTL_ADD_U16(&midi_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
285 SYSCTL_ADD_PROC(&midi_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
290 SYSCTL_ADD_PROC(&midi_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
294 SYSCTL_ADD_PROC(&midi_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
298 SYSCTL_ADD_PROC(&midi_ctx_list, SYSCTL_CHILDREN(parent), OID_AUTO,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectConstResultCast.cpp24 ValueObject &parent, ConstString name, const CompilerType &cast_type,
26 : ValueObjectCast(parent, name, cast_type), m_impl(this, live_address) {
23 ValueObjectConstResultCast( ValueObject &parent, ConstString name, const CompilerType &cast_type, lldb::addr_t live_address) argument
/freebsd-11-stable/contrib/unbound/util/storage/
H A Ddnstree.h50 * This can be looked up to obtain a closest encloser parent name.
58 /** parent in tree */
59 struct name_tree_node* parent; member in struct:name_tree_node
80 /** parent in tree */
81 struct addr_tree_node* parent; member in struct:addr_tree_node
112 * Initialize parent pointers in name tree.
170 * Initialize parent pointers in addr tree.
177 * Initialize parent pointers in partial addr tree.
179 * @param node: node to start parent pointer initialization for.
H A Ddnstree.c92 node->parent = NULL;
103 node->parent = NULL;
113 node->parent = NULL;
121 /* find the previous, or parent-parent-parent */
122 for(p = prev; p; p = p->parent)
125 /* <: prev matches more, but is not a parent,
126 * this one is a (grand)parent */
127 node->parent
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_bus.c90 devclass_t parent; /* parent in devclass hierarchy */ member in struct:devclass
115 TAILQ_ENTRY(device) link; /**< list of devices in parent */
117 device_t parent; /**< parent of this device */ member in struct:device
210 value = dc->parent ? dc->parent->name : "";
229 OID_AUTO, "%parent", CTLTYPE_STRING | CTLFLAG_RD,
231 "parent class");
267 value = dev->parent
1089 devclass_t parent; local
1197 devclass_t parent; local
1778 make_device(device_t parent, const char *name, int unit) argument
4815 device_t parent; local
4834 device_t parent; local
4853 device_t parent; local
4870 device_t parent; local
4887 device_t parent; local
5670 device_t parent; local
[all...]
H A Dsubr_smp.c669 smp_topo_addleaf(struct cpu_group *parent, struct cpu_group *child, int share, argument
679 child->cg_parent = parent;
686 parent->cg_children++;
687 for (; parent != NULL; parent = parent->cg_parent) {
688 if (CPU_OVERLAP(&parent->cg_mask, &child->cg_mask))
690 parent,
691 cpusetobj_strprint(cpusetbuf, &parent->cg_mask),
693 CPU_OR(&parent
927 topo_add_node_by_hwid(struct topo_node *parent, int hwid, topo_node_type type, uintptr_t subtype) argument
956 topo_find_node_by_hwid(struct topo_node *parent, int hwid, topo_node_type type, uintptr_t subtype) argument
983 struct topo_node *parent; local
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dbus_machdep.c182 bus_dma_tag_create(bus_dma_tag_t parent, bus_size_t alignment, argument
194 if (parent == NULL)
195 panic("%s: parent DMA tag NULL", __func__);
203 * the parent.
205 newtag->dt_cookie = parent->dt_cookie;
206 newtag->dt_mt = parent->dt_mt;
208 newtag->dt_parent = parent;
233 /* Take into account any restrictions imposed by our parent tag. */
234 newtag->dt_lowaddr = ulmin(parent->dt_lowaddr, newtag->dt_lowaddr);
235 newtag->dt_highaddr = ulmax(parent
254 bus_dma_tag_t parent; local
[all...]
/freebsd-11-stable/sys/powerpc/aim/
H A Dslb.c112 * parent node.
115 make_new_leaf(uint64_t esid, uint64_t slbv, struct slbtnode *parent) argument
121 idx = esid2idx(esid, parent->ua_level);
122 KASSERT(parent->u.ua_child[idx] == NULL, ("Child already exists!"));
144 idx = esid2idx(esid, parent->ua_level);
145 parent->u.ua_child[idx] = child;
146 setbit(&parent->ua_alloc, idx);
152 * Allocate a new intermediate node to fit between the parent and
156 make_intermediate(uint64_t esid, struct slbtnode *parent) argument
161 idx = esid2idx(esid, parent
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Ddrm_hashtab.c93 struct drm_hash_item *entry, *parent; local
100 parent = NULL;
106 parent = entry;
108 if (parent) {
109 LIST_INSERT_AFTER(parent, item, head);
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_hashtab.c94 struct drm_hash_item *entry, *parent; local
101 parent = NULL;
107 parent = entry;
109 if (parent) {
110 LIST_INSERT_AFTER(parent, item, head);
/freebsd-11-stable/sys/dev/ata/chipsets/
H A Data-via.c316 device_t parent = device_get_parent(dev); local
317 struct ata_pci_controller *ctlr = device_get_softc(parent);
331 pci_write_config(parent, 0xb3,
336 pci_write_config(parent, 0xab, pio_timings[ata_mode2idx(piomode)], 1);
345 device_t parent = device_get_parent(dev); local
346 struct ata_pci_controller *ctlr = device_get_softc(parent);
362 pci_write_config(parent, reg,
366 pci_write_config(parent, reg, 0x8b, 1);
370 pci_write_config(parent, reg - 0x08,timings[ata_mode2idx(piomode)], 1);
424 device_t parent local
467 device_t parent; local
513 device_t parent; local
[all...]
/freebsd-11-stable/sys/powerpc/cpufreq/
H A Ddfs.c44 static void dfs_identify(driver_t *driver, device_t parent);
85 dfs_identify(driver_t *driver, device_t parent) argument
100 if (device_find_child(parent, "dfs", -1) != NULL)
107 if (BUS_ADD_CHILD(parent, 10, "dfs", -1) == NULL)
108 device_printf(parent, "add dfs child failed\n");
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscif_sas_domain_state_handlers.c226 status = fw_device->state_handlers->parent.start_io_handler(
227 &fw_device->parent, &fw_request->parent
280 return fw_device->state_handlers->parent.complete_io_handler(
281 &fw_device->parent, &fw_request->parent
359 status = fw_device->state_handlers->parent.start_task_handler(
360 &fw_device->parent, &fw_request->parent
413 return fw_device->state_handlers->parent
[all...]
H A Dscic_sds_request.c292 &this_request->parent.state_machine_logger,
293 &this_request->parent.state_machine,
294 &this_request->parent.parent,
309 &this_request->parent.parent,
331 &this_request->parent.state_machine_logger,
332 &this_request->parent.state_machine
462 * This includes construction of the SCI_BASE_REQUEST_T parent.
488 &this_request->parent,
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c51 struct expr *next; /* Next child in the parent group. */
603 struct expr *parent, *child; local
609 parent = child = NULL;
639 if (parent == NULL) {
640 parent = mandoc_calloc(1, sizeof(*parent));
641 parent->type = EXPR_OR;
642 parent->next = NULL;
643 parent->child = child;
650 return parent
656 struct expr *parent, *child; local
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A Dreloc.c4211 relocation's symbol should be the parent class' vtable, and the
5221 arelent **parent; local
5222 for (parent = reloc_vector; *parent != NULL; parent++)
5228 symbol = *(*parent)->sym_ptr_ptr;
5236 p = data + (*parent)->address * bfd_octets_per_byte (input_bfd);
5237 _bfd_clear_contents ((*parent)->howto, input_bfd, p);
5238 (*parent)->sym_ptr_ptr = bfd_abs_section.symbol_ptr_ptr;
5239 (*parent)
[all...]
/freebsd-11-stable/tools/tools/net80211/wlanwds/
H A Dwlanwds.c179 * Fetch a vap's parent ifnet name.
182 getparent(const char *ifname, char parent[IFNAMSIZ+1]) argument
187 /* fetch parent interface name */
188 snprintf(oid, sizeof(oid), "net.wlan.%s.%%parent", ifname+4);
190 if (sysctlbyname(oid, parent, &parentlen, NULL, 0) < 0)
192 parent[parentlen] = '\0';
198 * The ifnet is assumed to be a vap; we find it's parent and check
204 char parent[256]; local
207 if (getparent(ifname, parent) < 0) {
210 "%s: no pointer to parent interfac
371 char parent[256]; local
453 wds_vap_create(const char *parent, struct wds *p) argument
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h91 struct device *parent; member in struct:device
287 } else if (dev->parent == NULL) {
294 if (bsddev == NULL && dev->parent != NULL) {
295 bsddev = device_add_child(dev->parent->bsddev,
332 device_create_groups_vargs(struct class *class, struct device *parent, argument
350 dev->parent = parent;
353 /* device_initialize() needs the class and parent to be set */
374 struct device *parent, dev_t devt, void *drvdata,
381 dev = device_create_groups_vargs(class, parent, dev
373 device_create_with_groups(struct class *class, struct device *parent, dev_t devt, void *drvdata, const struct attribute_group **groups, const char *fmt, ...) argument
[all...]
/freebsd-11-stable/contrib/less/
H A Dsearch.c73 struct hilite_node *parent; member in struct:hilite_node
714 struct hilite_node *np = n->parent;
731 nr->parent = np;
732 n->parent = nr;
734 nrl->parent = n;
745 struct hilite_node *np = n->parent;
762 nl->parent = np;
763 n->parent = nl;
765 nlr->parent = n;
871 n->parent
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h117 ConstantAggregateBuilderBase *parent)
118 : Builder(builder), Parent(parent), Begin(builder.Buffer.size()) {
119 if (parent) {
120 assert(!parent->Frozen && "parent already has child builder active");
121 parent->Frozen = true;
138 "parent not frozen while child builder active");
337 AggregateBuilderBase *parent)
338 : super(builder, parent) {}
352 /// component on the given parent builde
116 ConstantAggregateBuilderBase(ConstantInitBuilderBase &builder, ConstantAggregateBuilderBase *parent) argument
336 ConstantAggregateBuilderTemplateBase(InitBuilder &builder, AggregateBuilderBase *parent) argument
360 finishAndAddTo(AggregateBuilderBase &parent) argument
415 ConstantArrayBuilderTemplateBase(InitBuilder &builder, AggregateBuilderBase *parent, llvm::Type *eltTy) argument
451 ConstantStructBuilderTemplateBase(InitBuilder &builder, AggregateBuilderBase *parent, llvm::StructType *structTy) argument
534 ConstantArrayBuilder(ConstantInitBuilder &builder, ConstantAggregateBuilderBase *parent, llvm::Type *eltTy) argument
551 ConstantStructBuilder(ConstantInitBuilder &builder, ConstantAggregateBuilderBase *parent, llvm::StructType *structTy) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp164 const CXXRecordDecl *parent = CXXMethod->getParent(); local
165 if (!parent->isLambda())
168 for (const auto &LC : parent->captures()) {
200 /// Add each synthetic statement in the CFG to the parent map, using the
201 /// source statement's parent.
320 AnalysisDeclContext::getBlockInvocationContext(const LocationContext *parent, argument
323 return getLocationContextManager().getBlockInvocationContext(this, parent,
355 const LocationContext *parent,
359 ID.AddPointer(parent);
383 const LocationContext *parent,
352 ProfileCommon(llvm::FoldingSetNodeID &ID, ContextKind ck, AnalysisDeclContext *ctx, const LocationContext *parent, const void *data) argument
382 getLocationContext(AnalysisDeclContext *ctx, const LocationContext *parent, const DATA *d) argument
398 getStackFrame( AnalysisDeclContext *ctx, const LocationContext *parent, const Stmt *s, const CFGBlock *blk, unsigned blockCount, unsigned idx) argument
414 getScope(AnalysisDeclContext *ctx, const LocationContext *parent, const Stmt *s) argument
421 getBlockInvocationContext(AnalysisDeclContext *ctx, const LocationContext *parent, const BlockDecl *BD, const void *ContextData) argument
[all...]

Completed in 433 milliseconds

1234567891011>>