Searched defs:type (Results 501 - 525 of 894) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c325 const int in_alg, const int type)
335 if ((type & (DST_PUBLIC | DST_PRIVATE)) == 0)
350 if (type == DST_PUBLIC)
367 dst_write_key(const DST_KEY *key, const int type) argument
378 if ((type & (DST_PRIVATE|DST_PUBLIC)) == 0)
381 if (type & DST_PUBLIC)
384 if (type & DST_PRIVATE)
324 dst_read_key(const char *in_keyname, const u_int16_t in_id, const int in_alg, const int type) argument
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_ho.c115 int qclass, qtype; /*%< class and type of query */
684 int type, class, ancount, qdcount, n, haveanswer, had_error; local
781 type = ns_get16(cp);
782 cp += INT16SZ; /*%< type */
794 type == T_CNAME) {
828 if (qtype == T_PTR && type == T_CNAME) {
860 if (!(type == T_A || type == T_AAAA)) {
864 } else if (type != qtype) {
868 switch (type) {
[all...]
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c133 /* overload class and type */
456 /* type */
607 /* type */
919 u_int class, u_int type, u_long ttl) {
930 rrecp->r_type = (ns_type)type;
918 res_mkupdrec(int section, const char *dname, u_int class, u_int type, u_long ttl) argument
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.h57 * nvpair interfaces. This is because each event type has a well-
297 * An error structure that contains a message string, and a type
301 * type - usually will be an errno equivalent but could contain
309 int type; /* Type of error for decision making */ member in struct:mc_error
/osnet-11/usr/src/lib/libscf/common/
H A Dnotify_params.c646 const char *prop, scf_type_t type)
648 if (scf_transaction_property_new(tx, te, prop, type) != SCF_SUCCESS &&
650 scf_transaction_property_change(tx, te, prop, type) !=
749 /* map the nvpair type to scf type */
750 scf_type_t type = get_scf_type(p); local
763 if (type == SCF_TYPE_INVALID) {
779 if (prep_transaction(tx, te, propname, type) !=
879 * Return a pointer to the array of values according to its type
946 scf_type_t type local
645 prep_transaction(scf_transaction_t *tx, scf_transaction_entry_t *te, const char *prop, scf_type_t type) argument
1045 scf_type_t type, base_type; local
[all...]
/osnet-11/usr/src/lib/libsec/common/
H A Daclutils.c98 cacl_get(acl_inp inp, int get_flag, int type, acl_t **aclp) argument
111 if (type == ACL_PATH) {
140 if (type == ACL_PATH) {
169 if (type == ACL_PATH) {
246 cacl_set(acl_inp *acl_inp, acl_t *aclp, int type) argument
255 if (type == ACL_PATH) {
285 if (type == ACL_PATH) {
368 acl_to_aclp(enum acl_type type, void *acl, int count) argument
373 aclp = acl_alloc(type);
685 "Unrecognized entry type"));
[all...]
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_migrate.c35 shadow_type_t type, uint32_t depth, struct stat64 *statbuf)
76 sep->se_type = type;
225 shadow_type_t type; local
338 type = SHADOW_TYPE_FILE;
340 type = SHADOW_TYPE_DIR;
350 if (shadow_add_entry(shp, buf, NULL, type, depth,
632 shadow_type_t type; local
678 type = SHADOW_TYPE_FILE;
680 type = SHADOW_TYPE_DIR;
687 type, se
34 shadow_add_entry(shadow_handle_t *shp, const char *path, const char *entry, shadow_type_t type, uint32_t depth, struct stat64 *statbuf) argument
[all...]
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c86 * type. This is used to discover ZFS shares.
131 sa_free_fstype(char *type) argument
133 free(type);
638 return (dgettext(TEXT_DOMAIN, "invalid plugin type"));
683 return (dgettext(TEXT_DOMAIN, "invalid file system type"));
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dnvtree.c383 char *type=0; local
384 Namval_t *tp = fp->type;
389 if(fp->type || (fp->disc && fp->disc->typef &&(*fp->disc->typef)(np,fp)))
396 type = "-T";
398 type = "type";
399 if(type)
406 sfprintf(out,"%s %s ",type,cp);
426 if((typep=fp->type) || (fp->disc && fp->disc->typef && (typep=(*fp->disc->typef)(np,fp))))
H A Dstreval.c59 #define stakpush(v,val,type) ((((v)->offset=round(staktell(),pow2size(sizeof(type)))),\
60 stakseek((v)->offset+sizeof(type)), \
61 *((type*)stakptr((v)->offset)) = (val)),(v)->offset)
62 #define roundptr(ep,cp,type) (((unsigned char*)(ep))+round(cp-((unsigned char*)(ep)),pow2size(sizeof(type))))
159 register int c,type=0; local
191 if(type==1 || ((c&T_BINARY) && (c&T_OP)!=A_MOD && tp[-1]==1))
206 type=0;
229 type
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h58 * type of a connection user
85 * Different connection users of the same type can share the same
86 * connection opened for that type. But search and getent users can
98 ns_conn_user_type_t type; /* search, write, auth, getent, ... */ member in struct:ns_conn_user
161 ns_conn_user_type_t opened_for; /* type of conn_user opened for */
H A Dns_mapping.c60 ns_scan_hash(ns_hashtype_t type, const char *service, argument
64 if (idx->h_type == type &&
80 ns_hashtype_t type, const char *service, const char *str)
90 hashp = ns_scan_hash(type, service, str, idx);
170 __s_api_add_map2hash(ns_config_t *config, ns_hashtype_t type, argument
182 ns_scan_hash(type, map->service, map->orig, idx) != NULL) {
189 newp->h_type = type;
79 ns_get_hash(const ns_config_t *config, ns_hashtype_t type, const char *service, const char *str) argument
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAttributeVerifier.java149 // The SLP service type of this template.
223 * Returns the SLP service type for which this is the verifier.
225 * @return The SLP service type name.
341 String type = des.getValueType();
394 if (type.equals(JAVA_STRING_TYPE)) {
397 } else if (type.equals(JAVA_OPAQUE_TYPE)) {
407 // type. Also, if any allowed values, that attribute values
428 if (type.equals(JAVA_STRING_TYPE)) {
431 } else if (type.equals(JAVA_OPAQUE_TYPE)) {
595 // attribute type an
1883 checkAndAddType(String type, AttributeDescriptor attDesc, int lineno) argument
2044 convertValue(String type, String reqTok, int lineno) argument
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_browser.c279 * frame, specifying the type of resources or services it is advertising.
291 * specifying a type of 0 just prior to shutting down, to allow it to
314 * A Potential Browser MUST set type SV_TYPE_POTENTIAL_BROWSER (see section
317 * type of 0.
331 * A Backup Browser MUST set type SV_TYPE_BACKUP_BROWSER (see section
334 * type of 0.
379 * A Master Browser MUST set type SV_TYPE_MASTER_BROWSER (see section
382 * type of 0.
743 * Type - Specifies the type of the server. The server type bit
778 uint32_t type; local
1122 uint32_t type; local
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A DkmfapiP.h154 KMF_ATTR_TYPE type; member in struct:__anon1832
161 KMF_KEYSTORE_TYPE type; member in struct:__anon1833
/osnet-11/usr/src/lib/libldap4/common/
H A Dresult.c100 * more entries, zero or more references, one or more results). The type
414 /* the message type */
811 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 235, "adding response id %1$d type %2$d:\n"),
1042 int type = 0; local
1048 type = lm->lm_msgtype;
1054 return( type );
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c104 { "drive-type", NDMP_PROP_DTYPE },
105 { "type-override", NDMP_PROP_BACKUP_TYPE },
284 * Invalid drive type
301 * Invalid backup type specified. Default
302 * course of action is to set backup type
723 scf_type_t type; local
738 type = scf_value_type(value);
741 type) == 0) ||
744 type) == 0)) {
745 switch (type) {
809 scf_type_t type; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc152 zotypes type = NIS_BOGUS_OBJ; local
188 type = o->zo_data.zo_type;
211 return (type);
274 * Should the object type in the mapping be NIS_BOGUS_OBJ,
295 * If the object type for the mapping is NIS_BOGUS_OBJ, then
307 * Depending on the object type (table->mapping.objType):
1409 * If the entry object 'obj' has the type "IN_DIRECTORY",
H A Dldap_ruleval.c179 if (addCol2RuleValue(s->colVal[i].type, s->colName[i],
189 if (addAttr2RuleValue(s->attrVal[i].type,
203 __nis_value_type_t type,
243 if (type == vt_string && valueLen > 0) {
264 * Our caller often doesn't know the type of the
265 * value; this happens because the type (vt_string
269 * supplied 'type' if we need to create a value.
274 * whatever the type.
370 inVal[num].type = type;
202 addVal2RuleValue(const char *msg, int caseSens, int snipNul, __nis_value_type_t type, char *name, void *value, int valueLen, int *numP, char ***inNameP, __nis_value_t **inValP) argument
386 addAttr2RuleValue(__nis_value_type_t type, char *name, void *value, int valueLen, __nis_rule_value_t *rv) argument
403 addCol2RuleValue(__nis_value_type_t type, char *name, void *value, int valueLen, __nis_rule_value_t *rv) argument
965 findVal(char *name, __nis_rule_value_t *rv, __nis_mapping_item_type_t type) argument
998 rvId(__nis_rule_value_t *rv, __nis_mapping_item_type_t type) argument
[all...]
/osnet-11/usr/src/lib/libnisdb/yptol/
H A Ddit_access.c276 get_ttl_value(map_ctrl *map, TTL_TYPE type) argument
292 switch (type) {
301 "%s passed illegal TTL type (%d)", myself, type);
302 /* If unknown TTL type drop through to TTL_RAND */
/osnet-11/usr/src/lib/libnsl/dial/
H A Dconn.c69 static char *Mytype = CNULL; /* to force selection of specific device type */
202 * rddev - find and unpack a line from device file for this caller type
211 rddev(char *type, char *dev[], char *buf, int devcount) argument
239 * must be pulled off before comparing to desired type.
245 /* to force the requested device type to be used. */
254 if (EQUALS(d_type, type)) {
313 /* check if requested Mytype device type */
317 DEBUG(7, " - type (%s) not wanted.\n", flds[F_TYPE]);
322 DEBUG(5, " - device type %s.\n", flds[F_TYPE]);
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c113 _uncached_getipnodebyaddr(const char *addr, int length, int type, argument
116 if (type == AF_INET)
117 return (_switch_gethostbyaddr_r(addr, length, type,
119 else if (type == AF_INET6)
120 return (_switch_getipnodebyaddr_r(addr, length, type,
221 * further narrow down what type of lookup we're going to do.
471 getipnodebyaddr(const void *src, size_t len, int type, int *error_num) argument
484 if (type == AF_INET6) {
489 } else if (type == AF_INET) {
501 if (type
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c1066 * @type: type of the object to create
1073 * @type can be:
1083 * @dev is used only if @type is S_IFBLK or S_IFCHR, in other cases its value
1086 * @target and @target_len are used only if @type is S_IFLNK, in other cases
1093 ntfschar *name, u8 name_len, dev_t type, dev_t dev,
1141 if (!S_ISREG(type) && !S_ISDIR(type)) {
1189 ace->type = ACCESS_ALLOWED_ACE_TYPE;
1207 if (S_ISDIR(type)) {
1092 __ntfs_create(ntfs_inode *dir_ni, ntfschar *name, u8 name_len, dev_t type, dev_t dev, ntfschar *target, u8 target_len) argument
1397 ntfs_create(ntfs_inode *dir_ni, ntfschar *name, u8 name_len, dev_t type) argument
1408 ntfs_create_device(ntfs_inode *dir_ni, ntfschar *name, u8 name_len, dev_t type, dev_t dev) argument
[all...]
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_object.c40 * the same description based on the object type, name, original name
45 nwam_handle_create(nwam_object_type_t type, const char *name, argument
59 (*hpp)->nwh_object_type = type;
68 nwam_lists_to_handle(nvlist_t *idp, nvlist_t *objp, nwam_object_type_t type, argument
81 (type == NWAM_OBJECT_TYPE_NCU &&
86 if ((err = nwam_handle_create(type, name, hpp)) != NWAM_SUCCESS)
95 * Read object of specified type from dbname.
98 nwam_read(nwam_object_type_t type, const char *dbname, const char *name, argument
110 if ((err = nwam_handle_create(type, name, hpp)) != NWAM_SUCCESS)
120 if (type
166 nwam_create(nwam_object_type_t type, const char *dbname, const char *name, struct nwam_handle **hpp) argument
643 nwam_value_type_t type; local
738 nwam_get_default_proplist(struct nwam_prop_table table, uint64_t type, uint64_t class, const char ***prop_list, uint_t *numvalues) argument
[all...]
H A Dlibnwam_util.c133 nwam_request_register_unregister(nwam_request_type_t type, argument
138 req.nwda_type = type;
203 nwam_request_wlan(nwam_request_type_t type, const char *name, argument
211 req.nwda_type = type;
292 nwam_value_type_to_string(nwam_value_type_t type) argument
294 switch (type) {
475 nwam_object_type_to_string(nwam_object_type_t type) argument
477 switch (type) {

Completed in 85 milliseconds

<<21222324252627282930>>