Searched refs:name (Results 451 - 475 of 4837) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_FT6_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...]
H A Dfru_HDD0_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...]
H A Dfru_HDD1_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/cmd/audio/utilities/
H A DAudioDebug.cc18 * information: Portions Copyright [yyyy] [name of copyright owner]
64 char *name; local
69 name = cp->GetName();
73 name = cp->Audio::GetName();
82 id, str, name, code.msg());
86 name, code.msg(), str);
92 name, code.msg(), str);
99 name, str, code.msg());
107 name, str, code.msg());
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dserver_glue_v1.c29 * definitions with a different name, so they can be called from
47 kadm5_ret_t kadm5_get_policy_v1(void *server_handle, kadm5_policy_t name, argument
50 return kadm5_get_policy(server_handle, name,(kadm5_policy_ent_t) ent);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dset.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
61 set_t *set(char *name, expr_t * exprlist_p);
64 boolean_t set_match(set_t * set_p, const char *name, const char *keys);
/illumos-gate/usr/src/cmd/truss/
H A Dsystable.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
45 const char *name; /* name of system call */ member in struct:systable
56 const char *name; /* alias name of system call */ member in struct:sysalias
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
38 # legacy target name support property
41 legacy-name-enable="no";
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
28 name="bofi" parent="pseudo";
30 # The 'bofi-nexus' property specifies the name of the nexus where data accesses
31 # are intercepted. This should be the name of the parent (or ancestor) nexus of
36 # should be intercepted, or if each name is preceeded by the ! character a list
37 # of drivers not to test. If any name is not preceeded by this character then
38 # every name is assumed to be the name of a driver to test. If the property
/illumos-gate/usr/src/uts/common/sys/
H A Dva_impl.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
56 * the macro __va_start(list, name) starting the list iteration
113 #define __va_start(list, name) ((list) = (__va_list)&name)
126 #define __va_start(list, name) __builtin_va_start(list, 0)
134 #define __va_start(list, name) \
144 #define __va_start(list, name) __builtin_stdarg_start(list, name)
146 #define __va_start(list, name) __builtin_va_start(list, name)
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Dunlink.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
51 unlinkat(int fd, char *name, int flags) argument
56 if (name == NULL)
58 if ((error = fgetstartvp(fd, name, &startvp)) != 0)
63 error = vn_removeat(startvp, name, UIO_USERSPACE,
73 unlink(char *name) argument
75 return (unlinkat(AT_FDCWD, name, 0));
79 rmdir(char *name) argument
81 return (unlinkat(AT_FDCWD, name, AT_REMOVEDIR));
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dib.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
27 # The name and class property are required to indicate that IB nexus
29 name="ib" class="root";
47 # The format of "port-svc-list" is "<service name>", "<service name>", ..
48 # The format of "vppa-svc-list" is "<service name>", "<service name>", ..
49 # The format of "hca-svc-list" is "<service name>", "<service name>", ..
52 # 1. "service name" i
[all...]
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsm.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
29 name="rsm" parent="pseudo" instance=0;
/illumos-gate/usr/src/uts/intel/io/
H A Dbscv.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
37 parent="bscbus" name="bscv" instance=0;
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Ddpost.h18 * information: Portions Copyright [yyyy] [name of copyright owner]
32 * DEVNAME should be the name of a device whose font files accurately describe
43 #define DEVNAME "post" /* name of the target printer */
145 char *name; /* font name we're looking for */ member in struct:__anon797
171 * name in *devname's tables, and using the *realdev font may not be the best
175 * uses the file to fill in a Devfontmap array. Then whenever an "x font pos name"
176 * command is read mapdevfont() uses the lookup table to map name into something
183 char name[3]; /* map this font name */ member in struct:__anon798
[all...]
/illumos-gate/usr/src/cmd/lp/lib/class/
H A Dllib-llpcls18 * information: Portions Copyright [yyyy] [name of copyright owner]
36 char *name; /* name of class (redundant) */
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlibrary.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
89 papiLibrarySupportedCall(const char *name) argument
94 if (strcmp(name, calls[i]) == 0)
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dgetpentry.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
54 getpentry(char *name, int want_fld) argument
67 if (!name || !*name) {
76 isNameAll = STREQU(NAME_ALL, name);
89 if (!(name = next_dir(Lp_A_Printers, &lastdir)))
98 path = getprinterfile(name, CONFIGFILE);
101 Free(name);
116 Free(name);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frutree/
H A Dpiclfrutree.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/frudata/
H A Dlibpiclfrudata.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
33 name:/platform/pci@1e,600000/isa@7/i2c@0,320/motherboard-fru-prom
36 name:/platform/pci@1e,600000/isa@7/i2c@0,320/cpu-fru-prom?UnitAddress=0,be
39 name:/platform/pci@1e,600000/isa@7/i2c@0,320/temperature?UnitAddress=0,30
42 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,b6
45 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,b8
48 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,ba
51 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd?UnitAddress=0,bc
54 name:/platform/pci@1e,600000/isa@7/i2c@0,320/cpu-fru-prom?UnitAddress=0,ce
57 name
[all...]
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
47 * @param name The name of the value.
51 public Value(String name) throws PoolsException argument
55 setName(name);
60 * @param name The name of the value.
65 public Value(String name, long value) throws PoolsException argument
67 this(name);
73 * @param name Th
79 Value(String name, long value, boolean s) argument
92 Value(String name, String value) argument
105 Value(String name, boolean value) argument
118 Value(String name, double value) argument
190 setName(String name) argument
[all...]
/illumos-gate/usr/src/uts/common/xen/public/arch-x86/
H A Dxen.h34 #define ___DEFINE_XEN_GUEST_HANDLE(name, type) \
35 typedef struct { type *p; } __guest_handle_ ## name
37 #define ___DEFINE_XEN_GUEST_HANDLE(name, type) \
38 typedef type * __guest_handle_ ## name
41 #define __DEFINE_XEN_GUEST_HANDLE(name, type) \
42 ___DEFINE_XEN_GUEST_HANDLE(name, type); \
43 ___DEFINE_XEN_GUEST_HANDLE(const_##name, const type)
44 #define DEFINE_XEN_GUEST_HANDLE(name) __DEFINE_XEN_GUEST_HANDLE(name, name)
[all...]
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_native.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
50 * Return the appropriate native OS value for the specified native OS name.
95 const char *name; local
107 name = os_table[i].sn_name;
108 len = strlen(name);
110 if (smb_strcasecmp(name, native_os, len) == 0)
121 * LanMan name. There's an alignment problem in some packets from some
152 const char *name; local
161 name = lm_table[i].sn_name;
162 len = strlen(name);
205 const char *name; local
[all...]
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
27 * NetBIOS name resolution node types.
29 * A B-node (broadcast node) uses broadcasts for name registration
33 * A P-node (peer-to-peer node) uses a NetBIOS name server (WINS)
36 * be configured to use the NetBIOS name server because P-nodes do
40 * resolve the name via broadcast then it tries a NetBIOS name server
44 * resolve the name using a NetBIOS name server then it resorts to
192 * of the name
333 struct name_entry *name; local
622 is_multihome(char *name) argument
637 smb_netbios_getname(char *name, char *buf, char *buf_end) argument
1525 smb_name_Bnode_add_name(struct name_entry *name) argument
1569 smb_name_Bnode_find_name(struct name_entry *name) argument
1581 smb_name_Bnode_delete_name(struct name_entry *name) argument
1623 smb_name_Pnode_add_name(struct name_entry *name) argument
1663 smb_name_Pnode_refresh_name(struct name_entry *name) argument
1702 smb_name_Pnode_find_name(struct name_entry *name) argument
1718 smb_name_Pnode_delete_name(struct name_entry *name) argument
1763 smb_name_Mnode_add_name(struct name_entry *name) argument
1775 smb_name_Hnode_add_name(struct name_entry *name) argument
1786 smb_name_Mnode_find_name(struct name_entry *name) argument
1798 smb_name_Hnode_find_name(struct name_entry *name) argument
1808 smb_name_Mnode_delete_name(struct name_entry *name) argument
1822 smb_name_Hnode_delete_name(struct name_entry *name) argument
1834 struct name_entry *name; local
1914 struct name_entry *name; local
2037 struct name_entry *name; local
2071 smb_name_find_name(struct name_entry *name) argument
2098 smb_name_unlock_name(struct name_entry *name) argument
2104 smb_name_add_name(struct name_entry *name) argument
2133 smb_name_delete_name(struct name_entry *name) argument
2268 struct name_entry *name; local
2305 struct name_entry name; local
2354 struct name_entry *name; local
[all...]
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dnewitem.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
41 new_item(char *name, char *desc) argument
50 Name(item) = name;
53 if (name && *name != '\0') {
54 NameLen(item) = strlen(name);
56 free(item); /* Can't have a null name */

Completed in 99 milliseconds

<<11121314151617181920>>