Searched refs:name (Results 401 - 425 of 4837) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_HDD4_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_HDD5_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_HDD6_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_HDD7_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/dtrace/test/tst/
H A DMakefile.com17 # information: Portions Copyright [yyyy] [name of copyright owner]
37 CSRCS :sh= find . -name SCCS -prune -o -name *.c -print | cut -b3-
38 SSRCS :sh= find . -name SCCS -prune -o -name *.s -print | cut -b3-
39 DSRCS :sh= find . -name SCCS -prune -o -name *.d -print | cut -b3-
41 TSTS :sh= find . -name tst.*.d -o -name err.*.d -o \
42 -name ts
[all...]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
40 /* name/value pair not found */
56 boolean_t nvf_node_name_set(char *id, char *name);
57 boolean_t nvf_node_name_get(char *id, char *name, uint_t nsize);
58 boolean_t nvf_node_data_set(char *name, void *data, uint_t dsize);
59 iscsi_nvfile_status_t nvf_node_data_get(char *name, void *data, uint_t dsize);
60 boolean_t nvf_node_data_clear(char *name);
61 boolean_t nvf_data_set(char *id, char *name, void *data, uint_t dsize);
62 boolean_t nvf_data_get(char *id, char *name, void *data, uint_t dsize);
63 boolean_t nvf_data_next(char *id, void **v, char *name,
[all...]
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Dgetform.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
50 getform(char *name, FORM *formp, FALERT *alertp, FILE **align_fp) argument
59 if (!name || !*name) {
68 if (STREQU(NAME_ALL, name)) {
69 if (!(name = next_dir(Lp_A_Forms, &lastdir)))
79 path = getformfile(name, DESCRIBE);
88 if (rdform(name, formp, fd, 0, (int *)0) == -1) {
100 FALERT * pa = getalert(Lp_A_Forms, name);
135 path = getformfile(name, ALIGN_PTR
[all...]
H A Dputform.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
49 putform(char *name, FORM *formp, FALERT *alertp, FILE **p_align_fp) argument
58 if (!name || !*name) {
63 if (STREQU(NAME_ALL, name)) {
72 if (!(path = getformfile(name, (char *)0)))
91 if (!(path = getformfile(name, DESCRIBE)))
99 if (wrform(name, formp, fd, 0, (int *)0) == -1) {
112 && putalert(Lp_A_Forms, name, alertp) == -1
128 if (!(path = getformfile(name, ALIGN_PTR
[all...]
/illumos-gate/usr/src/boot/sys/sys/
H A Dexec.h18 * 4. Neither the name of the University nor the names of its contributors
90 * note: name##_mod cannot be const storage because the
97 #define EXEC_SET(name, execsw_arg) \
98 static int __CONCAT(name,_modevent)(module_t mod, int type, \
105 /* printf(#name " module loaded\n"); */ \
108 printf(__XSTRING(name) "register failed\n"); \
111 /* printf(#name " module unloaded\n"); */ \
114 printf(__XSTRING(name) " unregister failed\n");\
122 static moduledata_t __CONCAT(name,_mod) = { \
123 __XSTRING(name), \
[all...]
/illumos-gate/usr/src/lib/libshell/common/features/
H A Dmath.sh52 while read type args name aka comment
54 [fi]) names="$names $name"
55 tests="$tests,$name"
57 1) tests="$tests,${name}l" ;;
59 eval TYPE_$name=$type ARGS_$name=$args AKA_$name=$aka
68 for name in $names
69 do eval x='$'_lib_${name}l y='$'_lib_${name}
[all...]
/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
37 * Network name modification routines.
44 static char *arpafix(char name[], char from[]);
46 static char *makeremote(char name[], char from[]);
47 static int mstash(char name[], int attnet);
54 static struct xtrahash *xlocate(char name[]);
60 static void optim(char net[], char name[]);
61 static void optim1(char netstr[], char name[]);
62 static int optimex(char net[], char name[]);
63 static int optimimp(char net[], char name[]);
76 netmap(char name[], char from[]) argument
194 unuucp(char *name) argument
296 arpafix(char name[], char from[]) argument
346 makeremote(char name[], char from[]) argument
425 mstash(char name[], int attnet) argument
461 xlocate(char name[]) argument
549 optim(char net[], char name[]) argument
625 optim1(char netstr[], char name[]) argument
714 optimex(char net[], char name[]) argument
741 optimimp(char net[], char name[]) argument
812 prefer(char name[]) argument
895 name(void) function
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dproc_names.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
38 const char *name; local
41 case FLTILL: name = "FLTILL"; break;
42 case FLTPRIV: name = "FLTPRIV"; break;
43 case FLTBPT: name = "FLTBPT"; break;
44 case FLTTRACE: name = "FLTTRACE"; break;
45 case FLTACCESS: name = "FLTACCESS"; break;
46 case FLTBOUNDS: name = "FLTBOUNDS"; break;
47 case FLTIOVF: name = "FLTIOVF"; break;
48 case FLTIZDIV: name
67 const char *name = rawfltname(flt); local
93 char name[SIG2STR_MAX+4]; local
384 const char *name; local
487 char name[FLT2STR_MAX], *p = buf; local
527 char name[SIG2STR_MAX], *p = buf; local
573 char name[SYS2STR_MAX], *p = buf; local
[all...]
/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_cache.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
54 * The name and attribute maps use hesarch() for faster lookup
60 * structs which map a device name to attributes. The
61 * device name is the unique device name returned from
63 * not be confused with the "display" name of the device
64 * which is typically a CTD or DID name.
67 char *name; member in struct:__anon834
74 * The name cache is maintained via a list of these structs
75 * which map a descriptor to its name
80 char *name; member in struct:__anon835
90 char *name; member in struct:__anon836
223 add_cached_descriptor( char *name, dm_descriptor_t desc) argument
286 find_cached_descriptor( char *name) argument
362 add_cached_name( dm_descriptor_t desc, char *name) argument
433 char *name = NULL; local
469 get_name( dm_descriptor_t desc, char **name) argument
605 add_cached_attributes( char *name, nvlist_t *attrs) argument
653 find_cached_attrs( char *name) argument
699 char *name = NULL; local
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dulockf.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 * make a lock file with given 'name'
45 * name - name of the lock file to make
53 mklock(char *name) argument
67 if (onelock(pid, tempfile, name) == -1) {
69 if (cklock(name))
72 if (onelock(pid, tempfile, name)) {
79 stlock(name);
92 cklock(char *name) argument
145 stlock(char *name) argument
170 rmlock(char *name) argument
196 onelock(char *pid, char *tempfile, char *name) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/bsc/
H A Dpicllom.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...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A DSB-tables.info18 * information: Portions Copyright [yyyy] [name of copyright owner]
43 name:/frutree/chassis/DVD/cdrom
47 REFPROP _cdrom_ name:/platform/pci@1e,600000/ide@d/sd@0,0
53 name:/frutree/chassis/MB/system-board
57 REFPROP _voltage-sensor_ name:RMCLOMV/mb_v_+1v5
61 REFPROP _voltage-sensor_ name:RMCLOMV/mb_v_scsi_core
65 REFPROP _voltage-sensor_ name:RMCLOMV/mb_v_vcctm
69 REFPROP _voltage-sensor_ name:RMCLOMV/mb_v_net0_1v2d
73 REFPROP _voltage-sensor_ name:RMCLOMV/mb_v_net1_1v2d
77 REFPROP _voltage-sensor_ name
[all...]
H A Dfru_FT0.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
32 * name:<namepath> -- gives the anchor node
38 * NODE <name> <class>
42 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
44 * REFPROP <name> <dstnode>
46 * REFNODE <name> <class> with <destnode> -- Associates a new node
49 * <name> is the nodename
51 * <destnode> is name:<namepath> or _class:<classpath>
53 * If "name:" or "_class:" is not specified in the <path>,
54 * the default is "name
[all...]
H A Dfru_FT2.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
32 * name:<namepath> -- gives the anchor node
38 * NODE <name> <class>
42 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
44 * REFPROP <name> <dstnode>
46 * REFNODE <name> <class> with <destnode> -- Associates a new node
49 * <name> is the nodename
51 * <destnode> is name:<namepath> or _class:<classpath>
53 * If "name:" or "_class:" is not specified in the <path>,
54 * the default is "name
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frudata/
H A Dlibpiclfrudata.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
32 name:/platform/pci@1e,600000/isa@7/i2c@0,320/motherboard-fru-prom@0,a2
35 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b6
38 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,b8
41 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ba
44 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,bc
47 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c6
50 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,c8
53 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,ca
56 name
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudata/
H A Dlibpiclfrudata.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
34 name:/platform/i2c@1f,520000/motherboard-fru-prom@0,aa
38 name:/platform/i2c@1f,520000/cpu-fru-prom?UnitAddress=0,b8
41 name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,b0
44 name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,b2
47 name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,b4
50 name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,b6
55 name:/platform/i2c@1f,520000/cpu-fru-prom?UnitAddress=0,c8
58 name:/platform/i2c@1f,520000/dimm-spd?UnitAddress=0,c0
61 name
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c18 * 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, mod local
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dstrgid.c27 * gid name -> number
59 char name[1]; member in struct:Id_s
63 * return gid number given gid/uid name
65 * -1 on first error for a given name
66 * -2 on subsequent errors for a given name
70 strgid(const char* name) argument
83 disc.key = offsetof(Id_t, name);
86 else if (ip = (Id_t*)dtmatch(dict, name))
88 if (gr = getgrnam(name))
90 else if (pw = getpwnam(name))
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dsystem-board.info18 * information: Portions Copyright [yyyy] [name of copyright owner]
43 name:/frutree/chassis/MB
55 name:/frutree/chassis/MB/system-board
57 REFPROP _seeprom_source name:/platform/pci@1e,600000/isa@7/i2c@0,320/motherboard-fru-prom@0,a2
59 name:/platform/pci@1e,600000/isa@7/i2c@0,320/motherboard-fru-prom@0,a2
65 name:/frutree/chassis/
86 name:/frutree/chassis/C0
87 REFNODE system-board fru WITH name:/platform/pci@1e,600000/isa@7/i2c@0,320/cpu-fru-prom?UnitAddress=0,be
88 name:/frutree/chassis/C0/system-board
90 REFPROP _seeprom_source name
[all...]
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_hout.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
120 storexdrfuncdecl(char *name, int pointerp) argument
126 xdrptr->name = name;
142 print_xdr_func_def(char *name, int pointerp, int i) argument
145 f_print(fout, "extern bool_t xdr_%s();\n", name);
147 f_print(fout, "extern bool_t xdr_%s(XDR *, %s%s);\n", name,
148 name, pointerp ? "*" : "");
167 char *name; local
174 name
191 char *name = def->def_name; local
204 char *name = def->def_name; local
227 pdefine(char *name, char *num) argument
233 puldefine(char *name, char *num, enum rpc_gvc which) argument
265 pfreeprocdef(char *name, char *vers, int mode) argument
410 char *name = def->def_name; local
440 char *name = def->def_name; local
484 pdeclaration(char *name, declaration *dec, int tab, char *separator) argument
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/cherrystone/frudata/
H A Dlibpiclfrudata.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
43 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a0
46 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a2
49 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a4
52 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a6
55 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,a8
58 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,aa
61 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,ac
64 name:/platform/pci?UnitAddress=9,700000/ebus/i2c?UnitAddress=1,2e/fru?UnitAddress=0,ae
69 name
[all...]

Completed in 100 milliseconds

<<11121314151617181920>>