Searched defs:type (Results 176 - 200 of 894) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_cookie.c133 IN DAPL_COOKIE_QUEUE_TYPE type,
159 buffer->pool[i].queue_type = type;
160 if (type == DAPL_COOKIE_QUEUE_EP) {
211 * create a new cookie buffer, the queue type and queue ptr remain the
368 cookie->type = DAPL_COOKIE_TYPE_RMR;
385 * type DTO type
399 IN DAPL_DTO_TYPE type,
410 cookie->type = DAPL_COOKIE_TYPE_DTO;
411 cookie->val.dto.type
130 dapls_cb_create( IN DAPL_COOKIE_BUFFER *buffer, IN void *queue, IN DAPL_COOKIE_QUEUE_TYPE type, IN DAT_COUNT size) argument
397 dapls_dto_cookie_alloc( IN DAPL_COOKIE_BUFFER *buffer, IN DAPL_DTO_TYPE type, IN DAT_DTO_COOKIE user_cookie, OUT DAPL_COOKIE **cookie_ptr) argument
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppexpr.c46 register int type; local
56 type = pplex();
59 switch (type)
89 else c = ppsearch(file, type, SEARCH_EXISTS) >= 0;
158 register int type; local
185 type = pppredargs();
187 switch (type)
193 unlex(type);
220 if (type != T_ID) error(1, "%s: identifier argument expected", pred);
224 if (pp.hosted == 1 && pp.in->prev->type
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dlibdevinfo_sun4u.c77 char *name, *type, *model, *compatible_array; local
99 type = get_node_type(pnode);
100 if (type == NULL)
101 type = "";
120 else if ((strcmp(type, "cpu") == 0) &&
129 if (type != NULL)
130 printf("type=%s\n", type);
142 D_PRINTF("ADDED BOARD name=%s type=%s model=%s "
143 "portid =%d\n", name, type, mode
[all...]
H A Dpdevinfo_sun4v.c153 char *type; local
182 type = get_node_type(pnode);
188 if (type != NULL)
189 printf("type=%s ", type);
194 if (type == NULL)
195 type = "";
201 printf("ADDED BOARD name=%s type=%s compatible=%s\n",
202 name, type, compatible);
204 } else if (strcmp(type, "cp
[all...]
/osnet-11/usr/src/lib/libresolv/
H A Dres_debug.c145 fprintf(file, ", type = %s", p_type(_getshort(cp)));
216 int type, class, dlen, n, c; local
222 fprintf(file, "\n\ttype = %s", p_type(type = _getshort(cp)));
232 * Print type specific data, if appropriate
234 switch (type) {
399 * Return a string for the type
402 p_type(type)
403 int type;
405 switch (type) {
440 case T_ANY: /* matches any type */
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetnetent.c87 getnetbyaddr(unsigned long net, int type) { argument
90 return (getnetbyaddr_p(net, type, net_data));
146 getnetbyaddr_p(unsigned long net, int type, struct net_data *net_data) { argument
154 if (type == net_data->nw_last->n_addrtype &&
H A Dlcl_nw.c166 nw_byaddr(struct irs_nw *this, void *net, int length, int type) { argument
174 if (p->n_addrtype == type && p->n_length == length)
181 nw_byname(struct irs_nw *this, const char *name, int type) { argument
191 p->n_addrtype == type)
195 (p->n_addrtype == type))
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c157 ns_nname_ct name, ns_type type,
184 NS_PUT16(type, t);
188 if (rdcpy(handle, type, rdata, rdlen) < 0)
220 rdcpy(ns_newmsg *handle, ns_type type, const u_char *rdata, size_t rdlen) { argument
227 switch (type) {
156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, ns_nname_ct name, ns_type type, ns_class rr_class, u_int32_t ttl, u_int16_t rdlen, const u_char *rdata) argument
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkquery.c117 int class, int type, /*!< class and type of query */
134 _res_opcodes[op], dname, p_class(class), p_type(type));
178 ns_put16(type, cp);
213 ns_put16(type, cp);
114 res_nmkquery(res_state statp, int op, const char *dname, int class, int type, const u_char *data, int datalen, const u_char *newrr_in, u_char *buf, int buflen) argument
/osnet-11/usr/src/lib/libresolv2/common/sunw/
H A Dsunw_updrec.c218 res_mkupdrec(int section, const char *dname, uint_t class, uint_t type, argument
224 n = __ISC_res_mkupdrec(section, dname, class, type, ttl);
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_plugin.c55 * load_and_check(path, libname, type)
58 * library of the correct type. If it is, load it and link it together
65 load_and_check(char *path, sa_plugin_type_t type) argument
88 if (pi_ops->pi_ptype != type) {
104 switch (type) {
146 * plugin_load(type)
148 * find (and load) all modules of given type
151 saplugin_load(sa_plugin_type_t type) argument
163 if (sa_plugins_loaded & (1 << type))
166 switch (type) {
303 saplugin_find_ops(sa_plugin_type_t type, uint32_t ops_type) argument
388 saplugin_next_ops(sa_plugin_type_t type, sa_plugin_ops_t *ops) argument
[all...]
/osnet-11/usr/src/lib/libshell/common/include/
H A Dulimit.h165 unsigned char type; member in struct:Limit_s
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dtrestore.c45 #define getnode(s,type) ((Shnode_t*)stkalloc((s),sizeof(struct type)))
60 register int type; local
64 type = l;
65 switch(type&COMMSK)
74 t->tre.tretyp = type;
115 if(type&FLINENO)
124 if(type&FLINENO)
127 if(type&COMSCAN)
163 if((type
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceURL.java143 * @return The service type name.
152 * Set service type and naming authority if this is not a service: URL.
154 * @param type The new ServiceType object.
155 * @exception IllegalArgumentException If the service type name or
159 public void setServiceType(ServiceType type) { argument
161 serviceType = type;
309 // First token must be service type name.
317 // type name.
324 // Create service type, remove trailing colon.
331 // Separator between service type nam
[all...]
H A DUARequester.java95 * the service type names.
146 * @param type The type of the service (e.g. printer, etc.).
158 findServices(ServiceType type, Vector scopes, String query) argument
161 Assert.nonNullParameter(type, "type");
168 type,
170 type,
317 * service type in the locale of the Locator.
319 * @param type Th
340 findAttributes(ServiceType type, Vector scopes, Vector attributeIds) argument
411 createMessages(int msgType, Object t1, Object t2, ServiceType type, Vector scopes) argument
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_spnegoparse.h73 unsigned char type; /* Data Type */ member in struct:SpnegoElement
/osnet-11/usr/src/lib/libldap4/util/
H A Dline64.c46 * str_parse_line - takes a line of the form "type:[:] value" and splits it
47 * into components "type" and "value". if a double colon separates type from
55 char **type,
70 *type = line;
79 /* trim any space between type and : */
281 /* put the type + ": " */
368 ldif_type_and_value( char *type, char *val, int vlen ) argument
377 tlen = strlen( type );
382 put_type_and_value( &p, type, va
53 str_parse_line( char *line, char **type, char **value, int *vlen ) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_glob.c65 __local_addUpdate(log_entry_t type, char *name, int numAttr, nis_attr *attr, argument
H A Dldap_structs.h57 * Holds multiple values of the specified type.
60 __nis_value_type_t type; member in struct:__anon1975
/osnet-11/usr/src/lib/libnsl/dial/
H A Dline.c99 * type -> type
102 * type is unused, but needed for compatibility
109 fixline(int tty, int spwant, int type) argument
H A Dstoa.c146 * for type.
152 dobase(char *s, char *buf, int type) argument
158 for (end = s; *end && ((type == OCT) ? isodigit(*end) :
178 if (type == OCT) {
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgethostent.c75 gethostbyaddr(const void *addr, socklen_t len, int type) argument
80 if (type == AF_INET6)
81 return (getipnodebyaddr(addr, len, type, &h_errno));
85 return (gethostbyaddr_r(addr, len, type,
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dlsalib.c63 * alias. If it is a local account, its type should be specified
64 * in the sid_type parameter. In case the account type is unknown
79 lsa_lookup_name(char *account, uint16_t type, smb_account_t *info) argument
98 status = smb_sam_lookup_name(domain, name, type, info);
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Dexception.h33 * Exception type
76 PedExceptionType type; /**< type of exception */ member in struct:_PedException
H A Dfilesys.h58 * Structure describing type of file system
62 const char* const name; /**< name of the file system type */
84 PedFileSystemType* type; /**< the file system type */ member in struct:_PedFileSystem
93 extern void ped_file_system_type_register (PedFileSystemType* type);
94 extern void ped_file_system_type_unregister (PedFileSystemType* type);
96 extern void ped_file_system_alias_register (PedFileSystemType* type,
98 extern void ped_file_system_alias_unregister (PedFileSystemType* type,
116 const PedFileSystemType* type,

Completed in 51 milliseconds

1234567891011>>