Searched refs:atname (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dindex.c36 struct berval *atname )
42 *atname = desc->ad_cname;
54 *atname = desc->ad_type->sat_cname;
67 *atname = at->sat_cname;
178 struct berval *atname,
190 rc = bdb_db_cache( op->o_bd, atname, &db );
195 atname->bv_val, 0, 0 );
212 atname, vals, &keys, op->o_tmpmemctx );
233 atname, vals, &keys, op->o_tmpmemctx );
255 atname, val
174 indexer( Operation *op, DB_TXN *txn, AttributeDescription *ad, struct berval *atname, BerVarray vals, ID id, int opid, slap_mask_t mask ) argument
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/config/
H A Dgram.y137 %type <str> atname
330 atlist ',' atname { $$ = new_nx($3, $1); } |
331 atname { $$ = new_n($1); };
333 atname: label
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_autoconf.c641 config_cfattach_lookup_cd(struct cfdriver *cd, const char *atname) argument
646 if (STREQ(ca->ca_name, atname))
657 config_cfattach_lookup(const char *name, const char *atname) argument
665 return config_cfattach_lookup_cd(cd, atname);

Completed in 99 milliseconds