Home
last modified time | relevance | path

Searched refs:oldcmd (Results 1 – 2 of 2) sorted by relevance

/arch/x86/boot/
Dmain.c34 const struct old_cmdline * const oldcmd = in copy_boot_params() local
41 oldcmd->cl_magic == OLD_CL_MAGIC) { in copy_boot_params()
48 if (oldcmd->cl_offset < boot_params.hdr.setup_move_size) in copy_boot_params()
54 (cmdline_seg << 4) + oldcmd->cl_offset; in copy_boot_params()
/arch/sparc/kernel/
Dpci.c738 u16 cmd, oldcmd; in pcibios_enable_device() local
742 oldcmd = cmd; in pcibios_enable_device()
757 if (cmd != oldcmd) { in pcibios_enable_device()