HomeSort by relevance Sort by last modified time
    Searched defs:name (Results 1 - 25 of 1838) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /netvirt/usr/src/cmd/fm/schemes/fmd/
scheme.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 char *name; local
40 if (nvlist_lookup_string(nvl, FM_FMRI_FMD_NAME, &name) != 0)
44 "%s:///module/%s", FM_FMRI_SCHEME_FMD, name));
  /netvirt/usr/src/cmd/fmli/sys/
filename.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 register char *name; local
43 if ((name = strrchr(pt, '/')) == NULL)
46 return name + 1;
  /netvirt/usr/src/lib/libdtrace_jni/common/
dtj_error.c 17 * information: Portions Copyright [yyyy] [name of copyright owner]
32 * Not currently providing name equivalents of dtrace_errno, only the error
44 const char *name = NULL; local
48 name = "DTRACEFLT_BADADDR";
51 name = "DTRACEFLT_BADALIGN";
54 name = "DTRACEFLT_ILLOP";
57 name = "DTRACEFLT_DIVZERO";
60 name = "DTRACEFLT_NOSCRATCH";
63 name = "DTRACEFLT_KPRIV";
66 name = "DTRACEFLT_UPRIV"
    [all...]
  /netvirt/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rpcprint.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
56 char *name; local
95 name = nameof_prog(prog);
96 if (*name == '?' || strcmp(name, "transient") == 0)
99 name, local
snoop_tftp.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 char *name, *mode; local
57 name = (char *)&tftp->th_stuff;
58 mode = name + (strlen(name) + 1);
60 "TFTP Read \"%s\" (%s)", name, mode); local
63 name = (char *)&tftp->th_stuff;
64 mode = name + (strlen(name) + 1);
66 "TFTP Write \"%s\" (%s)", name, mode) local
    [all...]
  /netvirt/usr/src/cmd/fmli/oh/
pathott.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
44 register char *name; local
61 if ((entry = name_to_ott(name = filename(path))) == NULL &&
62 (entry = dname_to_ott(name)) == NULL) {
64 * Backedup the changes to test the valid fmli name
67 if ( strncmp("Text", name, 4) == 0 ||
68 strncmp("Menu", name, 4) == 0 ||
69 strncmp("Form", name, 4) == 0 ) */
71 mess_temp(nstrcat("Could not access ", name, NULL));
  /netvirt/usr/src/cmd/geniconvtbl/
maptype.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 char *name; member in struct:__anon542
  /netvirt/usr/src/cmd/logname/
logname.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
42 char *name; local
50 if ((name = getlogin()) == NULL)
52 (void) puts(name);
  /netvirt/usr/src/cmd/lp/cmd/lpadmin/
default.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
47 char *name; local
49 if ((name = getdefault()))
50 return (name);
59 void newdflt (name)
60 char *name;
63 if (name && *name && !STREQU(name, NAME_NONE)) {
64 if (putdefault(name) == -1)
    [all...]
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/Handlers/demo/
Descriptions.pm 6 my %name;
8 sub name { subroutine
9 return $name{$_[2]}||*{$_[1]}{NAME};
12 sub UNIVERSAL::Name :ATTR {
13 $name{$_[2]} = $_[4];
17 print STDERR "Purpose of ", &name, " is $_[4]\n";
21 print STDERR &name, " measured in $_[4]\n";
  /netvirt/usr/src/cmd/pwd/
pwd.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
43 char name[PATH_MAX+1]; variable
48 if (getcwd(name, PATH_MAX + 1) != NULL) {
51 length = strlen(name);
52 name[length] = '\n';
53 (void) write(1, name, length + 1);
  /netvirt/usr/src/lib/libast/common/include/
namval.h 27 * common name-value struct support
35 char* name; member in struct:__anon2399
  /netvirt/usr/src/tools/protocmp/
stdusers.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
37 const char *name; member in struct:stdlist
  /netvirt/usr/src/cmd/lp/include/
class.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 char *name; /* name of class (redundant) */ member in struct:CLASS
  /netvirt/usr/src/cmd/lp/lib/requests/
anyrequests.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
48 char * name; local
57 while ((name = next_dir(Lp_Requests, &lastdir))) {
64 if (!(subdir = makepath(Lp_Requests, name, (char *)0)))
  /netvirt/usr/src/cmd/mdb/tools/common/
findscn.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 char *name; local
49 (name = elf_strptr(elf, ehdr.e_shstrndx,
53 if (strcmp(name, tofind) == 0)
  /netvirt/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/LangTags/
List.pm 6 use vars qw(%Name %Is_Disrec $Debug $VERSION);
15 my($disrec,$tag,$name);
20 } elsif( ($disrec, $tag, $name) =
23 $name =~ s/\s*[;\.]*\s*$//g;
24 next unless $name;
26 print "<$tag> <$name>\n" if $Debug;
27 $last_name = $Name{$tag} = $name;
30 $Name{$1} = "$last_name (old tag)" if $last_name;
38 sub name { subroutine
    [all...]
  /netvirt/usr/src/lib/libast/amd64/include/ast/
namval.h 29 * common name-value struct support
44 char* name; member in struct:__anon2366
  /netvirt/usr/src/lib/libast/i386/include/ast/
namval.h 29 * common name-value struct support
44 char* name; member in struct:__anon2462
  /netvirt/usr/src/lib/libast/sparc/include/ast/
namval.h 29 * common name-value struct support
44 char* name; member in struct:__anon2482
  /netvirt/usr/src/lib/libast/sparcv9/include/ast/
namval.h 29 * common name-value struct support
44 char* name; member in struct:__anon2502
  /netvirt/usr/src/lib/libc/port/gen/
gethostid.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
47 char name[HOSTIDLEN+1], *end; local
50 if (sysinfo(SI_HW_SERIAL, name, HOSTIDLEN) == -1)
52 hostid = strtoul(name, &end, 10);
53 if (end == name)
  /netvirt/usr/src/psm/promif/ieee1275/common/
prom_stdin.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
39 static char *name = "stdin"; local
44 if (prom_getproplen(prom_chosennode(), name) !=
51 (void) prom_getprop(prom_chosennode(), name, local
prom_stdout.c 18 * information: Portions Copyright [yyyy] [name of copyright owner]
39 static char *name = "stdout"; local
44 if (prom_getproplen(prom_chosennode(), name) !=
48 (void) prom_getprop(prom_chosennode(), name, local
  /netvirt/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/lib/
dd_misc.h 18 * information: Portions Copyright [yyyy] [name of copyright owner]
46 char name[IFNAMSIZ]; member in struct:ip_interface

Completed in 1020 milliseconds

1 2 3 4 5 6 7 8 91011>>