Searched refs:utmp (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/powerpc/kernel/ |
D | rtas-proc.c | 460 const unsigned int *utmp; in ppc_rtas_find_all_sensors() local 463 utmp = of_get_property(rtas_node, "rtas-sensors", &len); in ppc_rtas_find_all_sensors() 464 if (utmp == NULL) { in ppc_rtas_find_all_sensors() 472 sensors.sensor[i].token = *utmp++; in ppc_rtas_find_all_sensors() 473 sensors.sensor[i].quant = *utmp++; in ppc_rtas_find_all_sensors()
|
/linux-3.4.99/drivers/staging/iio/light/ |
D | tsl2583.c | 401 u8 utmp; in taos_chip_on() local 431 utmp = TSL258X_CNTL_PWR_ON; in taos_chip_on() 433 TSL258X_CMD_REG | TSL258X_CNTRL, utmp); in taos_chip_on() 455 utmp = TSL258X_CNTL_PWR_ON | TSL258X_CNTL_ADC_ENBL; in taos_chip_on() 458 utmp); in taos_chip_on()
|
/linux-3.4.99/arch/s390/kernel/ |
D | ptrace.c | 402 addr_t utmp; in arch_ptrace() local 403 if (get_user(utmp, in arch_ptrace() 406 ret = poke_user(child, addr, utmp); in arch_ptrace() 695 __u32 utmp; in compat_arch_ptrace() local 696 if (get_user(utmp, in compat_arch_ptrace() 699 ret = poke_user_compat(child, addr, utmp); in compat_arch_ptrace()
|
/linux-3.4.99/drivers/net/wireless/ |
D | airo.c | 1714 u64 sum, utmp; in emmh32_final() local 1730 utmp = (stmp & 0xffffffffLL) - ((stmp >> 32) * 15); in emmh32_final() 1731 sum = utmp & 0xffffffffLL; in emmh32_final() 1732 if (utmp > 0x10000000fLL) in emmh32_final()
|
/linux-3.4.99/Documentation/s390/ |
D | Debugging390.txt | 963 open("/var/run/utmp", O_RDONLY) = 3
|