reboot_cmd       1346 drivers/net/wireless/ath/ath9k/hif_usb.c 	u32 reboot_cmd = 0xffffffff;
reboot_cmd       1350 drivers/net/wireless/ath/ath9k/hif_usb.c 	buf = kmemdup(&reboot_cmd, 4, GFP_KERNEL);
reboot_cmd         98 drivers/nfc/st21nfca/i2c.c 	char reboot_cmd[] = { 0x7E, 0x66, 0x48, 0xF6, 0x7E };
reboot_cmd        103 drivers/nfc/st21nfca/i2c.c 		r = i2c_master_send(phy->i2c_dev, reboot_cmd,
reboot_cmd        104 drivers/nfc/st21nfca/i2c.c 				    sizeof(reboot_cmd));
reboot_cmd        420 kernel/reboot.c static const char reboot_cmd[] = "/sbin/reboot";
reboot_cmd        446 kernel/reboot.c 	ret = run_cmd(reboot_cmd);