Searched refs:e_parent (Results 1 - 18 of 18) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Delf_getbase.c40 e->e_parent == NULL) {
46 (uintptr_t) e->e_parent->e_rawfile));
H A Delf_cntl.c45 if (e->e_parent) {
H A Delf_next.c51 if ((parent = e->e_parent) == NULL) {
H A Delf_end.c89 if ((e = e->e_parent) != NULL)
H A D_libelf.h89 Elf *e_parent; /* non-NULL for archive members */ member in struct:_Elf
H A Dlibelf_allocate.c66 e->e_parent = NULL;
H A Dlibelf_ar.c230 if ((parent = e->e_parent) == NULL) {
327 e->e_parent = elf;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dcache.c302 Entry *e_parent; local
329 rc = monitor_cache_dn2entry( op, rs, &p_ndn, &e_parent, matched );
330 if ( rc || e_parent == NULL ) {
334 mp = ( monitor_entry_t * )e_parent->e_private;
338 rc = monitor_entry_create( op, rs, ndn, e_parent, ep );
343 monitor_cache_release( mi, e_parent );
346 *matched = e_parent;
H A Dentry.c76 Entry *e_parent,
85 assert( e_parent != NULL );
86 assert( e_parent->e_private != NULL );
89 mp = ( monitor_entry_t * )e_parent->e_private;
92 rc = mp->mp_info->mss_create( op, rs, ndn, e_parent, ep );
72 monitor_entry_create( Operation *op, SlapReply *rs, struct berval *ndn, Entry *e_parent, Entry **ep ) argument
H A Dsearch.c39 Entry *e_parent,
51 mp = ( monitor_entry_t * )e_parent->e_private;
55 monitor_entry_create( op, rs, NULL, e_parent, &e_ch );
57 monitor_cache_release( mi, e_parent );
36 monitor_send_children( Operation *op, SlapReply *rs, Entry *e_parent, int sub ) argument
H A Dinit.c440 Entry *e_parent = NULL, local
448 if ( monitor_cache_get( mi, &e->e_nname, &e_parent ) == 0 ) {
454 monitor_cache_release( mi, e_parent );
459 if ( monitor_cache_get( mi, &pdn, &e_parent ) != 0 ) {
468 assert( e_parent->e_private != NULL );
469 mp_parent = ( monitor_entry_t * )e_parent->e_private;
476 e->e_name.bv_val, e_parent->e_name.bv_val, 0 );
539 if ( e_parent ) {
540 monitor_cache_release( mi, e_parent );
619 Entry *e_parent local
[all...]
H A Dconn.c44 Entry *e_parent,
432 Entry *e_parent,
441 assert( e_parent != NULL );
444 ms = (( monitor_entry_t *)e_parent->e_private)->mp_info;
454 /* create all the children of e_parent */
428 monitor_subsys_conn_create( Operation *op, SlapReply *rs, struct berval *ndn, Entry *e_parent, Entry **ep ) argument
H A Dproto-back-monitor.h111 Entry *e_parent,
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dsymtab.c204 ep = ep->e_parent;
245 np->e_parent = np;
251 np->e_parent = ep;
324 if (np != ep->e_parent) {
326 ep->e_parent = np;
348 np = ep->e_parent;
489 tep->e_parent = (struct entry *)(long)
490 ep->e_parent->e_index;
618 ep->e_parent = &baseep[(long)ep->e_parent];
[all...]
H A Drestore.h95 struct entry *e_parent; /* pointer to parent directory (..) */ member in struct:entry
H A Dutilities.c310 fprintf(stderr, "parent name %s\n", myname(ep->e_parent));
H A Drestore.c165 mydirino = ep->e_parent->e_ino;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dmonitor.c288 Entry *e_parent,
295 assert( e_parent->e_private != NULL );
297 mp_parent = e_parent->e_private;
284 ldap_back_monitor_conn_create( Operation *op, SlapReply *rs, struct berval *ndn, Entry *e_parent, Entry **ep ) argument

Completed in 94 milliseconds