Searched refs:parent (Results 1 - 25 of 1111) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs.conf28 name="zfs" parent="pseudo";
/freebsd-11-stable/etc/rc.d/
H A Dgbde83 parent=${device%.bde}
84 parent=${parent#/dev/}
85 parent_=`ltr ${parent} '/' '_'`
87 if [ -e "/dev/${parent}" -a ! -e "/dev/${parent}.bde" ]; then
88 echo "Configuring Disk Encryption for ${parent}."
93 gbde attach ${parent} -l ${lock}
95 gbde attach ${parent}
97 if [ -e "/dev/${parent}
[all...]
/freebsd-11-stable/contrib/elftoolchain/libelf/
H A Delf_next.c39 Elf *parent; local
44 if ((parent = e->e_parent) == NULL) {
49 assert(parent->e_kind == ELF_K_AR);
50 assert(parent->e_cmd == ELF_C_READ);
51 assert(e->e_rawfile > parent->e_rawfile);
53 next = e->e_rawfile - parent->e_rawfile + (off_t) e->e_rawsize;
60 parent->e_u.e_ar.e_next = (next >= (off_t) parent->e_rawsize) ?
67 * This check is performed after updating the parent descriptor's
72 if (next > (off_t) parent
[all...]
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdir-p.pl5 # On some systems, the -p option to mkdir (= also create any missing parent
26 local($parent) = $dir;
27 $parent =~ s|[^/]*\Z(?!\n)||s;
29 do_mkdir_p($parent);
/freebsd-11-stable/sys/dev/isci/scil/
H A Dsci_base_state_machine_logger.c96 this_observer->parent.subject_state,
101 &this_observer->parent.parent, subject
140 sci_base_state_machine_observer_construct(&this_observer->parent);
148 this_observer->parent.parent.update = sci_base_state_machine_logger_update;
191 &the_state_machine->parent, &this_observer->parent.parent
212 &the_state_machine->parent,
[all...]
H A Dscif_sas_io_request.c123 // Construct the parent object first in order to ensure logging can
126 &fw_io->parent,
138 &fw_io->parent.core_object
147 sci_object_set_association(fw_io->parent.core_object, fw_io);
151 status = scic_io_request_construct_basic_ssp(fw_io->parent.core_object);
155 sati_sequence_construct(&fw_io->parent.stp.sequence);
171 &fw_io->parent.parent.state_machine_logger,
172 &fw_io->parent.parent
[all...]
H A Dscif_sas_io_request_states.c92 &fw_io->parent,
99 &fw_io->parent.parent.state_machine, SCI_BASE_REQUEST_STATE_CONSTRUCTED
121 &fw_io->parent,
145 &fw_io->parent,
169 &fw_io->parent,
196 fw_io->parent.device->domain, fw_io->parent.device, fw_io
200 &fw_io->parent,
205 fw_io->parent
[all...]
H A Dscif_sas_task_request.c156 &fw_task->parent,
170 // Construct the parent object first in order to ensure logging can
173 &fw_task->parent,
187 &fw_task->parent.core_object
198 sci_object_set_association(fw_task->parent.core_object, fw_task);
203 status = scic_task_request_construct_ssp(fw_task->parent.core_object);
212 &fw_task->parent.parent.state_machine_logger,
213 &fw_task->parent.parent
[all...]
H A Dscif_sas_task_request_states.c87 &fw_task->parent,
94 &fw_task->parent.parent.state_machine, SCI_BASE_REQUEST_STATE_CONSTRUCTED
116 &fw_task->parent,
140 &fw_task->parent,
169 &fw_task->parent,
198 &fw_task->parent,
204 fw_task->parent.status = scif_sas_request_terminate_start(
205 &fw_task->parent, fw_task->parent
[all...]
H A Dsci_base_port.c75 sci_base_object_construct(&this_port->parent, logger);
79 &this_port->parent,
H A Dsci_base_remote_device.c65 &this_device->parent,
71 &this_device->parent,
H A Dsci_base_request.c65 &this_request->parent,
71 &this_request->parent,
H A Dscif_sas_stp_io_request.c109 if (fw_io->parent.stp.sequence.protocol == SAT_PROTOCOL_FPDMA)
114 fw_io->parent.stp.ncq_tag = scif_sas_stp_remote_device_allocate_ncq_tag(
115 fw_io->parent.device
118 if (fw_io->parent.stp.ncq_tag == SCIF_SAS_INVALID_NCQ_TAG)
123 fis = scic_stp_io_request_get_h2d_reg_address(fw_io->parent.core_object);
124 fis->sector_count = (fw_io->parent.stp.ncq_tag << 3);
129 fw_io->parent.core_object, fw_io->parent.stp.ncq_tag
165 if (fw_io->parent.stp.sequence.protocol == SAT_PROTOCOL_FPDMA)
168 if (fw_io->parent
[all...]
/freebsd-11-stable/contrib/mdocml/
H A Deqn.c486 * Allocate a box as the last child of the parent node.
489 eqn_box_alloc(struct eqn_node *ep, struct eqn_box *parent) argument
494 bp->parent = parent;
495 bp->parent->args++;
497 bp->font = bp->parent->font;
500 if (NULL != parent->first) {
501 parent->last->next = bp;
502 bp->prev = parent->last;
504 parent
517 eqn_box_makebinary(struct eqn_node *ep, struct eqn_box *parent) argument
636 struct eqn_box *cur, *nbox, *parent, *split; local
[all...]
/freebsd-11-stable/stand/i386/libi386/
H A Dspinconsole.c63 static struct console *parent = NULL; variable in typeref:struct:console
69 if (parent == NULL)
70 parent = consoles[0];
71 parent->c_probe(cp);
78 return(parent->c_init(arg));
93 parent->c_out('\b');
96 parent->c_out((char)tw_chars);
/freebsd-11-stable/contrib/ipfilter/
H A Dipf_rb.h16 struct _t *parent; \
40 _t *parent, *tmp1, *tmp2; \
42 parent = node->_f.parent; \
47 tmp2->_f.parent = node; \
48 if (parent == & _n##_rb_zero) \
50 else if (parent->_f.right == node) \
51 parent->_f.right = tmp1; \
53 parent->_f.left = tmp1; \
55 tmp1->_f.parent
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dipf_rb.h16 struct _t *parent; \
40 _t *parent, *tmp1, *tmp2; \
42 parent = node->_f.parent; \
47 tmp2->_f.parent = node; \
48 if (parent == & _n##_rb_zero) \
50 else if (parent->_f.right == node) \
51 parent->_f.right = tmp1; \
53 parent->_f.left = tmp1; \
55 tmp1->_f.parent
[all...]
/freebsd-11-stable/contrib/ofed/libibverbs/
H A Dmemory.c54 struct ibv_mem_node *parent; member in struct:ibv_mem_node
166 mm_root->parent = NULL;
184 while (node->parent && node == node->parent->left)
185 node = node->parent;
187 node = node->parent;
200 while (node->parent && node == node->parent->right)
201 node = node->parent;
203 node = node->parent;
287 struct ibv_mem_node *parent, *gp, *uncle; local
343 struct ibv_mem_node *node, *parent = NULL; local
369 struct ibv_mem_node *child, *parent, *sib, *tmp; local
[all...]
/freebsd-11-stable/contrib/unbound/util/
H A Drbtree.c113 right->left->parent = node;
115 right->parent = node->parent;
117 if (node->parent != RBTREE_NULL) {
118 if (node == node->parent->left) {
119 node->parent->left = right;
121 node->parent->right = right;
127 node->parent = right;
140 left->right->parent = node;
142 left->parent
235 rbnode_type *parent = RBTREE_NULL; local
305 change_parent_ptr(rbtree_type* rbtree, rbnode_type* parent, rbnode_type* old, rbnode_type* new) argument
573 rbnode_type *parent; local
592 rbnode_type *parent; local
[all...]
/freebsd-11-stable/contrib/ldns/
H A Drbtree.c121 right->left->parent = node;
123 right->parent = node->parent;
125 if (node->parent != LDNS_RBTREE_NULL) {
126 if (node == node->parent->left) {
127 node->parent->left = right;
129 node->parent->right = right;
135 node->parent = right;
148 left->right->parent = node;
150 left->parent
249 ldns_rbnode_t *parent = LDNS_RBTREE_NULL; local
318 change_parent_ptr(ldns_rbtree_t* rbtree, ldns_rbnode_t* parent, ldns_rbnode_t* old, ldns_rbnode_t* new) argument
576 ldns_rbnode_t *parent; local
597 ldns_rbnode_t *parent; local
[all...]
/freebsd-11-stable/contrib/tcpdump/
H A Dmakemib179 # new OBJECT IDENTIFIER ::= { parent value }
182 function oidadd(new, parent, value) {
184 if (parent == "0" && value == 0)
187 print "/* oidadd" inn(FILENAME) ":", new, "in", parent, "as", value, "line", $0, "*/"
190 gsub(/[-&\/]/,"",parent)
191 # check if parent missing
192 if (oid[parent] == "") {
193 printf "/* parse problem%s: no parent for %s.%s(%d) */\n", \
194 inn(FILENAME), parent, new, value
197 # check if parent
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dtoken.c44 svn_diff__node_t *parent; member in struct:svn_diff__node_t
91 svn_diff__node_t *parent; local
96 parent = NULL;
101 parent = *node_ref;
103 rv = hash - parent->hash;
105 SVN_ERR(vtable->token_compare(diff_baton, parent->token, token, &rv));
113 vtable->token_discard(diff_baton, parent->token);
115 parent->token = token;
116 *node = parent;
122 node_ref = &parent
[all...]
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs.c89 pfs_add_node(struct pfs_node *parent, struct pfs_node *pn) argument
95 KASSERT(parent != NULL,
96 ("%s(): parent is NULL", __func__));
98 ("%s(): node already has a parent", __func__));
99 KASSERT(parent->pn_info != NULL,
100 ("%s(): parent has no pn_info", __func__));
101 KASSERT(parent->pn_type == pfstype_dir ||
102 parent->pn_type == pfstype_procdir ||
103 parent->pn_type == pfstype_root,
104 ("%s(): parent i
138 struct pfs_node *parent = pn->pn_parent; local
162 pfs_fixup_dir(struct pfs_node *parent) argument
176 pfs_create_dir(struct pfs_node *parent, const char *name, pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy, int flags) argument
198 pfs_create_file(struct pfs_node *parent, const char *name, pfs_fill_t fill, pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy, int flags) argument
219 pfs_create_link(struct pfs_node *parent, const char *name, pfs_fill_t fill, pfs_attr_t attr, pfs_vis_t vis, pfs_destroy_t destroy, int flags) argument
240 pfs_find_node(struct pfs_node *parent, const char *name) argument
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_mvwin.c67 WINDOW *parent = win->_parent;
68 if (parent) { /* Now comes the complicated and costly part, you should really
70 * the text buffers with its parent, one can't do a simple
74 if ((by - parent->_begy == win->_pary) &&
75 (bx - parent->_begx == win->_parx))
84 wbkgrnd(win, CHREF(parent->_nc_bkgd));
85 wsyncup(win); /* Tell the parent(s) */
88 by - parent->_begy,
89 bx - parent->_begx);
/freebsd-11-stable/sys/dev/adb/
H A Dadbvar.h40 device_t parent; member in struct:adb_softc

Completed in 620 milliseconds

1234567891011>>