Searched refs:aint (Results 1 – 5 of 5) sorted by relevance
215 int aint; in nsldapi_get_controls() local217 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()
114 int acpi_drv_set_int(ACPI_HANDLE dev, char *method, uint32_t aint);
140 static const auth_id_name_t aint[] = { variable160 while (i < ARRAY_LENGTH(aint)) { in am_id_to_name()161 p = &(aint[i]); in am_id_to_name()
146 extern double aint();
2034 acpi_drv_set_int(ACPI_HANDLE dev, char *method, uint32_t aint) in acpi_drv_set_int() argument2042 ao.Integer.Value = aint; in acpi_drv_set_int()