Home
last modified time | relevance | path

Searched refs:ARG_NONE (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/sys/contrib/dev/acpica/include/
HDacopcode.h183 #define ARGP_ARG0 ARG_NONE
184 #define ARGP_ARG1 ARG_NONE
185 #define ARGP_ARG2 ARG_NONE
186 #define ARGP_ARG3 ARG_NONE
187 #define ARGP_ARG4 ARG_NONE
188 #define ARGP_ARG5 ARG_NONE
189 #define ARGP_ARG6 ARG_NONE
197 #define ARGP_BREAK_OP ARG_NONE
198 #define ARGP_BREAK_POINT_OP ARG_NONE
207 #define ARGP_CONTINUE_OP ARG_NONE
[all …]
HDamlcode.h324 #define ARG_NONE 0x0 macro
/freebsd-11-stable/sys/contrib/dev/acpica/components/parser/
HDpsopcode.c413 /* 6A */ ACPI_OP ("-Return Value-", ARG_NONE, ARG_NONE, ACPI…
414 /* 6B */ ACPI_OP ("-UNKNOWN_OP-", ARG_NONE, ARG_NONE, ACPI…
415 /* 6C */ ACPI_OP ("-ASCII_ONLY-", ARG_NONE, ARG_NONE, ACPI…
416 /* 6D */ ACPI_OP ("-PREFIX_ONLY-", ARG_NONE, ARG_NONE, ACPI…
/freebsd-11-stable/contrib/binutils/opcodes/
HDalpha-opc.c409 #define ARG_NONE { 0 } macro
472 { "halt", SPCD(0x00,0x0000), BASE, ARG_NONE },
473 { "draina", SPCD(0x00,0x0002), BASE, ARG_NONE },
474 { "bpt", SPCD(0x00,0x0080), BASE, ARG_NONE },
475 { "bugchk", SPCD(0x00,0x0081), BASE, ARG_NONE },
476 { "callsys", SPCD(0x00,0x0083), BASE, ARG_NONE },
477 { "chmk", SPCD(0x00,0x0083), BASE, ARG_NONE },
478 { "imb", SPCD(0x00,0x0086), BASE, ARG_NONE },
479 { "rduniq", SPCD(0x00,0x009e), BASE, ARG_NONE },
480 { "wruniq", SPCD(0x00,0x009f), BASE, ARG_NONE },
[all …]
/freebsd-11-stable/contrib/flex/
HDscanopt.c54 #define ARG_NONE 0x01 macro
199 aux->flags = ARG_NONE;
220 aux->flags &= ~ARG_NONE;
226 aux->flags &= ~(ARG_REQ | ARG_NONE);
813 if (auxp->flags & ARG_NONE) {
/freebsd-11-stable/sys/security/audit/
HDaudit_private.h297 #define ARG_NONE 0x0000000000000000ULL macro