Searched defs:name (Results 426 - 450 of 3188) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/librstp/common/
H A Dstpm.h69 char* name; /* name of the VLAN, maily for debugging */ member in struct:stpm_t
88 STP_stpm_create (int vlan_id, char* name);
122 int stp_in_stpm_enable (int vlan_id, char* name,
124 void* stp_in_stpm_create (int vlan_id, char *name, int *err_code);
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dgetprofattr.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
57 getprofnam(const char *name) argument
66 resptr = _getprofnam(name, &prof, buf, NSS_BUFLEN_PROFATTR, &err);
91 free(prof->name);
112 newprof->name = _do_unescape(prof->name);
125 * Given a profile name, gets the list of profiles found from
131 /* There can't be a "," in a profile name. */
161 printf("name=%s\n", prof->name
[all...]
/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dwhence.c22 * command [-pvVx] name [arg...]
23 * whence [-afvp] name...
33 #include "name.h"
135 register const char *name; local
148 while(name= *argv++)
159 if(sh_lookup(name,shtab_reserved))
161 sfprintf(sfstdout,"%s%s\n",name,(flags&V_FLAG)?sh_translate(is_reserved):"");
167 if((np=nv_search(name,shp->alias_tree,0))
177 sfprintf(sfstdout,msg,name);
188 if(np= nv_bfsearch(name, roo
[all...]
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dpath.h59 char *name; member in struct:pathcomp
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_trace.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
55 char *name; member in struct:option
72 set_option(char *name, char *val) argument
79 for (opt = options; opt->name; opt++) {
80 if (strcasecmp(name, opt->name) == 0) {
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceType.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
43 * service type name is a simple URL scheme identifier, a service:
61 * Create a service type object from the type name. The name may
62 * take the form of any valid SLP service type name.
64 * @param t The type name.
66 * @exception IllegalArgumentException If the name is syntactically
77 * Return true if type name was from a service: URL.
79 * @return True if type name came from service: URL.
88 * Return true if type name i
161 validateTypeComponent(String name) argument
170 validateTypeComponentInternal(String name, boolean allowDot) argument
[all...]
/illumos-gate/usr/src/lib/libsmbfs/
H A Dcflib.h16 * 4. Neither the name of the author nor the names of any co-contributors
62 char *name; /* rc file equiv */ member in struct:opt_args
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_name.c16 * 4. Neither the name of the author nor the names of any co-contributors
78 * NetBIOS name encoding happens later.
99 /* Normal name: pad with blanks, add type. */
117 char *name; local
124 for (name = np->nn_scope; *name; name++) {
125 if (*name == '.') {
144 return (-1); /* first two bytes are offset to name */
H A Dnls.c16 * 4. Neither the name of the author nor the names of any co-contributors
60 nls_setlocale(const char *name) argument
64 if (setlocale(LC_CTYPE, name) == NULL) {
66 "can't set locale '%s'\n"), name);
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dpkcs11_uri.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
128 char *str2, *l1, *l2, *tok, *name; local
154 /* "tok" is not empty so there will be something in "name". */
155 name = strtok_r(tok, "=", &l2);
164 if (strcmp(name, PK11_TOKEN) == 0) {
172 } else if (strcmp(name, PK11_MANUF) == 0) {
180 } else if (strcmp(name, PK11_SERIAL) == 0) {
188 } else if (strcmp(name, PK11_MODEL) == 0) {
196 } else if (strcmp(name, PK11_ID) == 0) {
215 } else if (strcmp(name, PK11_OBJEC
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dalias.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
66 if (libdiskmgt_str_eq(dp->name, ap->alias)) {
121 alias_get_descriptor_by_name(char *name, int *errp) argument
133 if (libdiskmgt_str_eq(name, aliases[i]->name)) {
159 return (desc->name);
H A Dbus.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
96 bus_get_descriptor_by_name(char *name, int *errp) argument
108 if (libdiskmgt_str_eq(name, buses[i]->p.bus->name)) {
134 return (desc->p.bus->name);
168 char *name; local
176 name = bp->name;
199 if (libdiskmgt_str_eq(name, allbuses[i]->p.bus->pname)) {
202 libdiskmgt_str_eq(bp->pname, allbuses[i]->p.bus->name)) {
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddlink_audit.c112 char *name = node->ol_name; local
117 ret = Plookup_by_name(P, name, "___SUNW_dof", &sym);
H A Ddt_buf.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
49 dt_buf_create(dtrace_hdl_t *dtp, dt_buf_t *bp, const char *name, size_t len) argument
63 bp->dbu_name = name;
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAggregateSpec.java17 * information: Portions Copyright [yyyy] [name of copyright owner]
84 addIncludedAggregationName(String name) argument
90 Aggregate.filterUnnamedAggregationName(name));
104 addClearedAggregationName(String name) argument
110 Aggregate.filterUnnamedAggregationName(name));
/illumos-gate/usr/src/lib/libgen/common/
H A Dpathfind.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
100 pathfind(const char *path, const char *name, const char *mode) argument
159 if (name[0] == '/' || path == ((char *)0) || *path == '\0')
168 if ((/* const */ char *) cp + strlen(name) + 2 >=
174 (void) strcat(cp, name);
184 fullck(char *name, mode_t mode, int nzflag) argument
191 if (stat64(name, &sbuf) == -1)
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetnetent_r.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
53 p->name = NSS_DBNAM_NETWORKS;
58 getnetbyname_r(const char *name, struct netent *result, argument
64 if (name == (const char *)NULL) {
69 arg.key.name = name;
156 p++; /* Skip over the canonical name */
H A Dgetprotoent_r.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
49 p->name = NSS_DBNAM_PROTOCOLS;
54 getprotobyname_r(const char *name, struct protoent *result, argument
60 if (name == (const char *)NULL) {
65 arg.key.name = name;
152 p++; /* Skip over the canonical name */
H A Drexec.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
63 int rexec(char **ahost, unsigned short rport, const char *name, argument
66 return (rexec_af(ahost, rport, name, pass, cmd, fd2p, AF_INET));
69 int rexec_af(char **ahost, unsigned short rport, const char *name, argument
103 _ruserpass(res->ai_canonname, (char **)&name, (char **)&pass);
163 (void) write(s, name, strlen(name) + 1);
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-prng.c54 prng_open(const Method_t* method, const char* name) argument
65 sum->name = name;
67 s = name;
/illumos-gate/usr/src/lib/libtnf/
H A Dstruct.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
89 get_slot_named(struct slotinfo *slotinfo, char *name) argument
96 if (strcmp(name, slotinfo->slots[i].slot_name) == 0)
146 tnf_get_slot_index(tnf_datum_t datum, char *name) argument
154 slot = get_slot_named(slotinfo, name);
191 tnf_get_slot_named(tnf_datum_t datum, char *name) argument
199 slot = get_slot_named(slotinfo, name);
/illumos-gate/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
49 p->name = NSS_DBNAM_TSOL_TP;
54 tsol_gettpbyname(const char *name) argument
65 arg.key.name = name;
74 name, tpstrp ? tpstrp->template : "NULL");
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.h17 * information: Portions Copyright [yyyy] [name of copyright owner]
80 char *name; member in struct:zjni_field_mapping
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dstubs.c18 * information: Portions Copyright [yyyy] [name of copyright owner]
127 delete_map(char *name) argument
/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...]

Completed in 593 milliseconds

<<11121314151617181920>>