Searched refs:fcn (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/lib/libc/i386/sys/
H A Di386_vm86.c33 i386_vm86(int fcn, void *data) argument
37 p.sub_op = fcn;
/freebsd-9.3-release/sys/dev/uart/
H A Duart_bus_pccard.c68 uint32_t fcn; local
70 fcn = PCCARD_FUNCTION_UNSPEC;
71 error = pccard_get_function(dev, &fcn);
79 if (fcn == PCCARD_FUNCTION_SERIAL)
/freebsd-9.3-release/sys/ddb/
H A Ddb_variables.h46 db_varfcn_t *fcn; member in struct:db_variable
H A Ddb_variables.c109 db_varfcn_t *func = vp->fcn;
121 db_varfcn_t *func = vp->fcn;
H A Dddb.h105 db_cmdfcn_t *fcn; /* function to call */ member in struct:command
124 .fcn = _func, \
H A Ddb_command.c449 (*cmd->fcn)(addr, have_addr, count, modif);
/freebsd-9.3-release/sys/dev/sio/
H A Dsio_pccard.c69 u_int32_t fcn = PCCARD_FUNCTION_UNSPEC; local
71 error = pccard_get_function(dev, &fcn);
80 if (fcn == PCCARD_FUNCTION_SERIAL)
/freebsd-9.3-release/sys/dev/cs/
H A Dif_cs_pccard.c61 uint32_t fcn = PCCARD_FUNCTION_UNSPEC; local
64 pccard_get_function(dev, &fcn);
65 if (fcn != PCCARD_FUNCTION_NETWORK)
/freebsd-9.3-release/usr.bin/cut/
H A Dcut.c79 int (*fcn)(FILE *, const char *);
85 fcn = NULL;
135 fcn = f_cut;
137 fcn = MB_CUR_MAX > 1 ? c_cut : b_cut;
139 fcn = nflag && MB_CUR_MAX > 1 ? b_n_cut : b_cut;
145 rval |= fcn(stdin, "stdin");
152 fcn(fp, *argv);
157 rval = fcn(stdin, "stdin");
/freebsd-9.3-release/sys/dev/ata/
H A Data-card.c67 u_int32_t fcn = PCCARD_FUNCTION_UNSPEC; local
70 if ((error = pccard_get_function(dev, &fcn)))
74 if (fcn == PCCARD_FUNCTION_DISK)
/freebsd-9.3-release/sys/dev/ep/
H A Dif_ep_pccard.c97 uint32_t fcn = PCCARD_FUNCTION_UNSPEC; local
100 error = pccard_get_function(dev, &fcn);
103 if (fcn != PCCARD_FUNCTION_NETWORK)
/freebsd-9.3-release/sys/dev/ex/
H A Dif_ex_pccard.c107 uint32_t fcn = PCCARD_FUNCTION_UNSPEC; local
159 error = pccard_get_function(dev, &fcn);
162 if (fcn != PCCARD_FUNCTION_NETWORK)
/freebsd-9.3-release/contrib/gcc/
H A Dexplow.c930 rtx (*fcn) (rtx, rtx) = gen_move_insn;
939 fcn = gen_save_stack_block;
945 fcn = gen_save_stack_function;
951 fcn = gen_save_stack_nonlocal;
982 emit_insn (fcn (sa, stack_pointer_rtx));
992 emit_insn (fcn (sa, stack_pointer_rtx));
1006 rtx (*fcn) (rtx, rtx) = gen_move_insn;
1014 fcn = gen_restore_stack_block;
1020 fcn = gen_restore_stack_function;
1026 fcn
[all...]
/freebsd-9.3-release/sys/dev/fe/
H A Dif_fe_pccard.c96 uint32_t fcn = PCCARD_FUNCTION_UNSPEC; local
108 error = pccard_get_function(dev, &fcn);
111 if (fcn != PCCARD_FUNCTION_NETWORK)
/freebsd-9.3-release/sys/dev/wi/
H A Dif_wi_pccard.c160 u_int32_t fcn = PCCARD_FUNCTION_UNSPEC; local
164 error = pccard_get_function(dev, &fcn);
167 if (fcn != PCCARD_FUNCTION_NETWORK)
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c229 int freed = 0; /* handles potential double freeing when fcn & param share a tempcell */
232 Cell *y, *z, *fcn; local
235 fcn = execute(a[0]); /* the function itself */
236 s = fcn->nval;
237 if (!isfcn(fcn))
246 ndef = (int) fcn->fval; /* args in defn */
280 fp->fcncell = fcn;
286 y = execute((Node *)(fcn->sval)); /* execute body */
313 tempfree(fcn);
/freebsd-9.3-release/sys/dev/ed/
H A Dif_ed_pccard.c332 uint32_t fcn = PCCARD_FUNCTION_UNSPEC; local
335 error = pccard_get_function(dev, &fcn);
349 fcn != PCCARD_FUNCTION_NETWORK)
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-sparc.c1534 int fcn = 0;
1539 if (! parse_keyword_arg (sparc_encode_prefetch, &s, &fcn))
1547 if (! parse_const_expr_arg (&s, &fcn))
1552 if (fcn < 0 || fcn > 31)
1558 opcode |= RD (fcn);
1525 int fcn = 0; local

Completed in 125 milliseconds