Searched defs:type (Results 626 - 650 of 894) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dnval.h87 Namval_t *type; member in struct:Namfun
112 Namval_t *tp; /* point to type */
136 #define NV_CLASS ".sh.type"
/osnet-11/usr/src/lib/libsip/common/
H A Dsip_add_hdrs.c459 * media-range = ( "X/X" | (type "/" "*") | (type "/" subtype))*(";" parameter)
463 * function take two char ptrs - type and subtype - if any of them is NULL
467 sip_add_accept(sip_msg_t sip_msg, char *type, char *subtype, char *m_par, argument
475 if (type == NULL && subtype == NULL) {
492 if ((type != NULL) && (subtype != NULL)) {
493 ret = sip_add_2strs_to_msg(sip_msg, SIP_ACCEPT, type, B_FALSE,
495 } else if (type != NULL) {
496 ret = sip_add_2strs_to_msg(sip_msg, SIP_ACCEPT, type, B_FALSE,
612 * disp-type *( SEM
1452 sip_add_content_type(sip_msg_t sip_msg, char *type, char *subtype) argument
[all...]
H A Dsip_hdrs_ui.c88 * Generic function to get value from a header given the value type and
416 sip_get_cseq_val(sip_msg_t msg, int type, int *error) argument
444 switch (type) {
742 * Get the content type
755 * Get the content sub-type
822 * get accept type
966 sip_get_date_val(sip_msg_t msg, int type, int *error) argument
993 switch (type) {
1265 sip_get_rack_val(sip_msg_t msg, int type, int *error) argument
1293 switch (type) {
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_cache_door.h84 uint32_t type; /* config change or server change */ member in struct:ldap_get_change_out
244 * GETSTATUSCHANGE change type: config or server
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java122 * collector for the collecting attribute values by type.
989 // We know that the type table is fully initialized with
990 // BtreeVectors for each type.
1016 // Only record if the type does NOT match.
1280 // type.
1298 // Keys for this table are scope/service type/lang tag. Values are
1306 // is for an abstract type name.
1309 // hashtables. These hashtables are keyed by one of the type keys below,
1338 // current service type rather than the original, and we need
1340 // registration comes in with a different service type fro
3296 addTypeLocale(String type, String scope, String lang) argument
3336 deleteTypeLocale(String type, String scope, String lang) argument
3403 languageSupported(String type, Vector scopes, String lang) argument
3462 makeScopeTypeKey(String scope, String type) argument
[all...]
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_domain.c373 smb_domain_add(smb_domain_type_t type, smb_domain_t *di) argument
381 di->di_type = type;
485 * Lookup a domain by its type.
495 smb_domain_lookup_type(smb_domain_type_t type, smb_domain_t *di) argument
505 if (dcnode->di_type == type) {
580 * Before adding the new entries existing entries of type
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_dyndns.c343 * dyndns_get_update_info(statp, DYNDNS_ZONE_FWD, type,
345 * type: ns_t_a
349 * dyndns_get_update_info(statp, DYNDNS_ZONE_REV, type,
351 * type: ns_t_ptr
362 * type: type of DNS record to update
376 const char *hostname, int af, const void *addr, ns_type *type,
386 *type = ns_t_a;
389 *type = ns_t_aaaa;
403 *type
375 dyndns_get_update_info(res_state statp, dyndns_zone_dir_t update_zone, const char *hostname, int af, const void *addr, ns_type *type, char *zone_buf, size_t zone_sz, char *name_buf, size_t name_sz, char *data_buf, size_t data_sz, union res_sockaddr_union *ns, int ns_cnt) argument
1047 dyndns_build_update_msg(res_state statp, uchar_t *buf, size_t buf_sz, const char *zone, const char *name, ns_type type, const char *data, uint32_t ttl, dyndns_update_op_t update_op) argument
1275 ns_type type; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c157 int type, int protocol );
166 int type, int protocol );
195 nsldapi_os_socket( LDAP *ld, int secure, int domain, int type, int protocol ) argument
207 s = socket( domain, type, protocol );
822 "nsldapi_iostatus_interest_write: unknown I/O type %d\n",
873 "nsldapi_iostatus_interest_read: unknown I/O type %d\n",
938 "nsldapi_iostatus_interest_clear: unknown I/O type %d\n",
984 "nsldapi_iostatus_is_write_ready: unknown I/O type %d\n",
1030 "nsldapi_iostatus_is_read_ready: unknown I/O type %d\n",
1113 "nsldapi_iostatus_free: unknown I/O type
1615 nsldapi_compat_socket( LDAP *ld, int secure, int domain, int type, int protocol ) argument
1807 _ns_gethostbyaddr(LDAP *ld, const char *addr, int length, int type, LDAPHostEnt *result, char *buffer, int buflen, int *statusp, void *extradata) argument
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c87 _ns_gethostbyaddr(LDAP *ld, const char *addr, int length, int type,
271 int type; local
323 type = AF_UNSPEC;
326 type = AF_INET6;
329 type = AF_INET;
331 if (type == AF_INET || type == AF_INET6) {
339 hent = _ns_gethostbyaddr(sseip->ld, host, strlen(host), type,
1115 _switch_gethostbyaddr_r(const char *addr, int len, int type, argument
1125 if (AF_INET == type) {
1163 ns_gethostbyaddr(const char *addr, int len, int type, LDAPHostEnt *result, char *buffer, int buflen, int *statusp, void *extradata) argument
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c153 * Return the nvpair's data_type_t for the given string type.
174 * Return the type string of the given nvpair's data_type_t.
177 data_type2str(data_type_t type) argument
179 switch (type) {
446 * name=type,val[,val...]
457 data_type_t type; local
471 type = str2data_type(typestr);
472 switch (type) {
556 * id1=str1;id2=str2;... [prop=type,val1[,val2...];...]
877 * idstr [prop=type,val
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_map.c55 zotypes type; local
61 type = t->objType;
452 val->type == vt_string && val->numVals == 1 &&
462 val->type == vt_string && val->numVals == 1 &&
472 val->type == vt_string && val->numVals == 1 &&
482 val->type == vt_string && val->numVals == 1 &&
491 val->type == vt_string && val->numVals == 1 &&
1265 * q == 0 trivially matches any 't' of the correct object type
1494 val->type = vt_ber;
1778 val.type
[all...]
H A Dldap_parse.h135 __nis_mapping_match_type_t type; member in struct:__anon1950
236 * Intended for use in a __nis_mapping_item_t, where the 'type' field
252 * type mit_ldap or mit_nis
262 __nis_mapping_item_type_t type; member in struct:__nis_mapping_item_struct
276 * type Type of the 'element' union
335 __nis_mapping_element_type_t type; member in struct:__anon1958
363 * type Type of the 'element' union
407 * me_item, type
433 __nis_mapping_element_type_t type; member in struct:__nis_mapping_element_struct
578 * objType The NIS+ object type; NIS_BOGUS_OB
[all...]
H A Dldap_val.c52 for (nf = 0; m[nf].type != mmt_end; nf++);
64 switch (m[i].type) {
124 for (i = 0; m[i].type != mmt_end; i++) {
125 switch (m[i].type) {
276 n[c].type = val[c].type;
298 * NUL, we add a byte to the length if the type is
305 if (n[c].type == vt_string && amlen > 0 &&
410 val->type = vt_ber;
526 switch (item->type) {
1445 copyTripleOrObj(__nis_mapping_item_type_t type, __nis_triple_or_obj_t *old, __nis_triple_or_obj_t *new, int *err) argument
1464 cloneTripleOrObj(__nis_mapping_item_type_t type, __nis_triple_or_obj_t *old) argument
1481 freeTripleOrObj(__nis_mapping_item_type_t type, __nis_triple_or_obj_t *old, bool_t doFree) argument
[all...]
H A Dnis_parse_ldap_map.c58 __nis_mapping_item_t *item, __nis_mapping_item_type_t type);
64 __nis_mapping_item_type_t type);
650 for (n = 0; base[n].type != mmt_end; n++) {
651 if (base[n].type != mmt_item && base[n].type
653 if (base[n].type == mmt_berstring_null)
654 base[n].type = mmt_berstring;
728 elmnt[numSplits].type = me_match;
1022 * INPUT: the attribute value and mapping rule type
1075 next->rhs.element[0].type !
1710 get_mapping_item( const char *s, const char *end_s, __nis_mapping_item_t *item, __nis_mapping_item_type_t type) argument
1828 get_print_sub_element(const char *s, const char *end_s, __nis_mapping_item_type_t type, __nis_mapping_sub_element_t *sub) argument
1921 get_subElement( const char *s, const char *end_s, __nis_mapping_sub_element_t *subelement, __nis_mapping_item_type_t type) argument
[all...]
/osnet-11/usr/src/lib/libnsl/nsl/
H A D_utility.c332 _t_is_ok(int fd, struct _ti_user *tiptr, t_scalar_t type) argument
389 * is ctl part large enough to determine type?
405 switch (pptr->type) {
408 (pptr->ok_ack.CORRECT_prim != type)) {
425 (pptr->error_ack.ERROR_prim != type)) {
897 * support T_CAPABILITY_REQ message type. In this case file
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddfs.c677 * type exists in namespace cache.
759 * type as requested.
1164 * specified object type
1767 dfs_node_create(const char *uncpath, const char *fspath, uint32_t type) argument
1776 dn->dn_type = type;
1962 * Validates the given state based on the object type (root/link), info
1966 dfs_isvalidstate(uint32_t state, uint32_t type, boolean_t target, argument
1973 if (type == DFS_OBJECT_ROOT) {
1996 if (type == DFS_OBJECT_ROOT) {
2036 * type (roo
2039 dfs_isvalidpropflagmask(uint32_t propflag_mask, uint32_t type, uint32_t flavor) argument
2064 dfs_modinfo(uint32_t type, dfs_info_t *info, dfs_info_t *newinfo, uint32_t infolvl) argument
[all...]
/osnet-11/usr/src/lib/libpam/
H A Dpam_impl.h149 __pam_get_authtok(pam_handle_t *pamh, int source, int type, char *prompt,
234 int type; /* module type, e.g. PAM_AUTH_MODULE */ member in struct:pam_handle
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c99 * Return the next disk type registers, after "type". If "type" is
100 * NULL, returns the first disk type.
102 * \return Next disk; NULL if "type" is the last registered disk type.
105 ped_disk_type_get_next (PedDiskType const *type) argument
107 if (type)
108 return type->next;
114 * Return the disk type wit
182 PedDiskType* type; local
369 ped_disk_new_fresh(PedDevice* dev, const PedDiskType* type) argument
1186 _ped_partition_alloc(const PedDisk* disk, PedPartitionType type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
1267 ped_partition_new(const PedDisk* disk, PedPartitionType type, const PedFileSystemType* fs_type, PedSector start, PedSector end) argument
2392 ped_partition_type_get_name(PedPartitionType type) argument
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dbsd.c76 uint8_t p_fstype; /* file system type, see below */
89 int16_t d_type; /* drive type */
91 int8_t d_typename[16]; /* type name, e.g. "eagle" */
110 uint32_t d_drivedata[NDDATA]; /* drive-type specific information */
131 uint8_t type; member in struct:__anon2262
309 bsd_part_data->type = label->d_partitions[i - 1].p_fstype;
372 label->d_partitions[i - 1].p_fstype = bsd_data->type;
412 bsd_data->type = 0;
434 new_part = ped_partition_new (part->disk, part->type,
443 new_bsd_data->type
[all...]
H A Dsun.c80 u_int8_t id; /* Partition type */
118 u_int8_t type; member in struct:_SunPartitionData
416 sun_data->type = label->infos[i].id;
417 sun_data->is_boot = sun_data->type == 0x1;
418 sun_data->is_root = sun_data->type == 0x2;
419 sun_data->is_lvm = sun_data->type == 0x8e;
420 sun_data->is_raid = sun_data->type == 0xfd;
504 label->infos[i].id = sun_data->type;
566 sun_data->type = 0;
591 new_part = ped_partition_new (part->disk, part->type,
[all...]
/osnet-11/usr/src/lib/libpicl/
H A Dpicl2door.h169 picl_prop_type_t type; /* attribute type */ member in struct:__anon2292
317 picl_prop_type_t ptype; /* property type */
/osnet-11/usr/src/lib/libpkg/common/
H A Dkeystore.c2309 file_lock(int fd, int type, int wait) argument
2313 lock.l_type = type;
2319 if (file_lock_test(fd, type)) {
2336 file_lock_test(int fd, int type) argument
2340 lock.l_type = type;
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_commit.c38 * and taking actions depending on their type and which file they are
433 * PEC_RES_COMP are the only type of resources
567 * This function compares the elements of the supplied type in the
575 process_lists(int type, pool_conf_t *stc, pool_conf_t *dyn, int pass) argument
582 if ((stc_elems = get_elem_list(stc, type, &stc_nelem)) == NULL)
588 if ((dyn_elems = get_elem_list(dyn, type, &dyn_nelem)) == NULL) {
658 * The array of pointers returned by the type specific query can be
666 get_elem_list(const pool_conf_t *conf, int type, uint_t *nelem) argument
674 switch (type) {
730 * Call an allocation function for each type o
771 resource_allocate(const char *type, pool_resource_t **res, uint_t nelem) argument
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c87 "[t:format|type?The data item output \aformat\a and \asize\a. A decimal byte "
204 const Type_t* type; member in struct:Format_s
601 static const Type_t type[] = variable
737 * add format type t to the format list
761 tp = type;
763 if (++tp >= &type[elementsof(type)])
765 error(2, "%c: invalid type name", c);
796 error(2, "%c: invalid size for type %c", c, tp->name);
801 error(2, "%d: invalid size for type
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h66 uint32_t nodetype; /* minor node type */
94 uint32_t nelems[DB_TYPES]; /* Number of elements of each type */
170 int type; member in struct:di_devlink
408 static int link_cmp(cache_link_t *clp, const char *content, int type);

Completed in 123 milliseconds

<<21222324252627282930>>