This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | ANY 0x7ace |
| #define | NONE 0x6ace |
| #define | SELF 0x8ace |
| #define | _MAX_MAGIC_PROC (SELF) |
| #define | IDLE -4 |
| #define | CLOCK -3 |
| #define | SYSTEM -2 |
| #define | KERNEL -1 |
| #define | HARDWARE KERNEL |
| #define | NR_TASKS 4 |
| #define | PM_PROC_NR 0 |
| #define | FS_PROC_NR 1 |
| #define | RS_PROC_NR 2 |
| #define | MEM_PROC_NR 3 |
| #define | LOG_PROC_NR 4 |
| #define | TTY_PROC_NR 5 |
| #define | DS_PROC_NR 6 |
| #define | INIT_PROC_NR 7 |
| #define | NR_BOOT_PROCS (NR_TASKS + INIT_PROC_NR + 1) |
| #define | NOTIFY_MESSAGE 0x1000 |
| #define | NOTIFY_FROM(p_nr) (NOTIFY_MESSAGE | ((p_nr) + NR_TASKS)) |
| #define | PROC_EVENT NOTIFY_FROM(PM_PROC_NR) |
| #define | SYN_ALARM NOTIFY_FROM(CLOCK) |
| #define | SYS_SIG NOTIFY_FROM(SYSTEM) |
| #define | HARD_INT NOTIFY_FROM(HARDWARE) |
| #define | NEW_KSIG NOTIFY_FROM(HARDWARE) |
| #define | FKEY_PRESSED NOTIFY_FROM(TTY_PROC_NR) |
| #define | DEV_PING NOTIFY_FROM(RS_PROC_NR) |
| #define | NOTIFY_SOURCE m_source |
| #define | NOTIFY_TYPE m_type |
| #define | NOTIFY_ARG m2_l1 |
| #define | NOTIFY_TIMESTAMP m2_l2 |
| #define | NOTIFY_FLAGS m2_i1 |
| #define | BUSC_RQ_BASE 0x300 |
| #define | BUSC_RS_BASE 0x380 |
| #define | BUSC_PCI_INIT (BUSC_RQ_BASE + 0) |
| #define | BUSC_PCI_FIRST_DEV (BUSC_RQ_BASE + 1) |
| #define | BUSC_PCI_NEXT_DEV (BUSC_RQ_BASE + 2) |
| #define | BUSC_PCI_FIND_DEV (BUSC_RQ_BASE + 3) |
| #define | BUSC_PCI_IDS (BUSC_RQ_BASE + 4) |
| #define | BUSC_PCI_DEV_NAME (BUSC_RQ_BASE + 5) |
| #define | BUSC_PCI_SLOT_NAME (BUSC_RQ_BASE + 6) |
| #define | BUSC_PCI_RESERVE (BUSC_RQ_BASE + 7) |
| #define | BUSC_PCI_ATTR_R8 (BUSC_RQ_BASE + 8) |
| #define | BUSC_PCI_ATTR_R16 (BUSC_RQ_BASE + 9) |
| #define | BUSC_PCI_ATTR_R32 (BUSC_RQ_BASE + 10) |
| #define | BUSC_PCI_ATTR_W8 (BUSC_RQ_BASE + 11) |
| #define | BUSC_PCI_ATTR_W16 (BUSC_RQ_BASE + 12) |
| #define | BUSC_PCI_ATTR_W32 (BUSC_RQ_BASE + 13) |
| #define | BUSC_PCI_RESCAN (BUSC_RQ_BASE + 14) |
| #define | DEV_RQ_BASE 0x400 |
| #define | DEV_RS_BASE 0x500 |
| #define | CANCEL (DEV_RQ_BASE + 0) |
| #define | DEV_READ (DEV_RQ_BASE + 3) |
| #define | DEV_WRITE (DEV_RQ_BASE + 4) |
| #define | DEV_IOCTL (DEV_RQ_BASE + 5) |
| #define | DEV_OPEN (DEV_RQ_BASE + 6) |
| #define | DEV_CLOSE (DEV_RQ_BASE + 7) |
| #define | DEV_SCATTER (DEV_RQ_BASE + 8) |
| #define | DEV_GATHER (DEV_RQ_BASE + 9) |
| #define | TTY_SETPGRP (DEV_RQ_BASE + 10) |
| #define | TTY_EXIT (DEV_RQ_BASE + 11) |
| #define | DEV_SELECT (DEV_RQ_BASE + 12) |
| #define | DEV_STATUS (DEV_RQ_BASE + 13) |
| #define | DEV_REPLY (DEV_RS_BASE + 0) |
| #define | DEV_CLONED (DEV_RS_BASE + 1) |
| #define | DEV_REVIVE (DEV_RS_BASE + 2) |
| #define | DEV_IO_READY (DEV_RS_BASE + 3) |
| #define | DEV_NO_STATUS (DEV_RS_BASE + 4) |
| #define | DEVICE m2_i1 |
| #define | IO_ENDPT m2_i2 |
| #define | COUNT m2_i3 |
| #define | REQUEST m2_i3 |
| #define | POSITION m2_l1 |
| #define | ADDRESS m2_p1 |
| #define | DEV_MINOR m2_i1 |
| #define | DEV_SEL_OPS m2_i2 |
| #define | DEV_SEL_WATCH m2_i3 |
| #define | REP_ENDPT m2_i1 |
| #define | REP_STATUS m2_i2 |
| #define | SUSPEND -998 |
| #define | TTY_LINE DEVICE |
| #define | TTY_REQUEST COUNT |
| #define | TTY_SPEK POSITION |
| #define | TTY_FLAGS m2_l2 |
| #define | TTY_PGRP m2_i3 |
| #define | TAPE_STAT0 m2_l1 |
| #define | TAPE_STAT1 m2_l2 |
| #define | NW_OPEN DEV_OPEN |
| #define | NW_CLOSE DEV_CLOSE |
| #define | NW_READ DEV_READ |
| #define | NW_WRITE DEV_WRITE |
| #define | NW_IOCTL DEV_IOCTL |
| #define | NW_CANCEL CANCEL |
| #define | DL_RQ_BASE 0x800 |
| #define | DL_RS_BASE 0x900 |
| #define | DL_WRITE (DL_RQ_BASE + 3) |
| #define | DL_WRITEV (DL_RQ_BASE + 4) |
| #define | DL_READ (DL_RQ_BASE + 5) |
| #define | DL_READV (DL_RQ_BASE + 6) |
| #define | DL_INIT (DL_RQ_BASE + 7) |
| #define | DL_STOP (DL_RQ_BASE + 8) |
| #define | DL_GETSTAT (DL_RQ_BASE + 9) |
| #define | DL_GETNAME (DL_RQ_BASE +10) |
| #define | DL_INIT_REPLY (DL_RS_BASE + 20) |
| #define | DL_TASK_REPLY (DL_RS_BASE + 21) |
| #define | DL_NAME_REPLY (DL_RS_BASE + 22) |
| #define | DL_PORT m2_i1 |
| #define | DL_PROC m2_i2 |
| #define | DL_COUNT m2_i3 |
| #define | DL_MODE m2_l1 |
| #define | DL_CLCK m2_l2 |
| #define | DL_ADDR m2_p1 |
| #define | DL_STAT m2_l1 |
| #define | DL_NAME m3_ca1 |
| #define | DL_PACK_SEND 0x01 |
| #define | DL_PACK_RECV 0x02 |
| #define | DL_READ_IP 0x04 |
| #define | DL_NOMODE 0x0 |
| #define | DL_PROMISC_REQ 0x2 |
| #define | DL_MULTI_REQ 0x4 |
| #define | DL_BROAD_REQ 0x8 |
| #define | KERNEL_CALL 0x600 |
| #define | SYS_FORK (KERNEL_CALL + 0) |
| #define | SYS_EXEC (KERNEL_CALL + 1) |
| #define | SYS_EXIT (KERNEL_CALL + 2) |
| #define | SYS_NICE (KERNEL_CALL + 3) |
| #define | SYS_PRIVCTL (KERNEL_CALL + 4) |
| #define | SYS_TRACE (KERNEL_CALL + 5) |
| #define | SYS_KILL (KERNEL_CALL + 6) |
| #define | SYS_GETKSIG (KERNEL_CALL + 7) |
| #define | SYS_ENDKSIG (KERNEL_CALL + 8) |
| #define | SYS_SIGSEND (KERNEL_CALL + 9) |
| #define | SYS_SIGRETURN (KERNEL_CALL + 10) |
| #define | SYS_NEWMAP (KERNEL_CALL + 11) |
| #define | SYS_SEGCTL (KERNEL_CALL + 12) |
| #define | SYS_MEMSET (KERNEL_CALL + 13) |
| #define | SYS_UMAP (KERNEL_CALL + 14) |
| #define | SYS_VIRCOPY (KERNEL_CALL + 15) |
| #define | SYS_PHYSCOPY (KERNEL_CALL + 16) |
| #define | SYS_VIRVCOPY (KERNEL_CALL + 17) |
| #define | SYS_PHYSVCOPY (KERNEL_CALL + 18) |
| #define | SYS_IRQCTL (KERNEL_CALL + 19) |
| #define | SYS_INT86 (KERNEL_CALL + 20) |
| #define | SYS_DEVIO (KERNEL_CALL + 21) |
| #define | SYS_SDEVIO (KERNEL_CALL + 22) |
| #define | SYS_VDEVIO (KERNEL_CALL + 23) |
| #define | SYS_SETALARM (KERNEL_CALL + 24) |
| #define | SYS_TIMES (KERNEL_CALL + 25) |
| #define | SYS_GETINFO (KERNEL_CALL + 26) |
| #define | SYS_ABORT (KERNEL_CALL + 27) |
| #define | SYS_IOPENABLE (KERNEL_CALL + 28) |
| #define | SYS_VM_SETBUF (KERNEL_CALL + 29) |
| #define | SYS_VM_MAP (KERNEL_CALL + 30) |
| #define | NR_SYS_CALLS 31 |
| #define | SYS_PRIV_INIT 1 |
| #define | SYS_PRIV_ADD_IO 2 |
| #define | SYS_PRIV_ADD_MEM 3 |
| #define | SYS_PRIV_ADD_IRQ 4 |
| #define | MEM_PTR m2_p1 |
| #define | MEM_COUNT m2_l1 |
| #define | MEM_PATTERN m2_l2 |
| #define | MEM_CHUNK_BASE m4_l1 |
| #define | MEM_CHUNK_SIZE m4_l2 |
| #define | MEM_TOT_SIZE m4_l3 |
| #define | MEM_CHUNK_TAG m4_l4 |
| #define | DIO_REQUEST m2_i3 |
| #define | DIO_INPUT 0 |
| #define | DIO_OUTPUT 1 |
| #define | DIO_TYPE m2_i1 |
| #define | DIO_BYTE 'b' |
| #define | DIO_WORD 'w' |
| #define | DIO_LONG 'l' |
| #define | DIO_PORT m2_l1 |
| #define | DIO_VALUE m2_l2 |
| #define | DIO_VEC_ADDR m2_p1 |
| #define | DIO_VEC_SIZE m2_l2 |
| #define | DIO_VEC_ENDPT m2_i2 |
| #define | ALRM_EXP_TIME m2_l1 |
| #define | ALRM_ABS_TIME m2_i2 |
| #define | ALRM_TIME_LEFT m2_l1 |
| #define | ALRM_ENDPT m2_i1 |
| #define | ALRM_FLAG_PTR m2_p1 |
| #define | IRQ_REQUEST m5_c1 |
| #define | IRQ_SETPOLICY 1 |
| #define | IRQ_RMPOLICY 2 |
| #define | IRQ_ENABLE 3 |
| #define | IRQ_DISABLE 4 |
| #define | IRQ_VECTOR m5_c2 |
| #define | IRQ_POLICY m5_i1 |
| #define | IRQ_REENABLE 0x001 |
| #define | IRQ_BYTE 0x100 |
| #define | IRQ_WORD 0x200 |
| #define | IRQ_LONG 0x400 |
| #define | IRQ_ENDPT m5_i2 |
| #define | IRQ_HOOK_ID m5_l3 |
| #define | SEG_SELECT m4_l1 |
| #define | SEG_OFFSET m4_l2 |
| #define | SEG_PHYS m4_l3 |
| #define | SEG_SIZE m4_l4 |
| #define | SEG_INDEX m4_l5 |
| #define | VID_REQUEST m4_l1 |
| #define | VID_VID_COPY 1 |
| #define | MEM_VID_COPY 2 |
| #define | VID_SRC_ADDR m4_l2 |
| #define | VID_SRC_OFFSET m4_l3 |
| #define | VID_DST_OFFSET m4_l4 |
| #define | VID_CP_COUNT m4_l5 |
| #define | ABRT_HOW m1_i1 |
| #define | ABRT_MON_ENDPT m1_i2 |
| #define | ABRT_MON_LEN m1_i3 |
| #define | ABRT_MON_ADDR m1_p1 |
| #define | CP_SRC_SPACE m5_c1 |
| #define | CP_SRC_ENDPT m5_i1 |
| #define | CP_SRC_ADDR m5_l1 |
| #define | CP_DST_SPACE m5_c2 |
| #define | CP_DST_ENDPT m5_i2 |
| #define | CP_DST_ADDR m5_l2 |
| #define | CP_NR_BYTES m5_l3 |
| #define | VCP_NR_OK m1_i2 |
| #define | VCP_VEC_SIZE m1_i3 |
| #define | VCP_VEC_ADDR m1_p1 |
| #define | I_REQUEST m7_i3 |
| #define | GET_KINFO 0 |
| #define | GET_IMAGE 1 |
| #define | GET_PROCTAB 2 |
| #define | GET_RANDOMNESS 3 |
| #define | GET_MONPARAMS 4 |
| #define | GET_KENV 5 |
| #define | GET_IRQHOOKS 6 |
| #define | GET_KMESSAGES 7 |
| #define | GET_PRIVTAB 8 |
| #define | GET_KADDRESSES 9 |
| #define | GET_SCHEDINFO 10 |
| #define | GET_PROC 11 |
| #define | GET_MACHINE 12 |
| #define | GET_LOCKTIMING 13 |
| #define | GET_BIOSBUFFER 14 |
| #define | GET_LOADINFO 15 |
| #define | I_ENDPT m7_i4 |
| #define | I_VAL_PTR m7_p1 |
| #define | I_VAL_LEN m7_i1 |
| #define | I_VAL_PTR2 m7_p2 |
| #define | I_VAL_LEN2_E m7_i2 |
| #define | GET_IRQACTIDS 16 |
| #define | T_ENDPT m4_l1 |
| #define | T_USER_TIME m4_l1 |
| #define | T_SYSTEM_TIME m4_l2 |
| #define | T_CHILD_UTIME m4_l3 |
| #define | T_CHILD_STIME m4_l4 |
| #define | T_BOOT_TICKS m4_l5 |
| #define | VM_MAP_ENDPT m4_l1 |
| #define | VM_MAP_MAPUNMAP m4_l2 |
| #define | VM_MAP_BASE m4_l3 |
| #define | VM_MAP_SIZE m4_l4 |
| #define | VM_MAP_ADDR m4_l5 |
| #define | CTL_ENDPT m2_i1 |
| #define | CTL_REQUEST m2_i2 |
| #define | CTL_MM_PRIV m2_i3 |
| #define | CTL_ARG_PTR m2_p1 |
| #define | CTL_ADDRESS m2_l1 |
| #define | CTL_DATA m2_l2 |
| #define | SIG_REQUEST m2_l2 |
| #define | S_GETSIG 0 |
| #define | S_ENDSIG 1 |
| #define | S_SENDSIG 2 |
| #define | S_SIGRETURN 3 |
| #define | S_KILL 4 |
| #define | SIG_ENDPT m2_i1 |
| #define | SIG_NUMBER m2_i2 |
| #define | SIG_FLAGS m2_i3 |
| #define | SIG_MAP m2_l1 |
| #define | SIG_CTXT_PTR m2_p1 |
| #define | PR_ENDPT m1_i1 |
| #define | PR_PRIORITY m1_i2 |
| #define | PR_SLOT m1_i2 |
| #define | PR_PID m1_i3 |
| #define | PR_STACK_PTR m1_p1 |
| #define | PR_TRACING m1_i3 |
| #define | PR_NAME_PTR m1_p2 |
| #define | PR_IP_PTR m1_p3 |
| #define | PR_MEM_PTR m1_p1 |
| #define | INT86_REG86 m1_p1 |
| #define | SEL_NFDS m8_i1 |
| #define | SEL_READFDS m8_p1 |
| #define | SEL_WRITEFDS m8_p2 |
| #define | SEL_ERRORFDS m8_p3 |
| #define | SEL_TIMEOUT m8_p4 |
| #define | RS_RQ_BASE 0x700 |
| #define | RS_UP (RS_RQ_BASE + 0) |
| #define | RS_DOWN (RS_RQ_BASE + 1) |
| #define | RS_REFRESH (RS_RQ_BASE + 2) |
| #define | RS_RESCUE (RS_RQ_BASE + 3) |
| #define | RS_SHUTDOWN (RS_RQ_BASE + 4) |
| #define | RS_CMD_ADDR m1_p1 |
| #define | RS_CMD_LEN m1_i1 |
| #define | RS_PID m1_i1 |
| #define | RS_PERIOD m1_i2 |
| #define | RS_DEV_MAJOR m1_i3 |
| #define | DS_RQ_BASE 0x800 |
| #define | DS_PUBLISH (DS_RQ_BASE + 0) |
| #define | DS_RETRIEVE (DS_RQ_BASE + 1) |
| #define | DS_SUBSCRIBE (DS_RQ_BASE + 2) |
| #define | DS_KEY m2_i1 |
| #define | DS_FLAGS m2_i2 |
| #define | DS_AUTH m2_p1 |
| #define | DS_VAL_L1 m2_l1 |
| #define | DS_VAL_L2 m2_l2 |
| #define | FKEY_CONTROL 98 |
| #define | FKEY_REQUEST m2_i1 |
| #define | FKEY_MAP 10 |
| #define | FKEY_UNMAP 11 |
| #define | FKEY_EVENTS 12 |
| #define | FKEY_FKEYS m2_l1 |
| #define | FKEY_SFKEYS m2_l2 |
| #define | DIAGNOSTICS 100 |
| #define | DIAG_PRINT_BUF m1_p1 |
| #define | DIAG_BUF_COUNT m1_i1 |
| #define | DIAG_ENDPT m1_i2 |
| #define | GET_KMESS 101 |
| #define | GETKM_PTR m1_p1 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 110 of file com.h. Referenced by pci_attr_r16(). |
|
|
Definition at line 113 of file com.h. Referenced by pci_attr_r32(). |
|
|
Definition at line 107 of file com.h. Referenced by pci_attr_r8(). |
|
|
Definition at line 119 of file com.h. Referenced by pci_attr_w16(). |
|
|
Definition at line 122 of file com.h. Referenced by pci_attr_w32(). |
|
|
Definition at line 116 of file com.h. Referenced by pci_attr_w8(). |
|
|
Definition at line 100 of file com.h. Referenced by pci_dev_name(). |
|
|
Definition at line 93 of file com.h. Referenced by pci_find_dev(). |
|
|
Definition at line 85 of file com.h. Referenced by pci_first_dev(). |
|
|
Definition at line 97 of file com.h. Referenced by pci_ids(). |
|
|
Definition at line 82 of file com.h. Referenced by pci_init1(). |
|
|
Definition at line 89 of file com.h. Referenced by pci_next_dev(). |
|
|
Definition at line 125 of file com.h. Referenced by pci_rescan_bus(). |
|
|
Definition at line 106 of file com.h. Referenced by pci_reserve(). |
|
|
Definition at line 103 of file com.h. Referenced by pci_slot_name(). |
|
|
|
|
|
|
|
|
Definition at line 135 of file com.h. Referenced by add(), dev_io(), do_unpause(), driver_task(), gen_io(), handle_req(), main(), and slave(). |
|
|
Definition at line 28 of file com.h. Referenced by cause_alarm(), clock_handler(), init_clock(), and tickdelay(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 140 of file com.h. Referenced by clone_opcl(), dev_close(), do_nop(), do_video(), driver_task(), handle_req(), main(), and sr_rec(). |
|
|
Definition at line 142 of file com.h. Referenced by do_rdwt(), driver_task(), get_part_table(), log_transfer(), m_transfer(), r_transfer(), test_read(), w_io_test(), and w_transfer(). |
|
|
Definition at line 151 of file com.h. Referenced by dev_status(), do_status(), and handle_status(). |
|
|
Definition at line 138 of file com.h. Referenced by do_ioctl(), do_nop(), do_video(), driver_task(), handle_req(), main(), and w_other(). |
|
|
|
|
|
Definition at line 152 of file com.h. Referenced by dev_status(), do_status(), dsp_status(), and main(). |
|
|
Definition at line 139 of file com.h. Referenced by clone_opcl(), dev_open(), do_nop(), do_video(), driver_task(), handle_req(), main(), and sr_rec(). |
|
|
Definition at line 67 of file com.h. Referenced by driver_task(), f_intr_wait(), f_reset(), main(), seek(), start_motor(), and w_intr_wait(). |
|
|
Definition at line 136 of file com.h. Referenced by do_rdwt(), driver_task(), handle_req(), main(), read_super(), read_write(), rw_block(), sr_cancel(), sr_rec(), and sr_rwio(). |
|
|
|
|
|
Definition at line 150 of file com.h. Referenced by dev_status(), do_status(), dsp_status(), handle_status(), main(), and sr_status(). |
|
|
|
|
|
|
|
|
Definition at line 141 of file com.h. Referenced by dma_setup(), do_rdwt(), do_transfer(), driver_task(), f_transfer(), fdc_transfer(), r_transfer(), and w_transfer(). |
|
|
|
|
|
|
|
|
Definition at line 145 of file com.h. Referenced by driver_task(), handle_req(), main(), select_request_general(), and sr_rec(). |
|
|
Definition at line 146 of file com.h. Referenced by dev_status(), log_other(), main(), and sr_rec(). |
|
|
Definition at line 137 of file com.h. Referenced by driver_task(), dsp_dma_setup(), dsp_setup(), dsp_write(), handle_req(), main(), read_write(), rw_block(), sr_cancel(), sr_rec(), and sr_rwio(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 500 of file com.h. Referenced by kputc(), log_other(), and main(). |
|
|
Definition at line 305 of file com.h. Referenced by do_devio(), do_sdevio(), do_vdevio(), do_vir_insb(), do_vir_outsb(), sys_vinb(), and sys_voutb(). |
|
|
Definition at line 302 of file com.h. Referenced by do_devio(), do_sdevio(), do_vdevio(), do_vir_insb(), do_vir_insw(), sys_in(), sys_vinb(), sys_vinl(), and sys_vinw(). |
|
|
Definition at line 307 of file com.h. Referenced by do_devio(), do_vdevio(), sys_vinl(), and sys_voutl(). |
|
|
Definition at line 303 of file com.h. Referenced by do_sdevio(), do_vdevio(), do_vir_outsb(), do_vir_outsw(), sys_out(), sys_voutb(), sys_voutl(), and sys_voutw(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 306 of file com.h. Referenced by do_devio(), do_sdevio(), do_vdevio(), do_vir_insw(), do_vir_outsw(), sys_vinw(), and sys_voutw(). |
|
|
|
|
|
Definition at line 233 of file com.h. Referenced by do_init(), eth_restart(), eth_set_rec_conf(), fxp_init(), and rl_init(). |
|
|
|
|
|
|
|
|
Definition at line 207 of file com.h. Referenced by eth_check_drivers(), and main(). |
|
|
Definition at line 206 of file com.h. Referenced by eth_get_stat(), and main(). |
|
|
Definition at line 204 of file com.h. Referenced by eth_restart(), eth_set_rec_conf(), main(), and osdep_eth_init(). |
|
|
Definition at line 210 of file com.h. Referenced by do_init(), eth_set_rec_conf(), fxp_init(), and rl_init(). |
|
|
|
|
|
Definition at line 232 of file com.h. Referenced by do_init(), eth_restart(), eth_set_rec_conf(), fxp_init(), and rl_init(). |
|
|
|
|
|
Definition at line 212 of file com.h. Referenced by do_getname(), eth_check_drivers(), fxp_getname(), and rl_getname(). |
|
|
Definition at line 230 of file com.h. Referenced by eth_restart(), eth_set_rec_conf(), and osdep_eth_init(). |
|
|
Definition at line 226 of file com.h. Referenced by eth_recvev(), and reply(). |
|
|
Definition at line 225 of file com.h. Referenced by eth_sendev(), and reply(). |
|
|
|
|
|
|
|
|
Definition at line 231 of file com.h. Referenced by do_init(), eth_restart(), eth_set_rec_conf(), fxp_init(), and rl_init(). |
|
|
Definition at line 202 of file com.h. Referenced by fxp_check_ints(), main(), and rl_check_ints(). |
|
|
|
|
|
Definition at line 203 of file com.h. Referenced by fxp_check_ints(), main(), rl_check_ints(), and setup_read(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 205 of file com.h. Referenced by dp8390_stop(), lance_stop(), and main(). |
|
|
Definition at line 211 of file com.h. Referenced by eth_get_stat(), eth_rec(), eth_recvev(), eth_sendev(), eth_set_rec_conf(), main(), and reply(). |
|
|
Definition at line 200 of file com.h. Referenced by dp_send(), ec_send(), fxp_check_ints(), main(), and rl_check_ints(). |
|
|
Definition at line 201 of file com.h. Referenced by dp_send(), ec_send(), fxp_check_ints(), main(), and rl_check_ints(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 43 of file com.h. Referenced by data_store_dmp(), m_init(), and m_ioctl(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 480 of file com.h. Referenced by main(). |
|
|
|
|
|
|
|
|
Definition at line 493 of file com.h. Referenced by do_fkey_pressed(), fkey_ctl(), and main(). |
|
|
Definition at line 497 of file com.h. Referenced by do_fkey_pressed(). |
|
|
|
|
|
Definition at line 495 of file com.h. Referenced by do_fkey_ctl(). |
|
|
Definition at line 66 of file com.h. Referenced by func_key(), and main(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 38 of file com.h. Referenced by _read_pm(), _write_pm(), dev_up(), do_fstatfs(), do_svrctl(), dtab_dmp(), fetch_name(), fproc_dmp(), fs_init(), init_root(), init_server(), lock_op(), main(), pm_exit(), prrecv(), read_super(), rw_block(), rw_chunk(), sig_proc(), stat_inode(), and tell_fs(). |
|
|
Definition at line 388 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 375 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 395 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 380 of file com.h. Referenced by do_getinfo(). |
|
|
|
|
|
|
|
|
Definition at line 374 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 504 of file com.h. Referenced by do_new_kmess(), and main(). |
|
|
Definition at line 381 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 389 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 387 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 386 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 378 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 382 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 385 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 376 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 377 of file com.h. Referenced by do_getinfo(). |
|
|
Definition at line 384 of file com.h. Referenced by do_getinfo(). |
|
|
|
|
|
Definition at line 64 of file com.h. Referenced by clock_task(), driver_task(), main(), and w_intr_wait(). |
|
|
Definition at line 31 of file com.h. Referenced by clock_handler(), dsp_write(), generic_handler(), main(), mini_notify(), and mini_receive(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 27 of file com.h. Referenced by print_proc_summary(), privileges_dmp(), and proctab_dmp(). |
|
|
Definition at line 44 of file com.h. Referenced by do_reboot(), get_priv(), lock_revive(), make_break(), pm_exit(), remove_dir(), and sendmask_dmp(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 326 of file com.h. Referenced by do_irqctl(). |
|
|
Definition at line 325 of file com.h. Referenced by do_irqctl(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 329 of file com.h. Referenced by generic_handler(), and irqtab_dmp(). |
|
|
|
|
|
|
|
|
Definition at line 323 of file com.h. Referenced by do_irqctl(), and sys_irqctl(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 243 of file com.h. Referenced by sys_task(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 60 of file com.h. Referenced by log_other(). |
|
|
Definition at line 59 of file com.h. Referenced by main(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 47 of file com.h. Referenced by do_getinfo(), image_dmp(), init_server(), and pm_init(). |
|
|
Definition at line 282 of file com.h. Referenced by sys_task(). |
|
|
Definition at line 34 of file com.h. Referenced by cstart(), do_getinfo(), do_getsysinfo(), main(), and print_proc_summary(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 37 of file com.h. Referenced by allowed(), cause_sig(), do_chdir(), do_exec(), do_exit(), do_fork(), do_reboot(), do_set(), do_setsid(), do_sigaction(), do_sigsend(), do_unpause(), fs_init(), get_work(), getloadavg(), getnprocnr(), getpprocnr(), getprocnr(), getsigset(), holes_dmp(), mproc_dmp(), prrecv(), read_write(), showtop(), sigaction_dmp(), and uname(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 61 of file com.h. Referenced by driver_task(), and main(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 461 of file com.h. Referenced by main(). |
|
|
|
|
|
|
|
|
Definition at line 39 of file com.h. Referenced by main(), and rproc_dmp(). |
|
|
Definition at line 462 of file com.h. Referenced by main(). |
|
|
Definition at line 463 of file com.h. Referenced by main(). |
|
|
|
|
|
Definition at line 464 of file com.h. Referenced by main(). |
|
|
Definition at line 460 of file com.h. Referenced by main(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 62 of file com.h. Referenced by driver_task(), f_intr_wait(), f_reset(), main(), seek(), start_motor(), and w_intr_wait(). |
|
|
Definition at line 277 of file com.h. Referenced by sys_abort(). |
|
|
|
|
|
Definition at line 254 of file com.h. Referenced by sys_endksig(). |
|
|
Definition at line 246 of file com.h. Referenced by sys_exec(). |
|
|
Definition at line 247 of file com.h. Referenced by sys_exit(). |
|
|
Definition at line 245 of file com.h. Referenced by sys_fork(). |
|
|
Definition at line 276 of file com.h. Referenced by sys_getinfo(). |
|
|
Definition at line 253 of file com.h. Referenced by sys_getksig(). |
|
|
Definition at line 269 of file com.h. Referenced by sys_int86(). |
|
|
Definition at line 278 of file com.h. Referenced by sys_enable_iop(). |
|
|
Definition at line 268 of file com.h. Referenced by sys_irqctl(). |
|
|
Definition at line 251 of file com.h. Referenced by sys_kill(). |
|
|
Definition at line 260 of file com.h. Referenced by sys_memset(). |
|
|
Definition at line 258 of file com.h. Referenced by sys_newmap(). |
|
|
Definition at line 248 of file com.h. Referenced by sys_nice(). |
|
|
Definition at line 264 of file com.h. Referenced by do_copy(), and sys_physcopy(). |
|
|
Definition at line 266 of file com.h. Referenced by do_vcopy(). |
|
|
|
|
|
|
|
|
|
|
|
Definition at line 285 of file com.h. Referenced by do_privctl(), and start_service(). |
|
|
Definition at line 249 of file com.h. Referenced by sys_privctl(), and sys_svrctl(). |
|
|
Definition at line 271 of file com.h. Referenced by sys_sdevio(). |
|
|
Definition at line 259 of file com.h. Referenced by sys_segctl(). |
|
|
Definition at line 274 of file com.h. Referenced by sys_setalarm(), and tickdelay(). |
|
|
Definition at line 63 of file com.h. Referenced by driver_task(), and main(). |
|
|
Definition at line 256 of file com.h. Referenced by sys_sigreturn(). |
|
|
Definition at line 255 of file com.h. Referenced by sys_sigsend(). |
|
|
Definition at line 275 of file com.h. Referenced by getuptime(), and sys_times(). |
|
|
Definition at line 250 of file com.h. Referenced by sys_trace(). |
|
|
Definition at line 262 of file com.h. Referenced by sys_umap(). |
|
|
Definition at line 272 of file com.h. Referenced by sys_vinb(), sys_vinl(), sys_vinw(), sys_voutb(), sys_voutl(), and sys_voutw(). |
|
|
Definition at line 263 of file com.h. Referenced by sys_vircopy(). |
|
|
|
|
|
Definition at line 280 of file com.h. Referenced by sys_vm_map(). |
|
|
Definition at line 279 of file com.h. Referenced by sys_vm_setbuf(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 42 of file com.h. Referenced by do_fkey_pressed(), do_new_kmess(), fkey_ctl(), kputc(), log_other(), and panic(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6