Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 472) sorted by path

12345678910>>...19

/illumos-gate/exception_lists/
H A Dcheck_rtime205 # for implementation reasons, and the mangled names used to encode argument
H A Dinterface_check28 # that are compared to file names. In addition to the standard Perl
44 # Plugins are not required to have versioned file names, and are not required
95 # names.
H A Dinterface_cmp28 # that are compared to file, version, and symbol names. In addition
/illumos-gate/usr/src/
H A DTargetdirs36 # It is easier to think in terms of directory names without the ROOT macro
553 # be referenced here, using their fully-prefixed names, and the non-
/illumos-gate/usr/src/boot/
H A DCOPYRIGHT51 4. Neither the name of the University nor the names of its contributors
/illumos-gate/usr/src/boot/common/
H A Dhelp.common40 Use lsdev to get available device names.
74 device names. Disk name must end with colon.
/illumos-gate/usr/src/boot/efi/libefi/
H A Denv.c1425 int names, values, guids, attr; in ficlEfiSetenv() local
1471 for (i = 0; i < names; i++) in ficlEfiSetenv()
1473 name[names] = 0; in ficlEfiSetenv()
1503 int names; in ficlEfiGetenv() local
1510 name = ficlMalloc(names+1); in ficlEfiGetenv()
1513 strncpy(name, namep, names); in ficlEfiGetenv()
1514 name[names] = '\0'; in ficlEfiGetenv()
1532 int names; in ficlEfiUnsetenv() local
1539 name = ficlMalloc(names+1); in ficlEfiUnsetenv()
1542 strncpy(name, namep, names); in ficlEfiUnsetenv()
[all …]
/illumos-gate/usr/src/boot/forth/
H A Dbeadm.4th270 ." Use lsdev to get device names." cr
H A Dmenu-commands.4th296 \ because all usable console names have 4 chars,
H A Dsupport.4th1290 \ we have now array of strings with directory entry names.
1750 \ Try all default kernel names
1799 \ Try all default kernel names
1818 \ Try all default kernel names
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s14 # 3. Neither the name of the author nor the names of any co-contributors
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1415 static const char *names[] = { in state_name() local
1425 return (names[state]); in state_name()
/illumos-gate/usr/src/cmd/Adm/
H A Dttysrch27 # This is done by providing the names of directories which
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt42 # token=alias:fullname -- short names for key tokens
75 # note names -- certain notes show up repeatedly; collected here
78 # note names (message=) can be defined as a multi line, each line except the
104 # format values are a list of token names, separated by colons. The
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c141 char *names[SIZE]; variable
173 names[tok-FIRSTTOKEN] = (char *)malloc(strlen(name)+1); in main()
174 strcpy(names[tok-FIRSTTOKEN], name); in main()
185 printf("\tnullproc,\t/* %s */\n", names[i]); in main()
187 printf("\t%s,\t/* %s */\n", table[i], names[i]); in main()
/illumos-gate/usr/src/cmd/backup/dump/
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/bnu/
H A DConfig36 # The following list provides the names of the configurable parameters
H A DGrades51 # id_list a list of login names or group names
61 # sequentially for occurences of a user job grade. Since the names of
63 # reserved the names of three job grades so that the user may see some
H A DSysfiles43 # of colon-separated file names. File names are relative to
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/captoinfo/
H A Dcaptoinfo.c463 search(char *names[], int max, char *infoname) in search() argument
467 for (i = 0; names [i] != NULL; i++) in search()
468 if (strcmp(names [i], infoname) == 0) in search()
474 bret = (char **)bsearch(infoname, (char *)names, max, in search()
477 (void) fprintf(trace, "base=%#x, bret=%#x, nel=%d.\n", names, in search()
480 bret - names); in search()
484 return (bret - names); in search()
/illumos-gate/usr/src/cmd/checkeq/
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/checknr/
H A DTHIRDPARTYLICENSE18 4. Neither the name of the University nor the names of its
/illumos-gate/usr/src/cmd/cmd-inet/etc/
H A Dipsecinit.sample73 # ipsecconf(8) command attempts to resolve names, but it will
H A Dnetworks27 # with network names. The format of this file is:

12345678910>>...19