Home
last modified time | relevance | path

Searched refs:btmp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/logrotate/
H A Dlogrotate_3.20.1.bb30 ${sysconfdir}/logrotate.d/btmp \
68 install -p -m 644 ${S}/examples/btmp ${D}${sysconfdir}/logrotate.d/btmp
/OK3568_Linux_fs/kernel/net/wireless/
H A Dreg.c3395 struct reg_beacon *reg_beacon, *btmp; in restore_regulatory_settings() local
3428 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in restore_regulatory_settings()
3434 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in restore_regulatory_settings()
3521 struct reg_beacon *reg_beacon, *btmp; in regulatory_hint_disconnect() local
3527 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
3534 list_for_each_entry_safe(reg_beacon, btmp, in regulatory_hint_disconnect()
4247 struct reg_beacon *reg_beacon, *btmp; in regulatory_exit() local
4262 list_for_each_entry_safe(reg_beacon, btmp, &reg_pending_beacons, list) { in regulatory_exit()
4267 list_for_each_entry_safe(reg_beacon, btmp, &reg_beacon_list, list) { in regulatory_exit()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dlogin.defs_shadow-sysroot97 # last, when invoked as lastb, will read /var/log/btmp, so...
99 #FTMP_FILE /var/log/btmp
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dmgmt.c6668 struct bdaddr_list *b, *btmp; in remove_device() local
6678 list_for_each_entry_safe(b, btmp, &hdev->whitelist, list) { in remove_device()