⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tags

📁 早期freebsd实现
💻
📖 第 1 页 / 共 5 页
字号:
ASC_PHASE_STATUS	/sys/pmax/dev/ascreg.h	/^#define ASC_PHASE_STATUS	0x3$/ASC_RAM_SIZE	/sys/pmax/dev/ascreg.h	/^#define	ASC_RAM_SIZE		0x20000		\/* 128k (32k*32) */ASC_SS	/sys/pmax/dev/ascreg.h	/^#define	ASC_SS(ss)		((ss) & ASC_SS_MASK)$/ASC_SS_MASK	/sys/pmax/dev/ascreg.h	/^#define ASC_SS_MASK		0x07$/ASC_SS_RESERVED	/sys/pmax/dev/ascreg.h	/^#define ASC_SS_RESERVED		0xf0$/ASC_SS_SOM	/sys/pmax/dev/ascreg.h	/^#define ASC_SS_SOM		0x08$/ASC_STATE_BUSY	/sys/pmax/dev/asc.c	/^#define	ASC_STATE_BUSY		1	\/* selecting or current/ASC_STATE_IDLE	/sys/pmax/dev/asc.c	/^#define	ASC_STATE_IDLE		0	\/* idle state *\/$/ASC_STATE_RESEL	/sys/pmax/dev/asc.c	/^#define ASC_STATE_RESEL		3	\/* currently waiting f/ASC_STATE_TARGET	/sys/pmax/dev/asc.c	/^#define ASC_STATE_TARGET	2	\/* currently selected /ASC_STP_MASK	/sys/pmax/dev/ascreg.h	/^#define ASC_STP_MASK		0x1f$/ASC_STP_MAX	/sys/pmax/dev/ascreg.h	/^#define ASC_STP_MAX		0x04		\/* after ovfl, 35 clk/ASC_STP_MIN	/sys/pmax/dev/ascreg.h	/^#define ASC_STP_MIN		0x05		\/* 5 clk per byte *\/$/ASC_SYNO_MASK	/sys/pmax/dev/ascreg.h	/^#define ASC_SYNO_MASK		0x0f		\/* 0 -> asyn *\/$/ASC_TC_GET	/sys/pmax/dev/ascreg.h	/^#define ASC_TC_GET(ptr, val)				\\$/ASC_TC_MAX	/sys/pmax/dev/ascreg.h	/^#define	ASC_TC_MAX	0x10000$/ASC_TC_PUT	/sys/pmax/dev/ascreg.h	/^#define ASC_TC_PUT(ptr, val)				\\$/ASC_TEST_HI_Z	/sys/pmax/dev/ascreg.h	/^#define ASC_TEST_HI_Z		0x04$/ASC_TEST_I	/sys/pmax/dev/ascreg.h	/^#define ASC_TEST_I		0x02$/ASC_TEST_T	/sys/pmax/dev/ascreg.h	/^#define ASC_TEST_T		0x01$/ASC_TEST_XXXX	/sys/pmax/dev/ascreg.h	/^#define ASC_TEST_XXXX		0xf8$/ASC_TIMEOUT_250	/sys/pmax/dev/ascreg.h	/^#define	ASC_TIMEOUT_250(clk, ccf)	(((clk) * 31) \//ASIC_BUFF0	/sys/pmax/pmax/asic.h	/^#define	ASIC_BUFF0		ASIC_SLOT_1_START+0x0c0$/ASIC_BUFF1	/sys/pmax/pmax/asic.h	/^#define	ASIC_BUFF1		ASIC_SLOT_1_START+0x0d0$/ASIC_BUFF2	/sys/pmax/pmax/asic.h	/^#define	ASIC_BUFF2		ASIC_SLOT_1_START+0x0e0$/ASIC_BUFF3	/sys/pmax/pmax/asic.h	/^#define	ASIC_BUFF3		ASIC_SLOT_1_START+0x0f0$/ASIC_CSR	/sys/pmax/pmax/asic.h	/^#define	ASIC_CSR		ASIC_SLOT_1_START+0x100$/ASIC_CSR_DMAEN_FLOPPY	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_FLOPPY	0x00200000	\/* rw */ASIC_CSR_DMAEN_ISDN_R	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_ISDN_R	0x00080000	\/* rw */ASIC_CSR_DMAEN_ISDN_T	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_ISDN_T	0x00100000	\/* rw */ASIC_CSR_DMAEN_LANCE	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_LANCE	0x00010000	\/* rw *\//ASIC_CSR_DMAEN_R1	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_R1	0x40000000	\/* rw *\/$/ASIC_CSR_DMAEN_R2	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_R2	0x10000000	\/* rw *\/$/ASIC_CSR_DMAEN_SCSI	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_SCSI	0x00020000	\/* rw *\/$/ASIC_CSR_DMAEN_T1	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_T1	0x80000000	\/* rw *\/$/ASIC_CSR_DMAEN_T2	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_DMAEN_T2	0x20000000	\/* rw *\/$/ASIC_CSR_FLOPPY_DIR	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_FLOPPY_DIR	0x00400000	\/* rw *\/$/ASIC_CSR_SCSI_DIR	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_SCSI_DIR	0x00040000	\/* rw *\/$/ASIC_CSR_xxx	/sys/pmax/pmax/asic.h	/^#define ASIC_CSR_xxx		0x0f800000	\/* reserved *\/$/ASIC_CURADDR	/sys/pmax/pmax/asic.h	/^#define	ASIC_CURADDR		ASIC_SLOT_1_START+0x130$/ASIC_DECODE_CHIP_SELECT	/sys/pmax/pmax/asic.h	/^#define	ASIC_DECODE_CHIP_SELECT	0x0000000f$/ASIC_DECODE_HW_ADDRESS	/sys/pmax/pmax/asic.h	/^#define	ASIC_DECODE_HW_ADDRESS	0x000003f0$/ASIC_DMAPTR_MASK	/sys/pmax/pmax/asic.h	/^#define	ASIC_DMAPTR_MASK	0xffffffe0$/ASIC_DMAPTR_SHIFT	/sys/pmax/pmax/asic.h	/^#define	ASIC_DMAPTR_SHIFT	5$/ASIC_DMA_ADDR	/sys/pmax/pmax/asic.h	/^#define	ASIC_DMA_ADDR(p)	(((unsigned)p) << (5-2))$/ASIC_FLOPPY_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_FLOPPY_DECODE	ASIC_SLOT_1_START+0x1a0/ASIC_FLOPPY_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_FLOPPY_DMAPTR	ASIC_SLOT_1_START+0x070/ASIC_IMSK	/sys/pmax/pmax/asic.h	/^#define	ASIC_IMSK		ASIC_SLOT_1_START+0x120$/ASIC_INTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR		ASIC_SLOT_1_START+0x110$/ASIC_INTR_FLOPPY_DMA_E	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_FLOPPY_DMA_E	0x00800000	\/* rz */ASIC_INTR_ISDN_OVRUN	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_ISDN_OVRUN	0x00200000	\/* rz *\//ASIC_INTR_ISDN_PTR_LOAD	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_ISDN_PTR_LOAD	0x00400000	\/* rz /ASIC_INTR_ISDN_READ_E	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_ISDN_READ_E	0x00100000	\/* rz */ASIC_INTR_LANCE_READ_E	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_LANCE_READ_E	0x00010000	\/* rz */ASIC_INTR_R1_DMA_OVRUN	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_R1_DMA_OVRUN	0x10000000	\/* rz */ASIC_INTR_R1_HALF_PAGE	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_R1_HALF_PAGE	0x20000000	\/* rz */ASIC_INTR_R2_DMA_OVRUN	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_R2_DMA_OVRUN	0x01000000	\/* rz */ASIC_INTR_R2_HALF_PAGE	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_R2_HALF_PAGE	0x02000000	\/* rz */ASIC_INTR_SCSI_OVRUN	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_SCSI_OVRUN	0x00040000	\/* rz *\//ASIC_INTR_SCSI_PTR_LOAD	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_SCSI_PTR_LOAD	0x00080000	\/* rz /ASIC_INTR_SCSI_READ_E	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_SCSI_READ_E	0x00020000	\/* rz */ASIC_INTR_T1_PAGE_END	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_T1_PAGE_END	0x80000000	\/* rz */ASIC_INTR_T1_READ_E	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_T1_READ_E	0x40000000	\/* rz *\/$/ASIC_INTR_T2_PAGE_END	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_T2_PAGE_END	0x08000000	\/* rz */ASIC_INTR_T2_READ_E	/sys/pmax/pmax/asic.h	/^#define	ASIC_INTR_T2_READ_E	0x04000000	\/* rz *\/$/ASIC_ISDN_R_DATA	/sys/pmax/pmax/asic.h	/^#define	ASIC_ISDN_R_DATA	ASIC_SLOT_1_START+0x150$/ASIC_ISDN_R_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_ISDN_R_DMAPTR	ASIC_SLOT_1_START+0x0a0/ASIC_ISDN_R_NEXTPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_ISDN_R_NEXTPTR	ASIC_SLOT_1_START+0x0b/ASIC_ISDN_X_DATA	/sys/pmax/pmax/asic.h	/^#define	ASIC_ISDN_X_DATA	ASIC_SLOT_1_START+0x140$/ASIC_ISDN_X_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_ISDN_X_DMAPTR	ASIC_SLOT_1_START+0x080/ASIC_ISDN_X_NEXTPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_ISDN_X_NEXTPTR	ASIC_SLOT_1_START+0x09/ASIC_LANCE_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_LANCE_DECODE	ASIC_SLOT_1_START+0x160$/ASIC_LANCE_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_LANCE_DMAPTR	ASIC_SLOT_1_START+0x020$/ASIC_REG_BUFF0	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_BUFF0(base)		((base) + ASIC_BUFF0/ASIC_REG_BUFF1	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_BUFF1(base)		((base) + ASIC_BUFF1/ASIC_REG_BUFF2	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_BUFF2(base)		((base) + ASIC_BUFF2/ASIC_REG_BUFF3	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_BUFF3(base)		((base) + ASIC_BUFF3/ASIC_REG_CSR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_CSR(base)		((base) + ASIC_CSR)$/ASIC_REG_CURADDR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_CURADDR(base)		((base) + ASIC_CUR/ASIC_REG_FLOPPY_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_FLOPPY_DECODE(base)	((base) + ASI/ASIC_REG_FLOPPY_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_FLOPPY_DMAPTR(base)	((base) + ASI/ASIC_REG_IMSK	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_IMSK(base)		((base) + ASIC_IMSK)$/ASIC_REG_INTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_INTR(base)		((base) + ASIC_INTR)$/ASIC_REG_ISDN_R_DATA	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_ISDN_R_DATA(base)	((base) + ASIC_/ASIC_REG_ISDN_R_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_ISDN_R_DMAPTR(base)	((base) + ASI/ASIC_REG_ISDN_R_NEXTPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_ISDN_R_NEXTPTR(base)	((base) + AS/ASIC_REG_ISDN_X_DATA	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_ISDN_X_DATA(base)	((base) + ASIC_/ASIC_REG_ISDN_X_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_ISDN_X_DMAPTR(base)	((base) + ASI/ASIC_REG_ISDN_X_NEXTPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_ISDN_X_NEXTPTR(base)	((base) + AS/ASIC_REG_LANCE_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_LANCE_DECODE(base)	((base) + ASIC/ASIC_REG_LANCE_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_LANCE_DMAPTR(base)	((base) + ASIC/ASIC_REG_SCC0_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCC0_DECODE(base)	((base) + ASIC_/ASIC_REG_SCC1_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCC1_DECODE(base)	((base) + ASIC_/ASIC_REG_SCC_R1_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCC_R1_DMAPTR(base)	((base) + ASI/ASIC_REG_SCC_R2_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCC_R2_DMAPTR(base)	((base) + ASI/ASIC_REG_SCC_T1_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCC_T1_DMAPTR(base)	((base) + ASI/ASIC_REG_SCC_T2_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCC_T2_DMAPTR(base)	((base) + ASI/ASIC_REG_SCSI_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCSI_DECODE(base)	((base) + ASIC_/ASIC_REG_SCSI_DMANPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCSI_DMANPTR(base)	((base) + ASIC/ASIC_REG_SCSI_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCSI_DMAPTR(base)	((base) + ASIC_/ASIC_REG_SCSI_SCR	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCSI_SCR(base)		((base) + ASIC_SC/ASIC_REG_SCSI_SDR0	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCSI_SDR0(base)	((base) + ASIC_SC/ASIC_REG_SCSI_SDR1	/sys/pmax/pmax/asic.h	/^#define	ASIC_REG_SCSI_SDR1(base)	((base) + ASIC_SC/ASIC_SCC0_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCC0_DECODE	ASIC_SLOT_1_START+0x180$/ASIC_SCC1_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCC1_DECODE	ASIC_SLOT_1_START+0x190$/ASIC_SCC_R1_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCC_R1_DMAPTR	ASIC_SLOT_1_START+0x040/ASIC_SCC_R2_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCC_R2_DMAPTR	ASIC_SLOT_1_START+0x060/ASIC_SCC_T1_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCC_T1_DMAPTR	ASIC_SLOT_1_START+0x030/ASIC_SCC_T2_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCC_T2_DMAPTR	ASIC_SLOT_1_START+0x050/ASIC_SCR_STATUS	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCR_STATUS		0x00000004$/ASIC_SCR_WORD	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCR_WORD		0x00000003$/ASIC_SCSI_DECODE	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCSI_DECODE	ASIC_SLOT_1_START+0x170$/ASIC_SCSI_DMAPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCSI_DMAPTR	ASIC_SLOT_1_START+0x000$/ASIC_SCSI_NEXTPTR	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCSI_NEXTPTR	ASIC_SLOT_1_START+0x010$/ASIC_SCSI_SCR	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCSI_SCR		ASIC_SLOT_1_START+0x1b0$/ASIC_SCSI_SDR0	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCSI_SDR0		ASIC_SLOT_1_START+0x1c0$/ASIC_SCSI_SDR1	/sys/pmax/pmax/asic.h	/^#define	ASIC_SCSI_SDR1		ASIC_SLOT_1_START+0x1d0$/ASIC_SLOTS_END	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOTS_END		0x3fffff$/ASIC_SLOT_0_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_0_START	0x000000$/ASIC_SLOT_10_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_10_START	0x280000$/ASIC_SLOT_11_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_11_START	0x2c0000$/ASIC_SLOT_12_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_12_START	0x300000$/ASIC_SLOT_13_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_13_START	0x340000$/ASIC_SLOT_14_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_14_START	0x380000$/ASIC_SLOT_15_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_15_START	0x3c0000$/ASIC_SLOT_1_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_1_START	0x040000$/ASIC_SLOT_2_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_2_START	0x080000$/ASIC_SLOT_3_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_3_START	0x0c0000$/ASIC_SLOT_4_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_4_START	0x100000$/ASIC_SLOT_5_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_5_START	0x140000$/ASIC_SLOT_6_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_6_START	0x180000$/ASIC_SLOT_7_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_7_START	0x1c0000$/ASIC_SLOT_8_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_8_START	0x200000$/ASIC_SLOT_9_START	/sys/pmax/pmax/asic.h	/^#define	ASIC_SLOT_9_START	0x240000$/ASIC_SYS_ETHER_ADDRESS	/sys/pmax/pmax/asic.h	/^#define	ASIC_SYS_ETHER_ADDRESS(base)	((base) + ASI/ASIC_SYS_LANCE	/sys/pmax/pmax/asic.h	/^#define	ASIC_SYS_LANCE(base)		((base) + ASIC_SLOT_/ASMSTR	/sys/pmax/include/machAsmDefs.h	/^#define ASMSTR(str) \\$/ASSERT	/sys/netiso/argo_debug.h	/^#define ASSERT(phrase) \\$/AST	/sys/pmax/include/reg.h	/^#define AST	1$/ASU	/sys/sys/acct.h	/^#define	ASU	0x02			\/* used super-user permissions/AT	/sys/pmax/include/regdef.h	/^#define AT	$at	\/* assembler temp *\/$/ATF_COM	/sys/net/if_arp.h	/^#define ATF_COM		0x02	\/* completed entry (enaddr /ATF_INUSE	/sys/net/if_arp.h	/^#define	ATF_INUSE	0x01	\/* entry in use *\/$/ATF_PERM	/sys/net/if_arp.h	/^#define	ATF_PERM	0x04	\/* permanent entry *\/$/ATF_PUBL	/sys/net/if_arp.h	/^#define	ATF_PUBL	0x08	\/* publish entry (respond f/ATF_USETRAILERS	/sys/net/if_arp.h	/^#define	ATF_USETRAILERS	0x10	\/* has requested tra/ATTR	/sys/netiso/tp_events.h	/^#define ATTR(X)ev_union.EV_\/**\/X\/**\/$/AUTH_BADCRED	/sys/nfs/rpcv2.h	/^#define	AUTH_BADCRED	1$/AUTH_BADVERF	/sys/nfs/rpcv2.h	/^#define	AUTH_BADVERF	3$/AUTH_REJECTCRED	/sys/nfs/rpcv2.h	/^#define	AUTH_REJECTCRED	2$/AUTH_REJECTVERF	/sys/nfs/rpcv2.h	/^#define	AUTH_REJECTVERF	4$/AUTH_TOOWEAK	/sys/nfs/rpcv2.h	/^#define	AUTH_TOOWEAK	5		\/* Give em wheaties *\/$/AUX_DEVICE	/sys/pmax/include/pmioctl.h	/^#define AUX_DEVICE		4	\/* auxiliary *\/$/AXSIG	/sys/sys/acct.h	/^#define	AXSIG	0x10			\/* killed by a signal *\/$/B	/sys/libkern/qdivrem.c	/^#define	B	(1 << HALF_BITS)	\/* digit base *\/$/B0	/sys/sys/termios.h	/^#define B0	0$/B110	/sys/sys/termios.h	/^#define B110	110$/B115200	/sys/sys/termios.h	/^#define B115200	115200$/B1200	/sys/sys/termios.h	/^#define B1200	1200$/B134	/sys/sys/termios.h	/^#define B134	134$/B14400	/sys/sys/termios.h	/^#define B14400	14400$/B150	/sys/sys/termios.h	/^#define B150	150$/B1800	/sys/sys/termios.h	/^#define	B1800	1800$/B19200	/sys/sys/termios.h	/^#define B19200	19200$/B200	/sys/sys/termios.h	/^#define B200	200$/B230400	/sys/sys/termios.h	/^#define B230400	230400$/B2400	/sys/sys/termios.h	/^#define B2400	2400$/B28800	/sys/sys/termios.h	/^#define B28800	28800$/B300	/sys/sys/termios.h	/^#define B300	300$/B38400	/sys/sys/termios.h	/^#define B38400	38400$/B4800	/sys/sys/termios.h	/^#define B4800	4800$/B50	/sys/sys/termios.h	/^#define B50	50$/B57600	/sys/sys/termios.h	/^#define B57600	57600$/B600	/sys/sys/termios.h	/^#define B600	600$/B7200	/sys/sys/termios.h	/^#define B7200	7200$/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -