#include <linux/linkage.h>
#include <syidef.h>
#include <ssdef.h>
#include <misc.h>
#include <pridef.h>
#include <sbdef.h>
#include <starlet.h>
#include <exe_routines.h>
#include <sch_routines.h>
#include <linux/sched.h>
#include <linux/version.h>
Go to the source code of this file.
Functions | |
asmlinkage int | exe_getsyi (unsigned int efn, unsigned int *csidadr, void *nodename, void *itmlst, struct _iosb *iosb, void(*astadr)(), unsigned long astprm) |
asmlinkage int | exe_getsyiw (unsigned int efn, unsigned int *csidadr, void *nodename, void *itmlst, struct _iosb *iosb, void(*astadr)(), unsigned long astprm) |
asmlinkage int | exe_getsyiw_wrap (struct struct_args *s) |
asmlinkage int | exe_getsyi_wrap (struct struct_args *s) |
Variables | |
struct _sb | mysb |
asmlinkage int exe_getsyi | ( | unsigned int | efn, | |
unsigned int * | csidadr, | |||
void * | nodename, | |||
void * | itmlst, | |||
struct _iosb * | iosb, | |||
void(*)() | astadr, | |||
unsigned long | astprm | |||
) |
Definition at line 23 of file sysgetsyi.c.
References _pcb, item_list_3::bufaddr, ctl_gl_pcb, exe_clref(), exe_gq_boottime, ioc_gw_maxbuf, _iosb::iosb_w_status, item_list_3::item_code, mysb, _sb::sb_t_nodename, sch_postef(), SS__NORMAL, SYI__BOOTTIME, SYI__LASTFLD, SYI__MAXBUF, SYI__SCSNODE, and SYI__VERSION.
Referenced by exe_getsyi_wrap(), and exe_getsyiw().
asmlinkage int exe_getsyi_wrap | ( | struct struct_args * | s | ) |
Definition at line 91 of file sysgetsyi.c.
References exe_getsyi(), struct_args::s1, struct_args::s2, struct_args::s3, struct_args::s4, struct_args::s5, struct_args::s6, and struct_args::s7.
asmlinkage int exe_getsyiw | ( | unsigned int | efn, | |
unsigned int * | csidadr, | |||
void * | nodename, | |||
void * | itmlst, | |||
struct _iosb * | iosb, | |||
void(*)() | astadr, | |||
unsigned long | astprm | |||
) |
Definition at line 80 of file sysgetsyi.c.
References exe_getsyi(), and exe_synch().
Referenced by exe_getsyiw_wrap().
asmlinkage int exe_getsyiw_wrap | ( | struct struct_args * | s | ) |
Definition at line 86 of file sysgetsyi.c.
References exe_getsyiw(), struct_args::s1, struct_args::s2, struct_args::s3, struct_args::s4, struct_args::s5, struct_args::s6, and struct_args::s7.
Referenced by exe_getsyi().