Searched refs:name (Results 426 - 450 of 4837) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/picl/plugins/sun4u/sebring/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...]
/illumos-gate/usr/src/lib/nsswitch/compat/common/
H A Dgetuserattr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
39 p->name = NSS_DBNAM_USERATTR;
49 return (user->name);
56 const char *name = argp->key.name; local
60 "\n[getuserattr.c: check_name %s with %s]\n", user->name, name);
63 if (strcmp(user->name, name) == 0) {
/illumos-gate/usr/src/lib/pam_modules/sample/
H A Dsample_acct_mgmt.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
74 * description of problem: user name is the "destination" name. not
75 * the current name. The allow policy needs to be applied to the
76 * current name in the case of su. user is "root" in this case and
111 char name[256]; local
117 cp = getname(cp, name);
119 if (*name == '\0')
121 if (strcmp(who, name) == 0)
128 getname(char *cp, char *name) argument
[all...]
/illumos-gate/usr/src/lib/print/libpapi-common/common/
H A Dlibrary.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
96 papiLibrarySupportedCall(const char *name) argument
101 if (strcmp(name, calls[i]) == 0)
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/
H A Dlibrary.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
81 papiLibrarySupportedCall(char *name) argument
86 if (strcmp(name, calls[i]) == 0)
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_ident.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
38 * domain name (com.sun).
60 return (0); /* name is empty */
93 uu_check_name(const char *name, uint_t flags) argument
95 const char *end = name + strlen(name);
104 if (!is_valid_component(name, end, flags))
109 while ((p = strchr(name, '/')) != NULL) {
110 if (!is_valid_component(name, p - 1, flags))
112 name
[all...]
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_sysconf.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 _tx_sysconf(int name, int api_semantics) argument
43 if (name != _SC_T_IOV_MAX) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dgetdname.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
40 * Gets and sets the domain name of the system
46 getdomainname(char *name, int namelen) argument
50 sysinfostatus = sysinfo(SI_SRPC_DOMAIN, name, namelen);
/illumos-gate/usr/src/lib/libbc/libc/gen/4.2/
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
42 fd = open(name, O_RDONLY, 0);
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dbind.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
37 bind(int s, struct sockaddr *name, int namelen) argument
40 if ((a = _so_bind(s, name, namelen, SOV_SOCKBSD)) != 0) {
H A Dconnect.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
39 connect(int s, struct sockaddr *name, int namelen) argument
43 if ((a = _connect(s, name, namelen)) == -1)
H A Dgetpeername.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
34 getpeername(int s, struct sockaddr *name, int *namelen) argument
37 if ((a = _getpeername(s, name, namelen)) == -1)
H A Dgetsockname.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
34 getsockname(int s, struct sockaddr *name, int *namelen) argument
37 if ((a = _getsockname(s, name, namelen)) == -1)
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dchown.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
36 fchownat(int fd, const char *name, uid_t uid, gid_t gid, int flags) argument
38 return (syscall(SYS_fchownat, fd, name, uid, gid, flags));
43 chown(const char *name, uid_t uid, gid_t gid) argument
46 return (syscall(SYS_chown, name, uid, gid));
48 return (fchownat(AT_FDCWD, name, uid, gid, 0));
54 lchown(const char *name, uid_t uid, gid_t gid) argument
57 return (syscall(SYS_lchown, name, uid, gid));
59 return (fchownat(AT_FDCWD, name, uid, gid, AT_SYMLINK_NOFOLLOW));
H A Drctlsys.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
38 getrctl(const char *name, rctlblk_t *old_rblk, rctlblk_t *new_rblk, argument
42 0, name, old_rblk, new_rblk, 0, flags));
46 setrctl(const char *name, rctlblk_t *old_rblk, rctlblk_t *new_rblk, argument
50 1, name, old_rblk, new_rblk, 0, flags));
68 rctlctl(const char *name, rctlblk_t *rblk, int flags) argument
70 return (syscall(SYS_rctlsys, 3, name, rblk, NULL, 0, flags));
74 setprojrctl(const char *name, rctlblk_t *new_rblk, size_t size, int flags) argument
77 4, name, NULL, new_rblk, size, flags));
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Derrmsg.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
63 warningmsg(int what, char *name) argument
67 (void) fprintf(stderr, "%s name too long.\n", name);
71 (void) fprintf(stderr, "%s name should be all lower case"
72 " or numeric.\n", name);
76 (void) fprintf(stderr, "%s name should be all lower case"
77 " or numeric.\n", name);
81 (void) fprintf(stderr, "%s name should be all alphanumeric,"
82 " '-', '_', or '.'\n", name);
[all...]
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_usage.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
223 * Print program name when %s is in the text.
226 usage(char *name) argument
232 (void) printf(pcitool_usage_intr[i], name);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/blade/frudata/
H A Dlibpiclfrudata.conf18 # information: Portions Copyright [yyyy] [name of copyright owner]
33 name:/platform/pci/isa/bscbus/i2c/motherboard-fru
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/boston/frudr/
H A Dfru_FT0_data.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
35 * name:<namepath> -- gives the anchor node
41 * NODE <name> <class>
45 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
47 * REFPROP <name> <dstnode>
49 * REFNODE <name> <class> with <destnode> -- Associates a new node
52 * <name> is the nodename
54 * <destnode> is name:<namepath> or _class:<classpath>
56 * If "name:" or "_class:" is not specified in the <path>,
57 * the default is "name
[all...]
H A Dfru_FT1_data.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
35 * name:<namepath> -- gives the anchor node
41 * NODE <name> <class>
45 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
47 * REFPROP <name> <dstnode>
49 * REFNODE <name> <class> with <destnode> -- Associates a new node
52 * <name> is the nodename
54 * <destnode> is name:<namepath> or _class:<classpath>
56 * If "name:" or "_class:" is not specified in the <path>,
57 * the default is "name
[all...]
H A Dfru_FT2_data.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
35 * name:<namepath> -- gives the anchor node
41 * NODE <name> <class>
45 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
47 * REFPROP <name> <dstnode>
49 * REFNODE <name> <class> with <destnode> -- Associates a new node
52 * <name> is the nodename
54 * <destnode> is name:<namepath> or _class:<classpath>
56 * If "name:" or "_class:" is not specified in the <path>,
57 * the default is "name
[all...]
H A Dfru_FT3_data.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
35 * name:<namepath> -- gives the anchor node
41 * NODE <name> <class>
45 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
47 * REFPROP <name> <dstnode>
49 * REFNODE <name> <class> with <destnode> -- Associates a new node
52 * <name> is the nodename
54 * <destnode> is name:<namepath> or _class:<classpath>
56 * If "name:" or "_class:" is not specified in the <path>,
57 * the default is "name
[all...]
H A Dfru_FT4_data.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
35 * name:<namepath> -- gives the anchor node
41 * NODE <name> <class>
45 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
47 * REFPROP <name> <dstnode>
49 * REFNODE <name> <class> with <destnode> -- Associates a new node
52 * <name> is the nodename
54 * <destnode> is name:<namepath> or _class:<classpath>
56 * If "name:" or "_class:" is not specified in the <path>,
57 * the default is "name
[all...]
H A Dfru_FT5_data.info17 * information: Portions Copyright [yyyy] [name of copyright owner]
35 * name:<namepath> -- gives the anchor node
41 * NODE <name> <class>
45 * PROP <name> <type> <access_mode> [<size> <value>] -- per property
47 * REFPROP <name> <dstnode>
49 * REFNODE <name> <class> with <destnode> -- Associates a new node
52 * <name> is the nodename
54 * <destnode> is name:<namepath> or _class:<classpath>
56 * If "name:" or "_class:" is not specified in the <path>,
57 * the default is "name
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudata/
H A Dlibpiclfrudata.conf17 # information: Portions Copyright [yyyy] [name of copyright owner]
35 name:/platform/i2c@1f,530000/pdb-fru-prom@0,32
38 name:/platform/i2c@1f,530000/motherboard-fru-prom@0,a2
41 name:/platform/i2c@1f,530000/dimm-spd?UnitAddress=0,e0
44 name:/platform/i2c@1f,530000/dimm-spd?UnitAddress=0,e2
47 name:/platform/i2c@1f,530000/dimm-spd?UnitAddress=0,e4
50 name:/platform/i2c@1f,530000/dimm-spd?UnitAddress=0,e6
53 name:/platform/i2c@1f,530000/dimm-spd?UnitAddress=0,e8
56 name:/platform/i2c@1f,530000/dimm-spd?UnitAddress=0,ea
59 name
[all...]

Completed in 128 milliseconds

<<11121314151617181920>>