HomeSort by: relevance | last modified time | path
    Searched refs:CODE (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/arch/hppa/stand/boot/
ld.script 18 *($CODE$)
  /src/sys/arch/hppa/stand/cdboot/
ld.script 18 *($CODE$)
  /src/usr.bin/logger/
logger.c 10 * 1. Redistributions of source code must retain the above copyright
56 static int decode(const char *, const CODE *);
180 decode(const char *name, const CODE *codetab)
182 const CODE *c;
  /src/usr.bin/menuc/
parse.y 12 * 1. Redistributions of source code must retain the above copyright
59 %token <s_value> STRING NAME CODE INT_CONST CHAR_CONST
78 | CODE
170 cur_optn->optact.code = "";
178 | CODE { cur_optn->name = $1; cur_optn->name_is_code = TRUE;}
205 action : ACTION act_opt CODE
206 { $$.code = $3;
215 expaction : /* empty */ { cur_menu->info->expact.code = ""; }
221 dispact : /* empty */ { cur_menu->info->postact.code = ""; }
226 exitact : /* empty */ { cur_menu->info->exitact.code = "";
    [all...]
scan.l 12 * 1. Redistributions of source code must retain the above copyright
166 return CODE;
  /src/sys/sys/
syslog.h 10 * 1. Redistributions of source code must retain the above copyright
48 * one-to-one to strings in the syslogd(8) source code. This mapping is
73 } CODE;
75 CODE prioritynames[] = {
122 CODE facilitynames[] = {
  /src/usr.sbin/npf/npfctl/
npf_parse.y 5 * This code is derived from software contributed to The NetBSD Foundation
11 * 1. Redistributions of source code must retain the above copyright
113 %token CODE
919 | ICMPTYPE icmp_type CODE number
923 | ICMPTYPE icmp_type CODE IDENTIFIER
928 | ICMPTYPE icmp_type CODE VAR_ID
  /src/sys/external/bsd/gnu-efi/dist/lib/arm/
div.S 26 # AREA Math, CODE, READONLY
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_fwif.h 228 * | 31:16| code| | | |
240 * - **code**, indicates message code
276 * bit[31..16] action code
499 * | 15:0|code| | | |
505 * - **code**, indicates message code, is specific for **type**
506 * - **data**, indicates message data, optional, depends on **code**
510 * - **REQUEST**, indicates Host-to-GuC request, requested GuC action code
511 * must be priovided in **code** field. Optional action specific parameter
    [all...]
  /src/sys/arch/m68k/060sp/dist/
iskeletn.s 43 # (2) example package entry code
120 # Remember that a trace exception may be pending. The code below performs
154 # Entry point for the selected cas emulation code implementation.
165 # Entry point for the selected cas2 emulation code implementation.
178 # algorithms so that no page faults occur within the "core" code
215 # (2) EXAMPLE PACKAGE ENTRY CODE #
fskeletn.s 43 # (2) example package entry code
70 # simply execute an "rte" as with the sample code below.
235 # The sample code below enables the FPU, sets the PC field in the exception stack
258 # The sample code below simply executes an "rte".
267 # (2) EXAMPLE PACKAGE ENTRY CODE #
fplsp.s 5471 #--WHEN REDUCEX IS USED, THE CODE WILL INEVITABLY BE SLOW.
5902 #--WHEN REDUCEX IS USED, THE CODE WILL INEVITABLY BE SLOW.
6850 # this code where the separate entry for denormalized #
8396 #----Note that this code assumes the denormalized input is NON-ZERO.
9159 #--FP0 IS R. THE FOLLOWING CODE COMPUTES
10738 mov.b &neg_bmask,FPSR_CC(%a6) # set 'N' code
fpsp.s 47 # callout. The FPSP code does a "bsr" to the stub routine. This
49 # it makes the FPSP code easier to read and more mainatinable.
591 # This handler should be the first code executed upon taking the #
604 # _real_ovfl() - "callout" for Overflow exception enabled code #
605 # _real_inex() - "callout" for Inexact exception enabled code #
606 # _real_trace() - "callout" for Trace exception code #
831 # This handler should be the first code executed upon taking the #
844 # _real_ovfl() - "callout" for Overflow exception enabled code #
845 # _real_inex() - "callout" for Inexact exception enabled code #
846 # _real_trace() - "callout" for Trace exception code #
    [all...]
  /src/sys/external/isc/libsodium/dist/m4/
ltoptions.m4 101 # LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
  /src/sys/net/
if_pppoe.c 7 * This code is derived from software contributed to The NetBSD Foundation
13 * 1. Redistributions of source code must retain the above copyright
85 uint8_t code; member in struct:pppoehdr
126 #define PPPOE_ADD_HEADER(PTR, CODE, SESS, LEN) \
128 *(PTR)++ = (CODE); \
278 * module initialization code in pppoeinit() below).
810 switch (ph->code) {
1083 pppoe_printf(sc, "unknown code (0x%04x) session = 0x%04x\n",
1084 ph->code, session);
1170 if (ph->code != 0)
    [all...]
  /src/dist/pf/sbin/pfctl/
parse.y 13 * 1. Redistributions of source code must retain the above copyright
118 u_int8_t code;
412 %token ICMP6TYPE CODE KEEP MODULATE STATE PORT RDR NAT BINAT ARROW NODF
2942 $$->code = 0;
2947 | icmptype CODE STRING {
2954 yyerror("illegal icmp-code %lu", ulval);
2960 yyerror("unknown icmp-code %s", $3);
2964 ulval = p->code;
2971 $$->code = ulval + 1;
2983 $$->code = 0
    [all...]
  /src/usr.sbin/syslogd/
syslogd.c 10 * 1. Redistributions of source code must retain the above copyright
69 * Priority comparison code by Harlan Stenn.
70 * TLS, syslog-protocol, and syslog-sign code by Martin Schuette.
204 * Most output code should be ready to handle
268 int decode(const char *, CODE *);
1712 * keeps calling code shorter and hides buffer allocation
1891 "Executing unreachable code in check_timestamp()\n");
2089 CODE *c;
4052 decode(const char *name, CODE *codetab)
4054 CODE *c
4322 int code; local in function:log_deadchild
    [all...]
  /src/sys/arch/sparc64/sparc64/
pmap.c 11 * 1. Redistributions of source code must retain the above copyright
367 #define PSMAP_ENTRY(MASK, CODE) { .mask = MASK, .code = CODE }
726 /* XXX - incomplete spinup code for SUN4V */
1100 page_size_map[k].code);
1306 * Initialize the per CPU parts for the cpu running this code.
2330 * This should only be called from MD code.
2501 * Here is the full official pseudo code:

Completed in 29 milliseconds