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

/opensolaris-onvv-gate/usr/src/lib/libldap4/common/
H A Durl.c790 char *next_dn = dn; local
827 if (next_dn = strchr(dn, ',')) {
828 next_dn++;
829 dn = next_dn;
/opensolaris-onvv-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Durl.c803 char *next_dn = dn; local
842 if (next_dn = strchr(dn, ',')) {
843 next_dn++;
844 dn = next_dn;
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c510 dnode_t *next_dn = dn; local
513 next_dn = list_next(&os->os_dnodes, next_dn);
514 } while (next_dn && !dnode_add_ref(next_dn, FTAG));
520 dn = next_dn;

Completed in 109 milliseconds