Searched refs:name (Results 226 - 250 of 4837) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_SC_data.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
33 * name:<namepath> -- gives the anchor node
39 * NODE <name> <class>
43 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
45 * REFPROP <name> <dstnode>
47 * REFNODE <name> <class> with <destnode> -- Associates a new node
50 * <name> is the nodename
52 * <destnode> is name:<namepath> or _class:<classpath>
54 * If "name:" or "_class:" is not specified in the <path>,
55 * the default is "name
[all...]
H A Dfru_PS0_data.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
38 * name:<namepath> -- gives the anchor node
44 * NODE <name> <class>
48 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
50 * REFPROP <name> <dstnode>
52 * REFNODE <name> <class> with <destnode> -- Associates a new node
55 * <name> is the nodename
57 * <destnode> is name:<namepath> or _class:<classpath>
59 * If "name:" or "_class:" is not specified in the <path>,
60 * the default is "name
[all...]
/illumos-gate/usr/src/lib/libc/sparc/inc/
H A DSYS.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
72 #define __SYSTRAP(name) \
74 mov SYS_/**/name, %g1; \
77 #define SYSTRAP_RVAL1(name) __SYSTRAP(name)
78 #define SYSTRAP_RVAL2(name) __SYSTRAP(name)
79 #define SYSTRAP_2RVALS(name) __SYSTRAP(name)
80 #define SYSTRAP_64RVAL(name) __SYSTRA
[all...]
/illumos-gate/usr/src/lib/fm/topo/maps/SUNW,Sun-Fire-X4540/
H A DSun-Fire-X4540-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/libdll/common/
H A Ddlllook.c34 dlllook(void* dll, const char* name) argument
39 if (!(addr = dlsym(dll, name)) && strlen(name) < (sizeof(buf) - 2))
42 strcpy(buf + 1, name);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dcname.h17 * 4. Neither the name of the University nor the names of its contributors
34 /* character-name table */
36 char *name; member in struct:cname
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Djson_06_nested.ksh24 "name":"Roger","age":35\
28 "name":"Stephen","age":27},\
30 "name":"Roberta","age":43,"pet":{\
31 "name":"Mister Bumberscratch",\
46 add_string "name" "Roger";
52 add_string "name" "Stephen";
56 add_string "name" "Roberta";
59 add_string "name" "Mister Bumberscratch";
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_namval.h27 * common name-value struct support
35 char* name; member in struct:__anon2603
/illumos-gate/usr/src/lib/libast/common/include/
H A Dnamval.h27 * common name-value struct support
35 char* name; member in struct:__anon2631
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_namval.h27 * common name-value struct support
35 char* name; member in struct:__anon2703
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_namval.h27 * common name-value struct support
35 char* name; member in struct:__anon2725
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_namval.h27 * common name-value struct support
35 char* name; member in struct:__anon2747
/illumos-gate/usr/src/uts/intel/io/fibre-channel/impl/
H A Dfp.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
29 name="fp" class="fibre-channel" port=0;
30 name="fp" class="fibre-channel" port=1;
78 # name="fp" parent="/pci@8,600000/SUNW,qlc@4" port=0 mpxio-disable="yes";
/illumos-gate/usr/src/uts/sparc/io/fibre-channel/impl/
H A Dfp.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
29 name="fp" class="fibre-channel" port=0;
30 name="fp" class="fibre-channel" port=1;
78 # name="fp" parent="/pci@8,600000/SUNW,qlc@4" port=0 mpxio-disable="yes";
/illumos-gate/usr/src/cmd/lp/lib/class/
H A Dfreeclass.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
54 syslog(LOG_DEBUG, "freeclass(%s)", clsbufp->name ? clsbufp->name : "");
55 if (clsbufp->name)
56 Free (clsbufp->name);
H A Dputclass.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
47 putclass(char *name, CLASS *clsbufp) argument
52 if (!name || !*name) {
57 if (STREQU(NAME_ALL, name)) {
66 if (!(file = getclassfile(name)))
/illumos-gate/usr/src/lib/libresolv/
H A Dres_sethost.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
63 res_sethostfile(name)
64 char *name;
67 name = name;
/illumos-gate/usr/src/lib/pkcs11/include/
H A Dpkcs11.h84 * 2. CK_DEFINE_FUNCTION(returnType, name): A macro which makes
86 * return type and a function name. It should be used in the
100 * #define CK_DEFINE_FUNCTION(returnType, name) \
101 * returnType __declspec(dllexport) name
107 * #define CK_DEFINE_FUNCTION(returnType, name) \
108 * returnType __export _far _pascal name
112 * #define CK_DEFINE_FUNCTION(returnType, name) \
113 * returnType name
116 * 3. CK_DECLARE_FUNCTION(returnType, name): A macro which makes
118 * return type and a function name
[all...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/rds/
H A Drdsib_debug.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
90 char *name,
93 char *name,
96 char *name,
99 char *name,
113 char *name,
116 char *name,
119 char *name,
/illumos-gate/usr/src/lib/libc/sparcv9/inc/
H A DSYS.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
70 #define __SYSTRAP(name) \
72 mov SYS_/**/name, %g1; \
75 #define SYSTRAP_RVAL1(name) __SYSTRAP(name)
76 #define SYSTRAP_RVAL2(name) __SYSTRAP(name)
77 #define SYSTRAP_2RVALS(name) __SYSTRAP(name)
78 #define SYSTRAP_64RVAL(name) __SYSTRA
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_svm_util.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
50 extern int get_next_volume_name(char **name,
52 extern int get_next_hsp_name(char **name);
55 extern int reserve_volume_name(char *name);
56 extern int reserve_hsp_name(char *name);
58 extern void release_volume_name(char *name);
59 extern void release_hsp_name(char *name);
61 extern boolean_t is_volume_name_valid(char *name);
62 extern boolean_t is_hsp_name_valid(char *name);
64 extern boolean_t is_volume_name_in_range(char *name);
[all...]
H A Dlayout_device_cache.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 * list of attributes and its device name. The caches are used to
47 * descriptor->name - which maps a dm_descriptor_t handle to
48 * the associated device's name
50 * name->attributes - which maps a device name to an nvlist_t
54 * descriptor->name->attributes.
56 * The attributes are accessed by device name because the it is the
68 * devices by display (CTD or DID) name or alias was a significant
69 * bottleneck. A mapping from display name t
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_getenv.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
56 __m_getenv(char const *name) { argument
57 return getenv(name);
72 __m_getenv(char const *name) { argument
74 int len = strlen(name);
79 if (strncmp(name, s, len) == 0 && s[len] == '=') {
/illumos-gate/usr/src/cmd/pwd/
H A Dpwd.c18 * 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);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dfru_PS0_data.info18 * information: Portions Copyright [yyyy] [name of copyright owner]
36 * name:<namepath> -- gives the anchor node
42 * NODE <name> <class>
46 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
48 * REFPROP <name> <dstnode>
50 * REFNODE <name> <class> with <destnode> -- Associates a new node
53 * <name> is the nodename
55 * <destnode> is name:<namepath> or _class:<classpath>
57 * If "name:" or "_class:" is not specified in the <path>,
58 * the default is "name
[all...]

Completed in 181 milliseconds

1234567891011>>