/kernel/linux/linux-5.10/scripts/ |
H A D | dev-needs.sh | 22 what information is listed in the output. If the requested information is
|
H A D | parse-maintainers.pl | 42 W: URI for general information
|
/kernel/linux/linux-6.6/scripts/ |
H A D | dev-needs.sh | 22 what information is listed in the output. If the requested information is
|
H A D | parse-maintainers.pl | 42 W: URI for general information
|
/kernel/linux/linux-5.10/arch/alpha/lib/ |
H A D | callback_srm.S | 31 extwl $25,2,$25 # argument information (VMS calling std)
|
/kernel/linux/linux-6.6/arch/alpha/lib/ |
H A D | callback_srm.S | 31 extwl $25,2,$25 # argument information (VMS calling std)
|
/kernel/linux/linux-5.10/drivers/staging/unisys/include/ |
H A D | iochannel.h | 193 * @struct gpi_list: Physical address information for each fragment. 289 /* Struct and Defines to support sense information. */ 313 u8 information[4]; member 326 * @struct phys_info frags: Physical page information. 382 /* Physical page information for the single fragment 2K rcv buf */ 504 /* Describes what type of information is in the struct */
|
/kernel/linux/linux-5.10/tools/testing/fault-injection/ |
H A D | failcmd.sh | 46 information
|
/kernel/linux/linux-6.6/tools/testing/fault-injection/ |
H A D | failcmd.sh | 46 information
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_store.S | 141 bsetl #31,%d0 |if negative, put in sign information 149 bsetl #31,%d0 |if negative put in sign information
|
H A D | get_op.S | 495 movew ETEMP(%a6),%d0 |get word with inf information 547 movew ETEMP(%a6),%d0 |get word with inf information
|
H A D | bugfix.S | 305 | the cu state information and setup etemp. 431 | the cu state information and fix up etemp.
|
H A D | x_unfl.S | 190 | information respectively on upper/lower register halves.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_store.S | 141 bsetl #31,%d0 |if negative, put in sign information 149 bsetl #31,%d0 |if negative put in sign information
|
H A D | get_op.S | 495 movew ETEMP(%a6),%d0 |get word with inf information 547 movew ETEMP(%a6),%d0 |get word with inf information
|
H A D | bugfix.S | 305 | the cu state information and setup etemp. 431 | the cu state information and fix up etemp.
|
H A D | x_unfl.S | 190 | information respectively on upper/lower register halves.
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.cc | 288 QMessageBox::information(editor, "qconf", in setModelData() 1527 QMessageBox::information(this, "qconf", "Unable to load configuration!"); in loadConfig() 1538 QMessageBox::information(this, "qconf", "Unable to save configuration!"); in saveConfig() 1560 QMessageBox::information(this, "qconf", "Unable to save configuration!"); in saveConfigAs() 1776 QMessageBox::information(this, "qconf", str); in showIntro() 1785 QMessageBox::information(this, "qconf", str); in showAbout()
|
/kernel/linux/linux-6.6/scripts/kconfig/ |
H A D | qconf.cc | 291 QMessageBox::information(editor, "qconf", in setModelData() 1550 QMessageBox::information(this, "qconf", "Unable to load configuration!"); in loadConfig() 1561 QMessageBox::information(this, "qconf", "Unable to save configuration!"); in saveConfig() 1583 QMessageBox::information(this, "qconf", "Unable to save configuration!"); in saveConfigAs() 1809 QMessageBox::information(this, "qconf", str); in showIntro() 1821 QMessageBox::information(this, "qconf", str + qVersion()); in showAbout()
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | header.S | 473 # (For more information, please refer to RFC 1951 and RFC 1952.) 520 # To avoid problems with the compressed data's meta information an extra 18 533 # the description in lib/decompressor_xxx.c for specific information.
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | header.S | 415 # (For more information, please refer to RFC 1951 and RFC 1952.) 462 # To avoid problems with the compressed data's meta information an extra 18 475 # the description in lib/decompressor_xxx.c for specific information.
|
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/ |
H A D | loongson_vbios.h | 139 char information[20]; member
|
/kernel/linux/linux-5.10/drivers/scsi/esas2r/ |
H A D | atioctl.h | 339 u8 information; member 531 u32 information; member
|
/kernel/linux/linux-6.6/drivers/scsi/esas2r/ |
H A D | atioctl.h | 339 u8 information; member 531 u32 information; member
|
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-cd.c | 10 * License. See linux/COPYING for more information. 12 * See Documentation/cdrom/ide-cd.rst for usage information. 183 sector = (sense->information[0] << 24) | in cdrom_analyze_sense_data() 184 (sense->information[1] << 16) | in cdrom_analyze_sense_data() 185 (sense->information[2] << 8) | in cdrom_analyze_sense_data() 186 (sense->information[3]); in cdrom_analyze_sense_data() 950 * no sense information is returned. 1183 /* read the multisession information */ in ide_cd_read_toc() 1197 /* re-read multisession information using MSF format */ in ide_cd_read_toc()
|