Home
last modified time | relevance | path

Searched refs:information (Results 1 - 25 of 51) sorted by relevance

123

/kernel/linux/linux-5.10/scripts/
H A Ddev-needs.sh22 what information is listed in the output. If the requested information is
H A Dparse-maintainers.pl42 W: URI for general information
/kernel/linux/linux-6.6/scripts/
H A Ddev-needs.sh22 what information is listed in the output. If the requested information is
H A Dparse-maintainers.pl42 W: URI for general information
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dcallback_srm.S31 extwl $25,2,$25 # argument information (VMS calling std)
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dcallback_srm.S31 extwl $25,2,$25 # argument information (VMS calling std)
/kernel/linux/linux-5.10/drivers/staging/unisys/include/
H A Diochannel.h193 * @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 Dfailcmd.sh46 information
/kernel/linux/linux-6.6/tools/testing/fault-injection/
H A Dfailcmd.sh46 information
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dx_store.S141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
H A Dget_op.S495 movew ETEMP(%a6),%d0 |get word with inf information
547 movew ETEMP(%a6),%d0 |get word with inf information
H A Dbugfix.S305 | the cu state information and setup etemp.
431 | the cu state information and fix up etemp.
H A Dx_unfl.S190 | information respectively on upper/lower register halves.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dx_store.S141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
H A Dget_op.S495 movew ETEMP(%a6),%d0 |get word with inf information
547 movew ETEMP(%a6),%d0 |get word with inf information
H A Dbugfix.S305 | the cu state information and setup etemp.
431 | the cu state information and fix up etemp.
H A Dx_unfl.S190 | information respectively on upper/lower register halves.
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dqconf.cc288 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 Dqconf.cc291 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 Dheader.S473 # (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 Dheader.S415 # (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 Dloongson_vbios.h139 char information[20]; member
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Datioctl.h339 u8 information; member
531 u32 information; member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Datioctl.h339 u8 information; member
531 u32 information; member
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-cd.c10 * 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()

Completed in 26 milliseconds

123