Searched defs:type (Results 401 - 425 of 894) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c280 int type; member in union:__anon2350
326 error(1, "# <line> [ \"<file>\" [ <type> ] ]: non-standard directive");
485 if (p == v && *(p - 1) == ' ' && pp.in->type != IN_MACRO)
871 var.type = 0;
903 if (var.type != TOK_TOKCAT && p > mac->value && *(p - 1) != ' ' && !(pp.option & PRESERVE)) *p++ = ' ';
909 *p++ = (n1 || var.type == TOK_TOKCAT) ? 'C' : 'A';
911 if ((pp.state & WARN) && !(pp.mode & (HOSTED|RELAX)) && var.type != TOK_TOKCAT && !(var.type & TOK_ID))
923 if ((var.type & TOK_ID) || o == ' ' || ppisseparate(o))
926 error(1, "%s: %s: formal should be parenthesized in macro value (t=%x o=%#c c=%#c)", sym->name, pp.token, var.type,
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Dpdevinfo_funcs.c333 * node. It has the type of int.
472 * Search for and return a node of the required type. If no node is found,
476 dev_find_type(Prom_node *root, const char *type) argument
480 node = dev_find_node_by_type(root, "device_type", type);
487 * current one which has the requested type property.
490 dev_next_type(Prom_node *root, const char *type) argument
494 node = dev_next_node_by_type(root, "device_type", type);
591 * be any data type. Caller must know the *PROPER* way to use this
694 dev_find_node_by_type(Prom_node *root, const char *type, const char *property) argument
702 type_prop = (char *)get_prop_val(find_prop(root, type));
724 dev_next_node_by_type(Prom_node *root, const char *type, const char *property) argument
[all...]
/osnet-11/usr/src/lib/libradproto/common/
H A Dradproto_adr.c58 * Marshal type definitions.
62 typeset_emit_type(XDR *xdrs, adr_typeset_t *typeset, adr_type_t *type) argument
66 switch (type->t_type) {
68 if (!xdr_int(xdrs, (int *)&type->t_type) ||
69 !xdr_typeref_t(xdrs, typeset, type->t_aux.t_array))
73 if (!xdr_int(xdrs, (int *)&type->t_type) ||
74 !xdr_string(xdrs, (char **)&type->adr_t_name, -1) ||
75 !xdr_u_int(xdrs, &type->t_size))
77 for (int i = 0; i < type->t_size; i++) {
78 adr_structfield_t *field = &type
267 xdr_typeref_t(XDR *xdrs, adr_typeset_t *typeset, adr_type_t *type) argument
296 adr_type_t *type; local
311 adr_type_t *type = typeset->TS_TYPES[i].TR_TYPE; local
351 xdr_errortype_t(XDR *xdrs, adr_typeset_t *typeset, adr_type_t *type) argument
364 xdr_r_errortype_t(XDR *xdrs, adr_typeset_t *typeset, adr_type_t **type) argument
773 xdr_r_data_t(XDR *xdrs, adr_data_t **data, adr_type_t *type, char *buf) argument
1031 xdr_r_optdata_t(XDR *xdrs, adr_data_t **data, adr_type_t *type) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c302 int type, class, ancount, qdcount, haveanswer; local
386 GETSHORT(type, cp); /*%< Type */
390 if (class == C_IN && type == T_PTR) {
448 int anslen, type, class, ancount, qdcount; local
497 GETSHORT(type, cp); /*%< Type */
503 if (n == INADDRSZ && class == C_IN && type == T_A &&
/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_print.c103 const char *name, ns_class class, ns_type type,
146 len = SPRINTF((tmp, " %s %s", p_class(class), p_type(type)));
153 switch (type) {
182 if (type == ns_t_isdn && rdata == edata)
498 u_int type, algorithm, labels, footprint; local
507 type = ns_get16(rdata); rdata += NS_INT16SZ;
512 p_type(type), algorithm, labels, t));
706 if (type == ns_t_ds || type == ns_t_dlv) {
758 if (type
102 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Ddlopen.c521 _sasl_plug_type type; local
539 /* What type of plugin are we looking for? */
541 type = SERVER;
548 type = CLIENT;
555 type = AUXPROP;
562 type = CANONUSER;
572 for (p=_sasl_static_plugins; p->type; p++) {
573 if(type == p->type)
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c718 sip_parse_hdr_parser3(_sip_header_t *hdr, sip_parsed_header_t **phdr, int type, argument
758 if (type == SIP_STRS_VAL) {
861 if (type == SIP_STR_VAL) {
/osnet-11/usr/src/lib/libslp/clib/
H A DSLPFindSrvs.c328 SLPError slp_packSrvRqst(const char *type, argument
349 * 3: service type string
362 2 + strlen(type) + /* service type */
390 /* Add type string */
394 err = slp_add_string(msg->msg, msgLen, type, &len);
429 SLPError slp_packSrvRqst_single(const char *type, argument
439 2 + strlen(type) +
456 err = slp_add_string(*msg, msgLen, type, &len);
H A DSLPReg.c192 unsigned short lifetime, const char *type,
218 2 + strlen(type) +
280 /* type, scopes, and attrs */
281 if ((err = slp_add_string(m, msgLen, type, &len)) != SLP_OK)
191 packSrvReg(slp_handle_impl_t *hp, const char *url, unsigned short lifetime, const char *type, const char *scope, const char *attrs, SLPBoolean fresh, struct reg_msg **msg) argument
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_mbuf.c301 smbfs_mb_put_mem(mbchain_t *mbp, const void *vmem, int size, int type) argument
492 smbfs_md_get_mem(mdchain_t *mbp, void *vmem, int size, int type) argument
H A Dsmbfs_ntlm.c556 smbfs_put_blob_name(struct mbdata *mbp, char *name, int type) argument
570 smbfs_mb_put_uint16le(mbp, type);
H A Dsmbfs_util.c341 smbfs_ccache_common(struct smb_ctx *ctx, uint32_t type) argument
346 switch (type) {
390 smbfs_ccache_clnt_set(struct smb_ctx *ctx, smbfs_ccache_clnt_type_t type) argument
392 return (smbfs_ccache_common(ctx, type));
399 smbfs_ccache_srv_set(struct smb_ctx *ctx, smbfs_ccache_srv_type_t type) argument
401 return (smbfs_ccache_common(ctx, type));
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_cache.c672 char *type; local
676 type = (IS_UNIQUE(entry->attributes)) ? "UNIQUE" : "GROUP";
678 (void) fprintf(fp, "%s %-6s (0x%04x) ", buf, type, entry->attributes);
/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c51 static int put_substring_filter(BerElement *ber, char *type, char *str);
353 * type AttributeType,
362 * type [2] AttributeDescription OPTIONAL,
472 default: /* assume it's a simple type=value filter */
586 put_substring_filter(BerElement *ber, char *type, char *val) argument
593 "put_substring_filter \"%1$s=%2$s\"\n"), type, val, 0);
595 if (ber_printf(ber, "t{s{", LDAP_FILTER_SUBSTRINGS, type) == -1)
628 put_extensible_filter(BerElement *ber, char *type, char *val) argument
635 "put_extensible_filter \"%1$s=%2$s\"\n"), type, val, 0);
637 /* type i
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dresult.c75 * ldap result). The type of the first message received is returned.
264 "<= check_response_queue returning msgid %d type %d\n",
569 /* the message type */
763 "adding new response id %d type %d (looking for id %d)\n",
772 "adding response id %d type %d (looking for id %d)\n",
1096 "nsldapi_iostatus_poll: unknown I/O type %d\n",
1148 int type = 0; local
1154 type = lm->lm_msgtype;
1159 return( type );
/osnet-11/usr/src/lib/liblgrp/common/
H A Dlgrp.c965 lgrp_mem_size(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_mem_size_flag_t type, argument
1009 switch (type) {
1046 switch (type) {
1076 uint_t count, lgrp_rsrc_t type)
1092 (type != LGRP_RSRC_CPU && type != LGRP_RSRC_MEM)) {
1116 rset = &lgrp_info->info_rset[type * BT_BITOUL(nlgrps_max)];
1075 lgrp_resources(lgrp_cookie_t cookie, lgrp_id_t lgrp, lgrp_id_t *lgrps, uint_t count, lgrp_rsrc_t type) argument
/osnet-11/usr/src/lib/libmapid/common/
H A Dmapid.c129 * the specific record or record type.
229 int type = T_TXT; local
241 if ((len = res_nsearch(&res, NFSMAPID_DNS_RR, class, type,
295 p += INT16SZ; /* type */
391 uint_t type; local
434 p += INT16SZ; /* type */
469 type = ns_get16(p);
478 switch (type) {
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1058 char *type; local
1105 type = YP_MAP_FLAGS;
1111 type = YP_COMMENT_CHAR;
1117 type = YP_REPEATED_FIELD_SEPARATORS;
1122 type = YP_NAME_FIELDS;
1126 type = YP_SPLIT_FIELD;
1131 type = YP_DB_ID_MAP;
1137 type = YP_ENTRY_TTL;
1142 type = YP_LDAP_OBJECT_DN;
1147 type
[all...]
/osnet-11/usr/src/lib/libnsl/dial/
H A Dsysfiles.c127 sysaccess(int type) argument
131 switch (type) {
145 (void) sprintf(errformat, "bad access type %d", type);
154 * type to describe resources more than once, e.g., systems=foo:baz systems=bar.
227 * type to describe resources more than once, e.g., push=foo:baz push=bar.
386 * given the list for a particular type (systems, devices,...)
391 setfile(char **type, char *line) argument
398 tptr = type;
425 setioctl(char **type, cha argument
[all...]
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dattrib.h91 extern int ntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name,
97 const ATTR_TYPES type);
134 * @type: attribute type
166 * @type is the attribute type (see layout.h for the definition of ATTR_TYPES),
187 ATTR_TYPES type; member in struct:_ntfs_attr
227 if (na->type == AT_DATA && na->name == AT_UNNAMED) \
233 if (na->type == AT_DATA && na->name == AT_UNNAMED) \
241 if (na->type
[all...]
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsrvsvc_clnt.c87 srvsvc_net_enum_add(srvsvc_list_t *sl, uint32_t type) argument
94 info->l_type = type;
898 smb_tracef("NetServerGetInfo: %s %s (%d.%d) id=%d type=0x%08x",
910 smb_tracef("NetShareGetInfo: %s %s %s (type=%d) %s",
H A Dsvcctl_svc.c149 svcctl_hdlookup(ndr_xa_t *mxa, ndr_hdid_t *id, svcctl_context_type_t type) argument
160 if ((ctx->c_type != type) || (ctx->c_ctx.uc_cp == NULL))
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c103 #define DFLTPRTOP(pctl, type) \
104 ((pctl)->nvprt_dfltops->print_##type.op)
106 #define DFLTPRTOPARG(pctl, type) \
107 ((pctl)->nvprt_dfltops->print_##type.arg)
109 #define CUSTPRTOP(pctl, type) \
110 ((pctl)->nvprt_custops->print_##type.op)
112 #define CUSTPRTOPARG(pctl, type) \
113 ((pctl)->nvprt_custops->print_##type.arg)
115 #define RENDER(pctl, type, nvl, name, val) \
118 if ((pctl)->nvprt_custops && CUSTPRTOP(pctl, type)) { \
580 data_type_t type = nvpair_type(nvp); local
[all...]
/osnet-11/usr/src/lib/libpam/
H A Dpam_appl.h210 char *type; /* Repository type, e.g., files, nis, ldap */ member in struct:pam_repository
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dfilesys.c186 * @param fs_type The file system type to probe for.
450 PedFileSystemType* type; local
459 type = ped_file_system_probe (geom);
460 if (!type) {
466 probed_geom = ped_file_system_probe_specific (type, geom);
478 if (!type->ops->open) {
483 type->name);
487 fs = type->ops->open (probed_geom);
502 * This function initializes a new file system of type \p type o
512 ped_file_system_create(PedGeometry* geom, const PedFileSystemType* type, PedTimer* timer) argument
[all...]

Completed in 56 milliseconds

<<11121314151617181920>>