Searched refs:serial (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/bionic/
H A Dsystem_properties.c124 unsigned serial, len; local
127 serial = pi->serial;
128 while(SERIAL_DIRTY(serial)) {
129 __futex_wait((volatile void *)&pi->serial, serial, 0);
130 serial = pi->serial;
132 len = SERIAL_VALUE_LEN(serial);
134 if(serial
[all...]
/bionic/libc/include/sys/
H A D_system_properties.h53 unsigned volatile serial; member in struct:prop_area
60 #define SERIAL_VALUE_LEN(serial) ((serial) >> 24)
61 #define SERIAL_DIRTY(serial) ((serial) & 1)
65 unsigned volatile serial; member in struct:prop_info
86 ** 1. serial = pi->serial
87 ** 2. if SERIAL_DIRTY(serial), wait*, then goto 1
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial)
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_state.c63 rt->_serial = rt->_pi->serial;
119 /* Check the serial value for any chanes to net.* properties. */
123 if (rt->_pi == NULL || rt->_serial == rt->_pi->serial) {
126 rt->_serial = rt->_pi->serial;
/bionic/libc/kernel/common/linux/
H A Dcapi.h72 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
/bionic/libc/kernel/common/linux/mmc/
H A Dcard.h20 unsigned int serial; member in struct:mmc_cid
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dhardware.h21 #include <asm/arch/serial.h>

Completed in 210 milliseconds