Searched refs:name (Results 201 - 225 of 4837) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Ddebug.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
44 #define DEBUG_LOC(name) printf("Location: %s\n",name); fflush(stdout)
47 #define NO_DEBUG_LOC(name)
52 #define DEBUG_LOC(name)
55 #define NO_DEBUG_LOC(name)
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Netra-X4200-M2/
H A DNetra-X4200-M2-disk-hc-topology.xmlgen18 # information: Portions Copyright [yyyy] [name of copyright owner]
31 <topology name='disk' scheme='hc'>
32 <range name='bay' min='0' max='3'>
44 <propgroup name='protocol' version='1' name-stability='Private'
46 <propval name='label' type='string' value='$bay_label$bay' />
48 <propgroup name='io' version='1' name-stability='Private'
50 <propval name='ap-path' type='string' value='/devices$hpath$apoint' />
52 <propgroup name
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-M2/
H A DSun-Fire-X4200-M2-disk-hc-topology.xmlgen18 # information: Portions Copyright [yyyy] [name of copyright owner]
32 <topology name='disk' scheme='hc'>
33 <range name='bay' min='0' max='3'>
45 <propgroup name='protocol' version='1' name-stability='Private'
47 <propval name='label' type='string' value='$bay_label$bay' />
49 <propgroup name='io' version='1' name-stability='Private'
51 <propval name='ap-path' type='string' value='/devices$hpath$apoint' />
53 <propgroup name
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4200-Server/
H A DSun-Fire-X4200-Server-disk-hc-topology.xmlgen18 # information: Portions Copyright [yyyy] [name of copyright owner]
32 <topology name='disk' scheme='hc'>
33 <range name='bay' min='0' max='3'>
45 <propgroup name='protocol' version='1' name-stability='Private'
47 <propval name='label' type='string' value='$bay_label$bay' />
49 <propgroup name='io' version='1' name-stability='Private'
51 <propval name='ap-path' type='string' value='/devices$hpath$apoint' />
53 <propgroup name
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4600-M2/
H A DSun-Fire-X4600-M2-disk-hc-topology.xmlgen18 # information: Portions Copyright [yyyy] [name of copyright owner]
31 <topology name='disk' scheme='hc'>
32 <range name='bay' min='0' max='3'>
44 <propgroup name='protocol' version='1' name-stability='Private'
46 <propval name='label' type='string' value='$bay_label$bay' />
48 <propgroup name='io' version='1' name-stability='Private'
50 <propval name='ap-path' type='string' value='/devices$hpath$apoint' />
52 <propgroup name
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4500/
H A DSun-Fire-X4500-disk-hc-topology.xmlgen18 # information: Portions Copyright [yyyy] [name of copyright owner]
32 my $name = shift;
55 printf " <propgroup name='%s-properties' version='1' " .
56 "name-stability='Private' data-stability='Private' >\n", $name;
57 printf " <propval name='fru-update-action' type='string' " .
61 printf " <propval name='indicator-name-%d' " .
63 printf " <propval name='indicator-action-%d' " .
69 printf " <propval name
[all...]
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dexecl.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
35 * execl(name, arg0, arg1, ..., argn, (char *)0)
39 execl(char *name, ...) argument
45 va_start(args, name);
46 r = execve(name, (char **)args, environ);
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dportnum.c16 * find the port number given by the name, either from getservbyname() or
19 int portnum(name, proto, port, linenum)
20 char *name, *proto;
28 if (ISDIGIT(*name)) {
29 if (ratoi(name, &i, 0, USHRT_MAX)) {
33 fprintf(stderr, "%d: unknown port \"%s\"\n", linenum, name);
37 sp = getservbyname(name, proto);
42 fprintf(stderr, "%d: unknown service \"%s\".\n", linenum, name);
45 sp = getservbyname(name, "tcp");
48 sp2 = getservbyname(name, "ud
[all...]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dgetfilter.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
43 char * name
46 getfilter (name)
47 char *name;
55 if (!name || !*name) {
67 if (STREQU(NAME_ALL, name))
69 if (!(++pf)->name)
74 pf = search_filter(name);
76 if (!pf || !pf->name) {
[all...]
H A Ddelfilter.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
43 char * name
46 delfilter (name)
47 char *name;
53 if (!name || !*name) {
58 if (STREQU(NAME_ALL, name)) {
70 if (!(pf = search_filter(name))) {
76 for (; pf->name; pf++)
88 /* filters[nfilters].name
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DProperty.java18 * information: Portions Copyright [yyyy] [name of copyright owner]
41 * Get a property with the supplied name.
43 * @param name The name of the property to be retrieved.
46 public boolean getBoolProperty(String name) throws PoolsException; argument
49 * Get a property with the supplied name.
51 * @param name The name of the property to be retrieved.
54 public double getDoubleProperty(String name) throws PoolsException; argument
57 * Get a property with the supplied name
62 getLongProperty(String name) argument
70 getStringProperty(String name) argument
79 putProperty(String name, Value value) argument
87 rmProperty(String name) argument
[all...]
/illumos-gate/usr/src/tools/protocmp/
H A Dstdusers.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
86 stdfind(const char *name, const struct stdlist *list) argument
88 while (list->name != NULL) {
89 if (strcmp(name, list->name) == 0)
99 while (list->name != NULL) {
101 return (list->name);
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dunlink.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
34 unlinkat(int fd, const char *name, int flags) argument
36 return (syscall(SYS_unlinkat, fd, name, flags));
41 unlink(const char *name) argument
44 return (syscall(SYS_unlink, name));
46 return (unlinkat(AT_FDCWD, name, 0));
52 rmdir(const char *name) argument
55 return (syscall(SYS_rmdir, name));
57 return (unlinkat(AT_FDCWD, name, AT_REMOVEDIR));
/illumos-gate/usr/src/cmd/mail/
H A Dadd_recip.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
37 int add_recip(reciplist *plist, char *name, int checkdups)
38 void madd_recip(reciplist *plist, char *name, int checkdups)
41 add_recip() adds the name to the recipient linked list.
43 the name is not in the list.
46 space. Each name is split off and passed to add_recips.
52 add_recip(reciplist *plist, char *name, int checkdups) argument
58 if ((name == (char *)NULL) || (*name == '\0')) {
59 Tout(pn, "translation to NULL name ignore
103 char *name; local
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsctl.conf16 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="nsctl" parent="pseudo" instance=0;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="dprov" parent="pseudo" instance=0;
/illumos-gate/usr/src/uts/i86pc/io/xsvc/
H A Dxsvc.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
33 name="xsvc" class="root" reg=0x0,0,0xffffffff;
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Drdsv3.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
24 name="rdsv3" parent="ib" unit-address="0";
/illumos-gate/usr/src/uts/common/io/
H A Dpool.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="pool" parent="pseudo" instance=0;
H A Dpower.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="power" parent="pseudo" instance=0 button=1 ddi-forceattach=1;
/illumos-gate/usr/src/uts/sun4u/excalibur/io/
H A Dxcalppm.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="xcalppm" parent="ebus";
/illumos-gate/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
30 name="ntwdt" parent="pseudo" instance=0;
/illumos-gate/usr/src/uts/sun/io/dada/targets/
H A Ddad.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
26 name="dad" class="dada" type="ata" class_prop="ata"
28 name="dad" class="dada" type="ata" class_prop="ata"
30 name="dad" class="dada" type="ata" class_prop="ata"
32 name="dad" class="dada" type="ata" class_prop="ata"
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Ddelprinter.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
55 char * name
58 delprinter (name)
59 char *name;
65 if (!name || !*name) {
76 if (STREQU(NAME_ALL, name)) {
78 while ((name = next_dir(Lp_A_Printers, &lastdir)))
79 if (_delprinter(name) == -1)
83 return (_delprinter(name));
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_attr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
39 const char *name; local
42 name = "INTERNAL";
45 name = "PRIVATE";
48 name = "OBSOLETE";
51 name = "EXTERNAL";
54 name = "UNSTABLE";
57 name = "EVOLVING";
60 name = "STABLE";
63 name
75 const char *name; local
107 const char *name; local
[all...]

Completed in 2995 milliseconds

1234567891011>>