Searched refs:name (Results 251 - 275 of 4837) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_PS1_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/libsaveargs/tests/testmatch/
H A Dtestmatch.c20 #define DEF_TEST(name) \
21 extern uint8_t name[]; \
22 extern int name##_end
24 #define SIZE_OF(name) ((caddr_t)&name##_end - (caddr_t)&name)
26 #define TEST_GOOD(name, argc) \
27 if (saveargs_has_args(name, SIZE_OF(name), argc, 0) == \
29 printf("Pass: %s\n", #name); \
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A Dfru_SC_data.info18 * 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_PSU0_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...]
H A Dfru_PSU1_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...]
H A Dfru_PSU2_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...]
H A Dfru_PSU3_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...]
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...]
H A Dfru_PS1_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...]
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3_debug.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
87 char *name,
90 char *name,
93 char *name,
96 char *name,
110 char *name,
113 char *name,
116 char *name,
120 char *name,
125 char *name,
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtgid.c27 * cached gid number -> name
52 char name[1]; member in struct:Id_s
56 * return gid name given gid number
63 register char* name; local
77 return ip->name;
80 name = gr->gr_name;
82 if (streq(name, "Administrators"))
83 name = "sys";
87 name = "sys";
90 name
[all...]
H A Dfmtuid.c27 * uid number -> name
52 char name[1]; member in struct:Id_s
56 * return uid name given uid number
63 register char* name; local
77 return ip->name;
80 name = pw->pw_name;
82 if (streq(name, "Administrator"))
83 name = "root";
87 name = "root";
90 name
[all...]
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dbootprop.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
80 char *name; member in struct:bplist
88 "mfg-name", &mfg_name, 0,
89 "impl-arch-name", &impl_arch_name, 0,
94 "default-name", &kernname, 0,
117 bgetproplen(struct bootops *bop, char *name) argument
124 if (strequal(name, "memory-update"))
127 for (p = (struct bplist *)bprop_tab; p->name != (char *)0; p++) {
130 if ((strequal(name, "virt-avail") && strequal(name,
167 bgetprop(struct bootops *bop, char *name, void *buf) argument
[all...]
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dgetportproto.c9 int getportproto(name, proto)
10 char *name;
16 if (ISDIGIT(*name)) {
20 for (s = name; *s != '\0'; s++)
24 number = atoi(name);
31 s = getservbyname(name, p ? p->p_name : NULL);
/illumos-gate/usr/src/uts/sun/io/
H A Dzs.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="zs" parent="obio" on_cpu=0x2f
30 name="zs" parent="obio" on_cpu=0x2f
35 name="zs" parent="obio" on_cpu=0x23
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_PS0_data.info17 * 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...]
H A Dfru_PS1_data.info17 * 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...]
H A Dfru_PS2_data.info17 * 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...]
H A Dfru_PS3_data.info17 * 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...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dfru_PS1_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...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmetasplitname.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
30 * split and splice name
36 splitname(char *name, md_splitname *spn) argument
43 lastslash = strrchr(name, '/');
45 prefixlen = lastslash - name;
46 suffixlen = (strlen(name) - prefixlen) - 1; /* slash dropped */
49 suffixlen = strlen(name);
67 (void) memcpy(SPN_PREFIX(spn).pre_data, name, prefixlen);
76 char *name; local
83 name
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dnlist.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
33 * nlist - retreive attributes from name list (string table version)
37 nlist(char *name, struct nlist *list) argument
41 fd = open(name, O_RDONLY, 0);
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
30 name="audio" parent="pseudo" instance=0;
/illumos-gate/usr/src/uts/common/io/comstar/port/pppt/
H A Dpppt.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 name="pppt" parent="/pseudo";
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.conf16 # information: Portions Copyright [yyyy] [name of copyright owner]
25 name="scsi_vhci" class="root";
51 # "failover-module-name", which begins with "f_" (like "f_asym_sun"). The
52 # "failover-module-name" is also used in the override mechanism below.
81 # the failover module by "failover-module-name". If you want to disable
82 # scsi_vhci support for a device, use the special failover-module-name "NONE".
83 # Currently, for each failover-module-name in 'scsi-vhci-failover-override'
85 # "misc/scsi_vhci/scsi_vhci_<failover-module-name>" in 'ddi-forceload' above.
88 # "012345670123456789012345", "failover-module-name" or "NONE"

Completed in 1858 milliseconds

<<11121314151617181920>>