Lines Matching refs:h

63 PG_MAGIC              'P'         pg_{read,write}_hdr include/linux/pg.h
64 CMAGIC 0x0111 user include/linux/a.out.h
65 MKISS_DRIVER_MAGIC 0x04bf mkiss_channel drivers/net/mkiss.h
68 CYCLADES_MAGIC 0x4359 cyclades_port include/linux/cyclades.h
71 FASYNC_MAGIC 0x4601 fasync_struct include/linux/fs.h
73 ISICOM_MAGIC 0x4d54 isi_port include/linux/isicom.h
75 PPP_MAGIC 0x5002 ppp include/linux/if_pppvar.h
76 SERIAL_MAGIC 0x5301 async_struct include/linux/serial.h
77 SSTATE_MAGIC 0x5302 serial_state include/linux/serial.h
78 SLIP_MAGIC 0x5302 slip drivers/net/slip.h
80 X25_ASY_MAGIC 0x5303 x25_asy drivers/net/x25_asy.h
81 SIXPACK_MAGIC 0x5304 sixpack drivers/net/hamradio/6pack.h
82 AX25_MAGIC 0x5316 ax_disp drivers/net/mkiss.h
83 TTY_MAGIC 0x5401 tty_struct include/linux/tty.h
85 TTY_DRIVER_MAGIC 0x5402 tty_driver include/linux/tty_driver.h
87 TTY_LDISC_MAGIC 0x5403 tty_ldisc include/linux/tty_ldisc.h
88 USB_SERIAL_MAGIC 0x6702 usb_serial drivers/usb/serial/usb-serial.h
92 USB_SERIAL_PORT_MAGIC 0x7301 usb_serial_port drivers/usb/serial/usb-serial.h
93 CG_MAGIC 0x00090255 ufs_cylinder_group include/linux/ufs_fs.h
94 RPORT_MAGIC 0x00525001 r_port drivers/char/rocket_int.h
96 GDTIOCTL_MAGIC 0x06030f07 gdth_iowr_str drivers/scsi/gdth_ioctl.h
98 NBD_REQUEST_MAGIC 0x12560953 nbd_request include/linux/nbd.h
102 drivers/isdn/isdn_x25iface.h
103 ECP_MAGIC 0x21504345 cdkecpsig include/linux/cdk.h
106 WANPIPE_MAGIC 0x414C4453 sdla_{dump,exec} include/linux/wanpipe.h
108 LABELCL_MAGIC 0x4857434c labelcl_info_s include/asm/ia64/sn/labelcl.h
109 ISDN_ASYNC_MAGIC 0x49344C01 modem_info include/linux/isdn.h
111 ISDN_NET_MAGIC 0x49344C02 isdn_net_local_s drivers/isdn/i4l/isdn_net_lib.h
118 ROUTER_MAGIC 0x524d4157 wan_device [in wanrouter.h pre 3.9]
119 SCC_MAGIC 0x52696368 gs_port drivers/char/scc.h
121 GDA_MAGIC 0x58464552 gda arch/mips/include/asm/sn/gda.h
124 HDLCDRV_MAGIC 0x5ac6e778 hdlcdrv_state include/linux/hdlcdrv.h
125 PCXX_MAGIC 0x5c6df104 channel drivers/char/pcxx.h
126 KV_MAGIC 0x5f4b565f kernel_vars_s arch/mips/include/asm/sn/klkernvars.h
130 FW_HEADER_MAGIC 0x65726F66 fw_header drivers/atm/fore200e.h
131 SLOT_MAGIC 0x67267321 slot drivers/hotplug/cpqphp.h
132 SLOT_MAGIC 0x67267322 slot drivers/hotplug/acpiphp.h
133 LO_MAGIC 0x68797548 nbd_device include/linux/nbd.h
134 OPROFILE_MAGIC 0x6f70726f super_block drivers/oprofile/oprofilefs.h
138 PWC_MAGIC 0x89DC10AB pwc_device drivers/usb/media/pwc.h
139 NBD_REPLY_MAGIC 0x96744668 nbd_reply include/linux/nbd.h
140 ENI155_MAGIC 0xa54b872d midway_eprom drivers/atm/eni.h
141 SCI_MAGIC 0xbabeface gs_port drivers/char/sh-sci.h
142 CODA_MAGIC 0xC0DAC0DA coda_file_info include/linux/coda_fs_i.h
143 DPMEM_MAGIC 0xc0ffee11 gdt_pci_sram drivers/scsi/gdth.h
149 NMI_MAGIC 0x48414d4d455201 nmi_s arch/mips/include/asm/sn/nmi.h
151 请注意,在声音记忆管理中仍然有一些特殊的为每个驱动定义的魔术值。查看include/sound/sndmagic.h来获取他们完整的列表信息。很多OSS声音驱动拥有自己从声卡PCI ID构建的魔术值…
153 IrDA子系统也使用了大量的自己的魔术值,查看include/net/irda/irda.h来获取他们完整的信息。
155 HFS是另外一个比较大的使用魔术值的文件系统-你可以在fs/hfs/hfs.h中找到他们。