Home
last modified time | relevance | path

Searched refs:rctrl (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c384 LDAPControl *rctrl; in ldap_control_dup() local
386 if (( rctrl = (LDAPControl *)NSLDAPI_MALLOC( sizeof( LDAPControl ))) in ldap_control_dup()
391 if ( ldap_control_copy_contents( rctrl, ctrl ) != LDAP_SUCCESS ) { in ldap_control_dup()
392 NSLDAPI_FREE( rctrl ); in ldap_control_dup()
396 return( rctrl ); in ldap_control_dup()
/titanic_44/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h913 volatile uint_t *rctrl; /* FHC Reset Control and Status */ member
/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c845 softsp->rctrl = (uint_t *)((char *)(softsp->id) + in fhc_init()