Searched defs:name (Results 151 - 175 of 3188) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhostaddr.c20 * the name of M.I.T. not be used in advertising or publicity pertaining
38 krb5_os_hostaddr(krb5_context context, const char *name, krb5_address ***ret_addrs) argument
45 if (!name) {
57 r = getaddrinfo (name, 0, &hints, &ai);
60 r = getaddrinfo (name, 0, &hints, &ai);
66 name, strerror(r));
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_file.h44 char *name; member in struct:file_data
H A Drcfns.c19 * the name of M.I.T. not be used in advertising or publicity pertaining
94 krb5_rc_resolve (krb5_context context, krb5_rcache id, char *name) argument
96 return krb5_x((id)->ops->resolve,(context, id, name));
/illumos-gate/usr/src/lib/librstp/common/
H A Dstatmch.c37 void *owner, char *name)
44 this->name = (char*) strdup (name);
61 free (this->name);
102 this->name,
103 *this->owner.port->owner->name ? this->owner.port->owner->name : "Glbl",
111 this->name,
112 *this->owner.stpm->name ? this->owner.stpm->name
34 STP_state_mach_create(void (*concreteEnterState) (STATE_MACH_T*), Bool (*concreteCheckCondition) (STATE_MACH_T*), char *(*concreteGetStatName) (int), void *owner, char *name) argument
[all...]
H A Dstpmgmt.c32 STP_IN_stpm_create (int vlan_id, char* name) argument
38 stp_trace ("STP_IN_stpm_create(%s)", name);
45 this = stp_in_stpm_create (vlan_id, name, &err_code);
87 STP_IN_stpm_get_vlan_id_by_name (char* name, int* vlan_id) argument
94 if (stpm->name && ! strcmp (stpm->name, name)) {
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetauthattr.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
62 getauthnam(const char *name) argument
69 if (name == NULL) {
73 tmp = _getauthnam(name, &auth, buf, NSS_BUFLEN_AUTHATTR, &err);
96 free(auth->name);
118 newauth->name = _do_unescape(auth->name);
140 printf("name=%s\n", auth->name ? auth->name
[all...]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DCSrvTypeMsg.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
145 // Parse out the naming authority name.
165 String name,
170 if (name.length() <= 0) {
173 } else if (name.equals(Defaults.ALL_AUTHORITIES)) {
177 hdr.putString(name, baos);
164 parseNamingAuthorityOut(SLPHeaderV2 hdr, String name, ByteArrayOutputStream baos) argument
/illumos-gate/usr/src/lib/libdll/common/
H A Ddllplug.c31 * find and load lib plugin/module library name with optional version ver and dlopen() flags
34 * if name contains a directory prefix then library search is limited to the dir and siblings
38 dllplug(const char* lib, const char* name, const char* ver, int flags, char* path, size_t size) argument
48 if (dls = dllsopen(lib, name, ver))
70 if ((dll = dllopen(name, flags)) && dll && path && size)
71 strncopy(path, name, size);
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_attr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
39 const char *name; local
42 name = "INTERNAL";
45 name = "PRIVATE";
48 name = "OBSOLETE";
51 name = "EXTERNAL";
54 name = "UNSTABLE";
57 name = "EVOLVING";
60 name = "STABLE";
63 name
75 const char *name; local
107 const char *name; local
[all...]
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dbootparams_getbyname.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
41 p->name = NSS_DBNAM_BOOTPARAMS;
47 char *name, /* lookup key */
56 arg.key.name = name;
69 * NOTE: we expect the data we're passed (in instr) has had the host's name
46 bootparams_getbyname( char *name, char *linebuf, int linelen ) argument
H A Dgetservbyname_r.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
30 * uses the name service switch policy for "hosts" and "services" unless
31 * the administrator chooses to bypass the name service switch by
59 getservbyname_r(const char *name, const char *proto, struct servent *result, argument
72 nssin.arg.nss.serv.name = name;
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.h29 * Except as contained in this notice, the name of a copyright holder
87 char *name; /* The name of the symbol */ member in struct:__anon4082
H A Dpathutil.h29 * Except as contained in this notice, the name of a copyright holder
45 char *name; /* The path buffer */ member in struct:__anon4095
82 * Return non-zero if the specified path name refers to a directory.
87 * Return non-zero if the specified path name refers to a regular file.
92 * Return non-zero if the specified path name refers to an executable.
/illumos-gate/usr/src/lib/libtnf/
H A Dtype.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
62 * Retrieve type name for datum type record
122 tnf_type_get_property(tnf_datum_t datum, char *name) argument
131 DATUM_RECORD(datum), name);
H A Dutil.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
35 char *name; member in struct:ntop
50 char *name; member in struct:ntok
81 while (p->name) {
82 if (HAS_PROPERTY(tnf, tag, p->name))
107 while (p->name) {
108 if (strcmp(p->name, base_name) == 0)
/illumos-gate/usr/src/lib/libtnfctl/
H A Dprb_findexec.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
49 find_executable(const char *name, char *ret_path) argument
56 if (*name == '\0') {
65 cp = strchr(name, '/') ? (const char *) "" : pathstr;
68 cp = exec_cat(cp, name, fname);
/illumos-gate/usr/src/lib/libuuid/common/
H A Detheraddr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
52 struct utsname name; local
58 if (uname(&name) == -1) {
66 sin->sin_addr.s_addr = inet_addr(name.nodename);
68 hp = gethostbyname(name.nodename);
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_dprintf.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
66 uu_dprintf_create(const char *name, uu_dprintf_severity_t severity, argument
71 if (uu_check_name(name, UU_NAME_DOMAIN) == -1) {
79 if (name != NULL) {
80 D->uud_name = strdup(name);
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/libxcurses2/src/libc/xcurses/
H A Dscr_dump.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
156 char *name; local
158 name = ttyname(cur_term->_ofd);
160 stat(f, &dump) != 0 || name == NULL || stat(name, &tty) != 0)
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_diskmgt.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
44 char *name; member in struct:dmgt_slice
52 char *name; member in struct:dmgt_disk
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgetipnodeby_door.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
43 _door_getipnodebyname_r(const char *name, struct hostent *result, char *buffer, argument
46 return ((struct hostent *)_switch_getipnodebyname_r(name,
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dnul_ng.c104 ng_test(struct irs_ng *this, const char *name, argument
108 UNUSED(name);
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dfstab.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
112 getfsspec(char *name) argument
119 if (strcmp(fsp->fs_spec, name) == 0)
125 getfsfile(char *name) argument
132 if (strcmp(fsp->fs_file, name) == 0)
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_usermask.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
40 audit_flags(const char *name, kva_t *kva, void *ctxt, void *pres) argument

Completed in 86 milliseconds

1234567891011>>