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

/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/bionic/
H A Dsystem_properties.c126 unsigned serial, len; local
129 serial = pi->serial;
130 while(SERIAL_DIRTY(serial)) {
131 __futex_wait((volatile void *)&pi->serial, serial, 0);
132 serial = pi->serial;
134 len = SERIAL_VALUE_LEN(serial);
136 if(serial
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_state.c74 rt->_serial = rt->_pi->serial;
122 * Check the serial value for any changes to net.* properties */
123 D("%s: Called for tid=%d rt=%p rt->pi=%p rt->serial=%d",
138 if (rt->_serial == rt->_pi->serial) {
144 /* Update the recorded serial number, and go reset the state */
145 rt->_serial = rt->_pi->serial;
/bionic/libc/kernel/common/linux/
H A Dcapi.h75 __u8 serial[CAPI_SERIAL_LEN]; member in union:capi_ioctl_struct
/bionic/libc/kernel/common/linux/mmc/
H A Dcard.h26 unsigned int serial; member in struct:mmc_cid
/bionic/libc/kernel/arch-arm/asm/arch/
H A Dhardware.h29 #include <asm/arch/serial.h>

Completed in 254 milliseconds