Home
last modified time | relevance | path

Searched defs:dn (Results 1 – 25 of 141) sorted by relevance

123456

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddnode.c104 dnode_t *dn = arg; in dnode_cons() local
166 dnode_t *dn = arg; in dnode_dest() local
230 dnode_verify(dnode_t *dn) in dnode_verify()
352 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx) in dnode_setbonuslen()
369 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) in dnode_setbonus_type()
380 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx) in dnode_rm_spill()
390 dnode_setdblksz(dnode_t *dn, int size) in dnode_setdblksz()
406 dnode_t *dn; in dnode_create() local
480 dnode_destroy(dnode_t *dn) in dnode_destroy()
535 dnode_allocate(dnode_t *dn, dmu_object_type_t ot, int blocksize, int ibs, in dnode_allocate()
[all …]
H A Ddnode_sync.c40 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx) in dnode_increase_indirection()
120 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx) in free_blocks()
166 dnode_t *dn; in free_verify() local
242 dnode_t *dn; in free_children() local
322 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl()
388 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range() local
399 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs()
438 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus()
485 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free()
546 dnode_sync(dnode_t *dn, dmu_tx_t *tx) in dnode_sync()
H A Ddmu_object.c41 dnode_t *dn = NULL; in dmu_object_alloc() local
99 dnode_t *dn; in dmu_object_claim() local
119 dnode_t *dn; in dmu_object_reclaim() local
139 dnode_t *dn; in dmu_object_free() local
186 dnode_t *dn; in dmu_object_zapify() local
211 dnode_t *dn; in dmu_object_free_zapified() local
H A Ddmu.c133 dnode_t *dn; in dmu_buf_hold_noread() local
189 dnode_t *dn; in dmu_set_bonus() local
212 dnode_t *dn; in dmu_set_bonustype() local
235 dnode_t *dn; in dmu_get_bonustype() local
249 dnode_t *dn; in dmu_rm_spill() local
267 dnode_t *dn; in dmu_bonus_hold() local
315 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp) in dmu_spill_hold_by_dnode()
341 dnode_t *dn; in dmu_spill_hold_existing() local
370 dnode_t *dn; in dmu_spill_hold_by_bonus() local
388 dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset, uint64_t length, in dmu_buf_hold_array_by_dnode()
[all …]
H A Ddmu_tx.c104 dnode_t *dn = NULL; in dmu_tx_hold_object_impl() local
155 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid) in dmu_tx_check_ioerr()
171 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, in dmu_tx_count_twig()
218 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write() local
392 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_dnode() local
432 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free() local
626 dnode_t *dn; in dmu_tx_hold_free() local
717 dnode_t *dn; in dmu_tx_hold_zap() local
858 dnode_t *dn; in dmu_tx_dirty_buf() local
1157 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign() local
[all …]
H A Ddbuf.c155 dnode_t *dn; in dbuf_find_bonus() local
411 dnode_t *dn; in dbuf_verify() local
571 dbuf_whichblock(dnode_t *dn, int64_t level, uint64_t offset) in dbuf_whichblock()
638 dnode_t *dn; in dbuf_read_impl() local
717 dnode_t *dn; in dbuf_read() local
924 dbuf_free_range(dnode_t *dn, uint64_t start_blkid, uint64_t end_blkid, in dbuf_free_range()
1079 dnode_t *dn; in dbuf_new_size() local
1142 dnode_t *dn; in dbuf_dirty() local
1427 dnode_t *dn; in dbuf_undirty() local
1700 dnode_t *dn; in dbuf_clear() local
[all …]
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c49 char *dn; in ldap_get_dn() local
74 ldap_dn2ufn( const char *dn ) in ldap_dn2ufn()
156 ldap_explode_dns( const char *dn ) in ldap_explode_dns()
198 ldap_explode( const char *dn, const int notypes, const int nametype ) in ldap_explode()
338 ldap_explode_dn( const char *dn, const int notypes ) in ldap_explode_dn()
352 ldap_is_dns_dn( const char *dn ) in ldap_is_dns_dn()
376 char *dn = 0; in ldap_dns_to_dn() local
H A Drename.c63 const char *dn, in ldap_rename()
185 ldap_modrdn2( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn ) in ldap_modrdn2()
198 ldap_modrdn( LDAP *ld, const char *dn, const char *newrdn ) in ldap_modrdn()
207 const char *dn, in ldap_rename_s()
233 ldap_modrdn2_s( LDAP *ld, const char *dn, const char *newrdn, int deleteoldrdn ) in ldap_modrdn2_s()
249 ldap_modrdn_s( LDAP *ld, const char *dn, const char *newrdn ) in ldap_modrdn_s()
H A Ddelete.c47 ldap_delete( LDAP *ld, const char *dn ) in ldap_delete()
62 ldap_delete_ext( LDAP *ld, const char *dn, LDAPControl **serverctrls, in ldap_delete_ext()
133 ldap_delete_s( LDAP *ld, const char *dn ) in ldap_delete_s()
140 ldap_delete_ext_s( LDAP *ld, const char *dn, LDAPControl **serverctrls, in ldap_delete_ext_s()
H A Dsbind.c56 ldap_simple_bind( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind()
73 simple_bind_nolock( LDAP *ld, const char *dn, const char *passwd, in simple_bind_nolock()
153 ldap_simple_bind_s( LDAP *ld, const char *dn, const char *passwd ) in ldap_simple_bind_s()
182 simple_bindifnot_s( LDAP *ld, const char *dn, const char *passwd ) in simple_bindifnot_s()
H A Dadd.c61 ldap_add( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add()
82 ldap_add_ext( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext()
190 ldap_add_s( LDAP *ld, const char *dn, LDAPMod **attrs ) in ldap_add_s()
196 ldap_add_ext_s( LDAP *ld, const char *dn, LDAPMod **attrs, in ldap_add_ext_s()
H A Dmodify.c59 ldap_modify( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify()
75 ldap_modify_ext( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext()
190 ldap_modify_s( LDAP *ld, const char *dn, LDAPMod **mods ) in ldap_modify_s()
197 ldap_modify_ext_s( LDAP *ld, const char *dn, LDAPMod **mods, in ldap_modify_ext_s()
H A Dcompare.c50 ldap_compare( LDAP *ld, const char *dn, const char *attr, const char *value ) in ldap_compare()
70 ldap_compare_ext( LDAP *ld, const char *dn, const char *attr, in ldap_compare_ext()
150 ldap_compare_s( LDAP *ld, const char *dn, const char *attr, in ldap_compare_s()
163 ldap_compare_ext_s( LDAP *ld, const char *dn, const char *attr, in ldap_compare_ext_s()
H A Dbind.c51 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind()
97 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) in ldap_bind_s()
H A Dcache.c41 ldap_cache_flush( LDAP *ld, const char *dn, const char *filter ) in ldap_cache_flush()
64 char *dn; in nsldapi_add_result_to_cache() local
H A Dsaslbind.c48 const char *dn, in ldap_sasl_bind()
177 const char *dn, in ldap_sasl_bind_s()
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_wrapper.c66 char *dn, LDAPMod **attrs, in _ns_ldap_add_ext()
77 char *dn, LDAPMod **attrs, in _ns_ldap_add_ext_s()
87 char *dn, LDAPMod **attrs) in _ns_ldap_add()
96 char *dn, LDAPMod **attrs) in _ns_ldap_add_s()
108 char *dn, char *attr, struct berval *bvalue, in _ns_ldap_compare_ext()
119 char *dn, char *attr, struct berval *bvalue, in _ns_ldap_compare_ext_s()
130 char *dn, char *attr, char *value) in _ns_ldap_compare()
139 char *dn, char *attr, char *value) in _ns_ldap_compare_s()
151 char *dn, LDAPControl **serverctrls, in _ns_ldap_delete_ext()
161 char *dn, LDAPControl **serverctrls, in _ns_ldap_delete_ext_s()
[all …]
/titanic_41/usr/src/lib/libresolv2/common/resolv/
H A Dres_comp.c178 res_hnok(const char *dn) { in res_hnok()
206 res_ownok(const char *dn) { in res_ownok()
221 res_mailok(const char *dn) { in res_mailok()
249 res_dnok(const char *dn) { in res_dnok()
/titanic_41/usr/src/lib/libresolv/
H A Dres_comp.c62 register u_char *cp, *dn; local
143 register u_char *cp, *dn; local
251 register u_char *dn, *cp, **cpp; in dn_find() local
/titanic_41/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c160 pciexfn_declare(topo_mod_t *mod, tnode_t *parent, di_node_t dn, in pciexfn_declare()
251 pciexdev_declare(topo_mod_t *mod, tnode_t *parent, di_node_t dn, in pciexdev_declare()
280 pciexbus_declare(topo_mod_t *mod, tnode_t *parent, di_node_t dn, in pciexbus_declare()
307 pcifn_declare(topo_mod_t *mod, tnode_t *parent, di_node_t dn, in pcifn_declare()
334 pcidev_declare(topo_mod_t *mod, tnode_t *parent, di_node_t dn, in pcidev_declare()
363 pcibus_declare(topo_mod_t *mod, tnode_t *parent, di_node_t dn, in pcibus_declare()
561 tnode_t *dn = NULL; in pci_children_instantiate() local
H A Ddid.c547 did_find(topo_mod_t *mp, di_node_t dn) in did_find()
553 pci_BDF_get(topo_mod_t *mp, di_node_t dn, int *bus, int *dev, int *fn) in pci_BDF_get()
567 pci_classcode_get(topo_mod_t *mp, di_node_t dn, uint_t *class, uint_t *sub) in pci_classcode_get()
584 pci_devtype_get(topo_mod_t *mp, di_node_t dn) in pci_devtype_get()
595 pciex_cap_get(topo_mod_t *mp, di_node_t dn) in pciex_cap_get()
/titanic_41/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c567 unixname2dn(idmap_nm_handle_t *p, char *unixname, int is_user, char **dn, in unixname2dn()
642 int *is_wuser, char **dn, char **unixuser, char **unixgroup) in winname2dn()
754 idmap_ad_set(idmap_nm_handle_t *p, char *dn, char *attr, char *value) in idmap_ad_set()
793 idmap_nldap_set(idmap_nm_handle_t *p, ns_cred_t *nsc, char *dn, char *attr, in idmap_nldap_set()
862 char *dn = NULL; in idmap_set_namemap() local
952 char *dn = NULL; in idmap_unset_namemap() local
1008 char *dn = NULL; in idmap_get_namemap() local
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/niu/
H A Dniu.c88 devprop_set(tnode_t *tn, di_node_t dn, in devprop_set()
107 driverprop_set(tnode_t *tn, di_node_t dn, in driverprop_set()
122 moduleprop_set(tnode_t *tn, di_node_t dn, in moduleprop_set()
187 niu_asru_set(tnode_t *tn, di_node_t dn, topo_mod_t *mod) in niu_asru_set()
/titanic_41/usr/src/cmd/ldap/common/
H A Dldapdelete.c161 dodelete( LDAP *ld, char *dn, LDAPControl **serverctrls ) in dodelete()
182 dodelete( LDAP *ld, char *dn, LDAPControl **serverctrls ) in dodelete()
/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dadutils.c88 char **dn; /* DN of entry */ member
254 const char *dn, in idmap_setqresults()
392 char *dn; in idmap_extract_object() local
590 char **dn, char **attr, char **value, in idmap_batch_add1()
697 char **dn, char **attr, char **value, in idmap_name2sid_batch_add1()
770 char **dn, char **attr, char **value, in idmap_sid2name_batch_add1()
811 char **dn, char **attr, char **value, in idmap_unixname2sid_batch_add1()
860 char **dn, char **attr, char **value, in idmap_pid2sid_batch_add1()

123456