Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 7703) sorted by path

12345678910>>...309

/illumos-gate/exception_lists/
H A Dcddlchk17 # information: Portions Copyright [yyyy] [name of copyright owner]
H A Dcheck_rtime17 # information: Portions Copyright [yyyy] [name of copyright owner]
41 # name of a 64-bit architecture. For example, MACH(lib) will match
208 # name mangling conventions. Since illumos must be buildable by either, we
H A Dcopyright17 # information: Portions Copyright [yyyy] [name of copyright owner]
H A Dinterface_check17 # information: Portions Copyright [yyyy] [name of copyright owner]
35 # name of a 64-bit architecture. For example, MACH(lib) will match
H A Dinterface_cmp17 # information: Portions Copyright [yyyy] [name of copyright owner]
35 # name of a 64-bit architecture. For example, MACH(lib) will match
H A Dkeywords17 # information: Portions Copyright [yyyy] [name of copyright owner]
H A Dmapfilechk17 # information: Portions Copyright [yyyy] [name of copyright owner]
H A Dpackaging17 # information: Portions Copyright [yyyy] [name of copyright owner]
H A Dpackaging.deps24 pkg:/release/name
H A Dpmodes17 # information: Portions Copyright [yyyy] [name of copyright owner]
/illumos-gate/usr/src/
H A DMakefile.master.6417 # information: Portions Copyright [yyyy] [name of copyright owner]
H A DMakefile.msg.targ17 # information: Portions Copyright [yyyy] [name of copyright owner]
H A DMakefile.psm.targ17 # information: Portions Copyright [yyyy] [name of copyright owner]
H A DOPENSOLARIS.LICENSE254 and remove any references to the name of the license steward
H A DREADME.license-files17 # information: Portions Copyright [yyyy] [name of copyright owner]
40 A. In general, you'll name these files "THIRDPARTYLICENSE," and
H A DTargetdirs16 # information: Portions Copyright [yyyy] [name of copyright owner]
492 # /usr/src/Makefile because of the colon in its name.
/illumos-gate/usr/src/boot/
H A DCOPYRIGHT51 4. Neither the name of the University nor the names of its contributors
H A DREADME.loader43 see if the file name changes.
/illumos-gate/usr/src/boot/common/
H A Dboot.c253 static char *name = NULL; in getbootfile() local
258 free(name); in getbootfile()
259 name = NULL; in getbootfile()
279 name = malloc(len + 1); in getbootfile()
280 strncpy(name, spec, len); in getbootfile()
281 name[len] = 0; in getbootfile()
283 if (name && name[0] == 0) { in getbootfile()
284 free(name); in getbootfile()
285 name = NULL; in getbootfile()
287 return (name); in getbootfile()
H A Dbootstrap.h267 int mod_load(char *name, struct mod_depend *verinfo, int argc, char *argv[]);
268 int mod_loadkld(const char *name, int argc, char *argv[]);
272 struct preloaded_file *file_findfile(const char *name, const char *type);
274 struct preloaded_file *file_loadraw(const char *name, char *type, int argc,
337 int (*arch_getdev)(void **dev, const char *name, const char **path);
H A Dcommands.c229 char name[20]; in command_commandlist() local
238 snprintf(name, sizeof (name)," %-15s ", in command_commandlist()
240 pager_output(name); in command_commandlist()
395 char *name; in command_read() local
424 name = (argc > 0) ? argv[0]: NULL; in command_read()
437 if (name != NULL) in command_read()
438 setenv(name, buf, 1); in command_read()
H A Dconsole.c38 static int cons_find(const char *name);
262 cons_find(const char *name) in cons_find() argument
267 if (strcmp(consoles[cons]->c_name, name) == 0) in cons_find()
H A Dgfx_fb.c212 if (strcasecmp(name, "black") == 0) { in color_name_to_ansi()
216 if (strcasecmp(name, "red") == 0) { in color_name_to_ansi()
220 if (strcasecmp(name, "green") == 0) { in color_name_to_ansi()
224 if (strcasecmp(name, "yellow") == 0) { in color_name_to_ansi()
228 if (strcasecmp(name, "blue") == 0) { in color_name_to_ansi()
232 if (strcasecmp(name, "magenta") == 0) { in color_name_to_ansi()
236 if (strcasecmp(name, "cyan") == 0) { in color_name_to_ansi()
240 if (strcasecmp(name, "white") == 0) { in color_name_to_ansi()
2209 fd = open(name, O_RDONLY); in insert_font()
2220 font_name = strdup(name); in insert_font()
[all …]
H A Dhelp.common74 device names. Disk name must end with colon.
172 set <variable name>
173 set <variable name>=<value>
180 setprop <variable name> <value>
336 read [-t <value>] [-p <prompt>] [<variable name>]
346 If a variable name is supplied, the variable is set to the value read,
366 unset <variable name>
H A Dinterp_forth.c74 char *name, *line, *tail, *cp; in bf_command() local
83 name = vm->runningWord->name; in bf_command()
89 strcmp(name, (*cmdp)->c_name) == 0) in bf_command()
93 panic("callout for unknown command '%s'", name); in bf_command()
109 line = malloc(strlen(name) + len + 1); in bf_command()
110 strcpy(line, name); in bf_command()
130 line = malloc(strlen(name) + len + 2); in bf_command()
131 strcpy(line, name); in bf_command()

12345678910>>...309