Home
last modified time | relevance | path

Searched refs:aint (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c215 int aint; in nsldapi_get_controls() local
217 if ( ber_scanf( ber, "b", &aint ) == LBER_ERROR ) { in nsldapi_get_controls()
221 newctrl->ldctl_iscritical = (char)aint; /* XXX lossy cast */ in nsldapi_get_controls()
/titanic_44/usr/src/uts/common/sys/
H A Dhotkey_drv.h114 int acpi_drv_set_int(ACPI_HANDLE dev, char *method, uint32_t aint);
/titanic_44/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_auth.c140 static const auth_id_name_t aint[] = { variable
160 while (i < ARRAY_LENGTH(aint)) { in am_id_to_name()
161 p = &(aint[i]); in am_id_to_name()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dmath.h146 extern double aint();
/titanic_44/usr/src/uts/i86pc/io/acpi_drv/
H A Dacpi_drv.c2034 acpi_drv_set_int(ACPI_HANDLE dev, char *method, uint32_t aint) in acpi_drv_set_int() argument
2042 ao.Integer.Value = aint; in acpi_drv_set_int()