Symbol: ast
lib/libkeynote/parse_assertion.c
101
ast = keynote_find_assertion(kl->key_key, i, kl->key_alg);
lib/libkeynote/parse_assertion.c
102
if (ast == NULL)
lib/libkeynote/parse_assertion.c
105
if (ast->as_kresult == KRESULT_IN_PROGRESS) /* Cycle detected */
lib/libkeynote/parse_assertion.c
108
if (ast->as_kresult == KRESULT_UNTOUCHED) /* Recurse if needed */
lib/libkeynote/parse_assertion.c
109
rec_evaluate_query(ast);
lib/libkeynote/parse_assertion.c
176
keynote_fix_fields(struct assertion *ast, int sigfield)
lib/libkeynote/parse_assertion.c
182
if (ast != NULL)
lib/libkeynote/parse_assertion.c
185
if (keynote_evaluate_authorizer(ast, 1) != RESULT_TRUE)
lib/libkeynote/parse_assertion.c
189
if ((sigfield) && (ast->as_signature_string_s != NULL))
lib/libkeynote/parse_assertion.c
190
if (keynote_evaluate_authorizer(ast, 0) != RESULT_TRUE)
lib/libkeynote/parse_assertion.c
41
struct assertion *ast;
sys/arch/alpha/include/cpu.h
128
void ast(struct trapframe *);
sys/arch/amd64/amd64/trap.c
103
void ast(struct trapframe *);
sys/arch/arm/arm/ast.c
57
void ast(struct trapframe *);
sys/arch/arm/include/frame.h
196
b ast /* ast(frame) */ ;\
sys/arch/hppa/hppa/trap.c
629
ast(p);
sys/arch/hppa/hppa/trap.c
63
void ast(struct proc *);
sys/arch/hppa/hppa/trap.c
649
ast(p);
sys/arch/hppa/hppa/trap.c
863
ast(p); // XXX why?
sys/arch/i386/i386/trap.c
66
void ast(struct trapframe *);
sys/arch/m88k/include/trap.h
59
void ast(struct trapframe *);
sys/arch/mips64/include/frame.h
37
register_t ast;
sys/arch/mips64/mips64/db_machdep.c
90
{ "at", (long *)&ddb_regs.ast, FCN_NULL },
sys/arch/mips64/mips64/process_machdep.c
108
bcopy(&regs->r_regs[AST], &p->p_md.md_regs->ast, REGSIZE);
sys/arch/mips64/mips64/process_machdep.c
89
bcopy(&p->p_md.md_regs->ast, &regs->r_regs[AST], REGSIZE);
sys/arch/mips64/mips64/sendsig.c
128
bcopy((caddr_t)&regs->ast, (caddr_t)&ksc.sc_regs[1],
sys/arch/mips64/mips64/sendsig.c
220
bcopy((caddr_t)&ksc.sc_regs[1], (caddr_t)&regs->ast,
sys/arch/mips64/mips64/trap.c
134
void ast(void);
sys/arch/sh/sh/trap.c
144
void ast(struct proc *, struct trapframe *);
sys/arch/sh/sh/trap.c
457
ast(p, tf);
sys/dev/usb/umodem.c
669
struct usb_cdc_abstract_state ast;
sys/dev/usb/umodem.c
679
USETW(ast.wState, state);
sys/dev/usb/umodem.c
681
err = usbd_do_request(sc->sc_udev, &req, &ast);
usr.sbin/ospfd/rde.c
1147
RB_HEAD(asext_tree, asext_node) ast;
usr.sbin/ospfd/rde.c
1173
return (RB_FIND(asext_tree, &ast, &a));
usr.sbin/ospfd/rde.c
1214
RB_INSERT(asext_tree, &ast, an);
usr.sbin/ospfd/rde.c
1252
RB_REMOVE(asext_tree, &ast, an);
usr.sbin/ospfd/rde.c
1308
RB_REMOVE(asext_tree, &ast, an);
usr.sbin/ospfd/rde.c
1317
for (an = RB_MIN(asext_tree, &ast); an != NULL; an = nan) {
usr.sbin/ospfd/rde.c
1318
nan = RB_NEXT(asext_tree, &ast, an);
usr.sbin/ospfd/rde.c
1319
RB_REMOVE(asext_tree, &ast, an);