Searched refs:ast (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/compat/aoutm68k/
H A Daoutm68k_stat.c72 struct aoutm68k_stat43 ast; local
80 aoutm68k_stat43_convert(&sb, &ast);
82 return copyout(&ast, SCARG(uap, ub), sizeof(ast));
88 struct aoutm68k_stat43 ast; local
96 aoutm68k_stat43_convert(&sb, &ast);
98 return copyout(&ast, SCARG(uap, sb), sizeof(ast));
104 struct aoutm68k_stat43 ast; local
112 aoutm68k_stat43_convert(&sb, &ast);
122 struct aoutm68k_stat12 ast; local
138 struct aoutm68k_stat12 ast; local
154 struct aoutm68k_stat12 ast; local
171 struct aoutm68k_stat ast; local
187 struct aoutm68k_stat ast; local
204 struct aoutm68k_stat ast; local
220 struct aoutm68k_stat ast; local
234 aoutm68k_stat43_convert(struct stat *st, struct aoutm68k_stat43 *ast) argument
264 aoutm68k_stat12_convert(struct stat *st, struct aoutm68k_stat12 *ast) argument
293 aoutm68k_stat13_convert(struct stat *st, struct aoutm68k_stat *ast) argument
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/drivers/xf86-video-ast/
H A DMakefile3 DRIVER= xf86-video-ast
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dtre-ast.c2 tre-ast.c - Abstract syntax tree (AST) routines
14 #include "tre-ast.h"
135 tre_do_print(FILE *stream, tre_ast_node_t *ast, int indent) argument
138 int num_tags = ast->num_tags;
143 switch (ast->type)
146 lit = ast->obj;
184 ast->submatch_id, num_tags);
188 iter = ast->obj;
190 iter->min, iter->max, ast->submatch_id, num_tags,
195 fprintf(stream, "union, sub %d, %d tags\n", ast
212 tre_ast_fprint(FILE *stream, tre_ast_node_t *ast) argument
[all...]
H A DMakefile.am8 tre-ast.h \
18 tre-ast.c \
/netbsd-6-1-5-RELEASE/sys/arch/arm/arm/
H A Dast.c1 /* $NetBSD: ast.c,v 1.19 2009/11/23 18:20:46 rmind Exp $ */
36 * ast.c
38 * Code to handle ast's and returns to user mode
44 __KERNEL_RCSID(0, "$NetBSD: ast.c,v 1.19 2009/11/23 18:20:46 rmind Exp $");
71 void ast(struct trapframe *);
95 ast(struct trapframe *tf) function
119 panic("ast: no curlwp!");
121 panic("ast: no pcb!");
/netbsd-6-1-5-RELEASE/external/bsd/tre/lib/
H A DMakefile18 SRCS+= tre-ast.c tre-compile.c tre-match-approx.c
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/tests/
H A DMakefile.am38 ../lib/tre-ast.c \
/netbsd-6-1-5-RELEASE/sys/arch/alpha/include/
H A Dalpha.h84 void ast(struct trapframe *);
/netbsd-6-1-5-RELEASE/external/mit/xorg/server/drivers/
H A DMakefile30 xf86-video-ast \
78 xf86-video-ast \
119 xf86-video-ast \
/netbsd-6-1-5-RELEASE/sys/arch/sh3/sh3/
H A Dexception.c130 void ast(struct lwp *, struct trapframe *);
439 ast(l, tf);
452 * void ast(struct lwp *l, struct trapframe *tf):
459 ast(struct lwp *l, struct trapframe *tf) function
H A Dexception_vector.S142 .Lg_ast: .long _C_LABEL(ast)
514 .Li_ast: .long _C_LABEL(ast)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/pentium4/
H A Dlshift.asm77 je L(ast)
143 L(ast): movq (up), %mm2
H A Drshift.asm80 je L(ast)
146 L(ast): movq (up), %mm2
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dast.c1 /* $NetBSD: ast.c,v 1.63 2009/05/12 08:44:19 cegger Exp $ */
37 __KERNEL_RCSID(0, "$NetBSD: ast.c,v 1.63 2009/05/12 08:44:19 cegger Exp $");
71 CFATTACH_DECL(ast, sizeof(struct ast_softc),
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/x86_64/
H A Dlshiftc.asm79 je L(ast)
159 L(ast): mov (up), %r10
H A Drshift.asm82 je L(ast)
154 L(ast): mov (up), %r10
H A Dlshift.asm148 je L(ast)
220 L(ast): mov (up), %r10
/netbsd-6-1-5-RELEASE/sys/arch/arm/include/arm32/
H A Dframe.h212 bl _C_LABEL(ast) /* ast(frame) */ ;\
241 bl _C_LABEL(ast) /* ast(frame) */ ;\
/netbsd-6-1-5-RELEASE/sys/arch/acorn26/acorn26/
H A Dlocore.S162 * just leave IRQs off throughout (ast will re-enable them).
176 bl _C_LABEL(ast) /* Handle AST */
341 bl _C_LABEL(ast)
/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Dumodem_common.c626 usb_cdc_abstract_state_t ast; local
636 USETW(ast.wState, state);
638 err = usbd_do_request(sc->sc_udev, &req, &ast);
/netbsd-6-1-5-RELEASE/sys/arch/usermode/usermode/
H A Dtrap.c177 /* ast and userret */
179 ast(struct lwp *l) function
215 ast(l);
624 userret(l); /* or ast? */
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dlocore_mips1.S683 INT_L v0, L_MD_ASTPENDING(MIPS_CURLWP)# any pending ast?
685 beqz v0, MIPSX(user_return) # if no, skip ast processing
691 j _C_LABEL(ast)
704 * the remaining state and call ast().
852 INT_L v0, L_MD_ASTPENDING(MIPS_CURLWP)# any pending ast?
854 beqz v0, MIPSX(user_intr_return) # if no, skip ast processing
874 j _C_LABEL(ast) # ast()
968 INT_L v0, L_MD_ASTPENDING(MIPS_CURLWP)# any pending ast?
970 beqz v0, MIPSX(user_return) # no, skip ast processin
[all...]
H A DmipsX_subr.S1198 INT_L v0, L_MD_ASTPENDING(MIPS_CURLWP)# any pending ast?
1199 beqz v0, MIPSX(user_return) # if no, skip ast processing
1205 j _C_LABEL(ast)
1218 * the remaining state and call ast().
1367 INT_L v0, L_MD_ASTPENDING(MIPS_CURLWP)# any pending ast?
1368 beqz v0, MIPSX(user_intr_return) # if no, skip ast processing
1391 j _C_LABEL(ast) # ast()
1497 INT_L v0, L_MD_ASTPENDING(MIPS_CURLWP)# any pending ast?
1498 beqz v0, MIPSX(user_return) # no, skip ast processin
[all...]
H A Dtrap.c123 void ast(void);
674 ast(void) function
/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dlocore.h43 void ast(void);

Completed in 168 milliseconds

12