Searched refs:Name (Results 1 - 25 of 126) sorted by relevance

123456

/illumos-gate/usr/src/cmd/make/bin/
H A Dglobals.cc56 Name posix_name;
57 Name svr4_name;
63 Name built_last_make_run;
64 Name c_at;
70 Name conditionals;
73 Name current_make_version;
74 Name current_target;
77 Name default_rule_name;
78 Name default_target_to_build;
79 Name dmake_grou
[all...]
H A Ddepvar.cc43 Name name; /* Name of variable */
59 depvar_add_to_list(Name name, Boolean cmdline)
81 depvar_dep_macro_used(Name name)
H A Dnse_printdep.cc35 void print_dependencies(register Name target, register Property line);
36 static void print_deps(register Name target, register Property line);
37 static void print_more_deps(Name target, Name name);
38 static void print_filename(Name name);
40 static void print_forest(Name target);
42 void print_value(register Name value, Daemon daemon);
43 static void print_rule(register Name target);
44 static void print_rec_info(Name target);
60 * done The Name "
[all...]
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Dmacro.h31 extern void expand_value(Name value, register String destination, Boolean cmd);
32 extern Name getvar(register Name name);
34 extern Property setvar_daemon(register Name name, register Name value, Boolean append, Daemon daemon, Boolean strip_trailing_spaces, short debug_level);
H A Dmisc.h31 extern Property append_prop(register Name target, register Property_id type);
40 extern Name getname_fn(wchar_t *name, register int len, register Boolean dont_enter, register Boolean * foundp = NULL);
41 extern void store_name(Name name);
42 extern void free_name(Name name);
44 extern Property maybe_append_prop(register Name target, register Property_id type);
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h145 wchar_t *target;/* Name of target */
180 extern Name posix_name;
181 extern Name svr4_name;
186 extern Name built_last_make_run;
187 extern Name c_at;
191 extern Name conditionals;
194 extern Name current_make_version;
195 extern Name current_target;
198 extern Name default_rule_name;
199 extern Name default_target_to_buil
[all...]
/illumos-gate/usr/src/cmd/acpi/common/
H A Dutascii.c3 * Module Name: utascii - Utility ascii functions
52 * PARAMETERS: Name - The name or table signature to be examined.
64 char *Name)
73 if (!AcpiUtValidNameChar (Name[i], i))
129 * PARAMETERS: Name - Ascii string
141 UINT8 *Name,
150 RepairedName[i] = (char) Name[i];
152 if (!Name[i])
156 if (!isprint (Name[i]))
63 AcpiUtValidNameseg( char *Name) argument
140 AcpiUtCheckAndRepairAscii( UINT8 *Name, char *RepairedName, UINT32 Count) argument
H A Dutexcep.c3 * Module Name: utexcep - Exception code support
90 return (Exception->Name);
173 if (!Exception || !Exception->Name)
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/
H A Dutascii.c3 * Module Name: utascii - Utility ascii functions
52 * PARAMETERS: Name - The name or table signature to be examined.
64 char *Name)
73 if (!AcpiUtValidNameChar (Name[i], i))
129 * PARAMETERS: Name - Ascii string
141 UINT8 *Name,
150 RepairedName[i] = (char) Name[i];
152 if (!Name[i])
156 if (!isprint (Name[i]))
63 AcpiUtValidNameseg( char *Name) argument
140 AcpiUtCheckAndRepairAscii( UINT8 *Name, char *RepairedName, UINT32 Count) argument
H A Dutstring.c3 * Module Name: utstring - Common functions for strings and characters
164 * PARAMETERS: Name - The ACPI name to be repaired
169 * return the new name. NOTE: the Name parameter must reside in
172 * An ACPI Name must consist of valid ACPI characters. We will repair the name
184 char *Name)
198 if (ACPI_COMPARE_NAME (Name, "\\___"))
203 ACPI_MOVE_NAME (&OriginalName, Name);
209 if (AcpiUtValidNameChar (Name[i], i))
219 Name[i] = '*';
231 OriginalName, Name));
183 AcpiUtRepairName( char *Name) argument
[all...]
H A Dutpredef.c3 * Module Name: utpredef - support functions for predefined names
105 * PARAMETERS: Name - Name to find
115 char *Name)
122 if (Name[0] != '_')
130 while (ThisName->Info.Name[0])
132 if (ACPI_COMPARE_NAME (Name, ThisName->Info.Name))
240 * PARAMETERS: Name - Name t
114 AcpiUtMatchPredefinedMethod( char *Name) argument
251 AcpiUtMatchResourceName( char *Name) argument
[all...]
H A Duterror.c3 * Module Name: uterror - Various internal error/warning output functions
212 * InternalName - Name or path of the namespace node
230 char *Name = NULL; local
248 ACPI_UINT32_MAX, InternalName, NULL, &Name);
254 AcpiOsPrintf ("[%s]", Name);
261 if (Name)
263 ACPI_FREE (Name);
H A Dutexcep.c3 * Module Name: utexcep - Exception code support
90 return (Exception->Name);
173 if (!Exception || !Exception->Name)
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dglobals.cc84 Name dollarless_value;
94 Name host_arch;
95 Name host_mach;
101 Name path_name;
103 Name hat;
104 Name query;
107 Name shell_name;
109 Name target_arch;
110 Name target_mach;
112 Name virtual_roo
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmnames.c3 * Module Name: dmnames - AML disassembler, names, namestrings, pathnames
67 * PARAMETERS: Name - 4 character ACPI name
77 UINT32 Name)
86 *ACPI_CAST_PTR (UINT32, &NewName[0]) = Name;
203 * PARAMETERS: Name - ACPI Name string to store
213 char *Name)
218 if (!Name)
225 while (ACPI_IS_ROOT_PREFIX (ACPI_GET8 (Name)) ||
226 ACPI_IS_PARENT_PREFIX (ACPI_GET8 (Name)))
76 AcpiDmDumpName( UINT32 Name) argument
212 AcpiDmNamestring( char *Name) argument
299 UINT32 Name; local
412 AcpiDmValidateName( char *Name, ACPI_PARSE_OBJECT *Op) argument
[all...]
H A Ddmresrc.c3 * Module Name: dmresrc.c - Resource Descriptor disassembly
137 * Name - Associated name (emitted as a comment)
148 const char *Name)
150 AcpiOsPrintf ("0x%2.2X, // %s\n", Value, Name);
156 const char *Name)
158 AcpiOsPrintf ("0x%4.4X, // %s\n", Value, Name);
164 const char *Name)
166 AcpiOsPrintf ("0x%8.8X, // %s\n", Value, Name);
172 const char *Name)
174 AcpiOsPrintf ("0x%8.8X%8.8X, // %s\n", ACPI_FORMAT_UINT64 (Value), Name);
146 AcpiDmDumpInteger8( UINT8 Value, const char *Name) argument
154 AcpiDmDumpInteger16( UINT16 Value, const char *Name) argument
162 AcpiDmDumpInteger32( UINT32 Value, const char *Name) argument
170 AcpiDmDumpInteger64( UINT64 Value, const char *Name) argument
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dahids.c3 * Module Name: ahids - Table of ACPI/PNP _HID/_CID values
236 for (Info = AslDeviceIds; Info->Name; Info++)
238 if (!strcmp (HardwareId, Info->Name))
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacapps.h3 * Module Name: acapps - common include for ACPI applications/tools
93 #define ACPI_OPTION(Name, Description) \
94 AcpiOsPrintf (" %-20s%s\n", Name, Description);
99 #define ACPI_CHECK_STATUS(Name, Status, Expected) \
103 AcpiFormatException (Status), #Name, _AcpiModuleName, __LINE__); \
109 #define ACPI_CHECK_OK(Name, Status) ACPI_CHECK_STATUS (Name, Status, AE_OK);
H A Dacdebug.h3 * Name: acdebug.h - ACPI/AML debugger
58 const char *Name; /* Command Name */ member in struct:acpi_db_command_info
73 const char *Name; /* Argument Name */ member in struct:acpi_db_argument_info
124 char *Name);
128 char *Name,
228 char *Name);
245 char *Name);
341 char *Name,
[all...]
H A Dacoutput.h3 * Name: acoutput.h -- debug output
212 #define ACPI_MODULE_NAME(Name) static const char ACPI_UNUSED_VAR _AcpiModuleName[] = Name;
218 #define ACPI_MODULE_NAME(Name)
270 * The Name parameter should be the procedure name as a non-quoted string.
275 #define ACPI_FUNCTION_NAME(Name) static const char _AcpiFunctionName[] = #Name;
280 #define ACPI_FUNCTION_NAME(Name)
358 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \
359 ACPI_FUNCTION_NAME (Name) \
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/resources/
H A Drsdump.c3 * Module Name: rsdump - AML debugger support for resource structures.
266 const char *Name; local
278 Name = Table->Name;
286 if (Table->Name)
288 AcpiOsPrintf ("%s Resource\n", Name);
296 AcpiRsOutString (Name, ACPI_CAST_PTR (char, Table->Pointer));
301 AcpiRsOutString (Name, ACPI_CAST_PTR (char, Target));
310 AcpiRsOutString (Name, Table->Pointer [*Target]);
314 AcpiRsOutInteger8 (Name, ACPI_GET
[all...]
/illumos-gate/usr/src/uts/intel/io/acpica/events/
H A Devgpeinit.c3 * Module Name: evgpeinit - System GPE initialization and update
340 char Name[ACPI_NAME_SIZE + 1]; local
360 ACPI_MOVE_32_TO_32 (Name, &MethodNode->Name.Integer);
361 Name[ACPI_NAME_SIZE] = 0;
363 /* 2) Name must begin with an underscore */
365 if (Name[0] != '_')
374 switch (Name[1])
392 "(name not of form _Lxx or _Exx)", Name));
398 GpeNumber = strtoul (&Name[
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Ddebug.c53 static const char **Name = NULL; variable
93 Name = &ofl->ofl_name;
161 if ((prestr == NULL) && *Name) {
170 name = *Name;
173 strrchr(*Name, '/')) == NULL)
174 name = *Name;
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dnewitem.c50 Name(item) = name;
86 return (Name(i));
/illumos-gate/usr/src/uts/intel/io/acpica/parser/
H A Dpsutils.c3 * Module Name: psutils - Parser miscellaneous utilities (Parser only)
78 ScopeOp->Named.Name = ACPI_ROOT_NAME;
108 (AcpiPsGetOpcodeInfo (Opcode))->Name,
260 return (Op->Named.Name);
280 Op->Named.Name = name;

Completed in 323 milliseconds

123456