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

<<313233343536

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c1756 #define HTOV(name,type) \
1757 type \
1758 name (register type n) \
1761 type value; \
1762 char c[sizeof(type)]; \
1772 #define VTOH(name,type) \
1773 type \
1774 name (register type n) \
1777 type value; \
1778 char c[sizeof(type)]; \
3366 char *type = OP_IS_SOCKET(op) local
3403 "%s%s on %s %s %s", func, pars, vile, type, name); local
3413 "%s%s on %s %s", func, pars, vile, type); local
4094 Perl_my_socketpair(int family, int type, int protocol, int fd[2]) argument
4192 Perl_my_socketpair(int family, int type, int protocol, int fd[2]) argument
[all...]
H A Dsv.c50 av, hv...) contains type and reference count information, as well as a
52 specific to each type.
1267 Upgrade an SV to a more complex form. Generally adds a new body type to the
4442 /* sutf8 and dutf8 were type bool, but under USE_ITHREADS,
4533 Create a new null SV, or if len > 0, create a new empty SVt_PV type SV
4643 Adds magic to an SV. First upgrades C<sv> to type C<SVt_PVMG> if necessary,
4644 then adds a new magic item of type C<how> to the head of the magic list.
4793 Perl_croak(aTHX_ "Don't know how to handle magic of type \\%o", how);
4813 Removes all magic of type C<type> fro
4819 Perl_sv_unmagic(pTHX_ SV *sv, int type) argument
9458 Perl_fp_dup(pTHX_ PerlIO *fp, char type, CLONE_PARAMS *param) argument
[all...]
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h433 #define QUEUE_HASH(wchan, type) ((uint_t) \
436 & (QHASHSIZE - 1)) + (((type) == MX)? 0 : QHASHSIZE))
879 * Don't add any other type of data before this point.
1144 int type; member in struct:_mattr
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c74 OPT_FFLAG, OPT_FINT, OPT_FDBL, OPT_FSTR} type; member in struct:s_options
126 } type; /* Symbols are all either TERMINALS or NTs */ member in struct:symbol
141 char *datatype; /* The data type of information held by this
142 ** object. Only used if type==NONTERMINAL */
143 int dtnum; /* The data type number. In the parser, the value
145 ** union is the correct data type for this object */
198 } type; member in struct:action
245 char *vartype; /* The default type of non-terminal symbols */
359 if( rc==0 ) rc = (int)ap1->type - (int)ap2->type;
[all...]
/osnet-11/usr/src/lib/libstmf/common/
H A Dstmf.c1601 if (luPropsHdl->type == STMF_DISK) {
2074 * Creates a logical unit resource of type STMF_DISK.
2082 hdl->type = STMF_DISK;
2310 * dType - type of device to modify
2676 * resourceProp - a valid resource property type
2689 if (luPropsHdl->type == STMF_DISK) {
2854 * Purpose: Retrieve all disk type properties from sbd driver
2962 * Purpose: get a global property for a device type
3099 * Purpose: set a global property for a device type
3118 * Purpose: set properties for resource of type dis
4545 iLoadGroupFromPs(stmfGroupList **groupList, int type) argument
4613 iLoadGroupMembersFromPs(stmfGroupName *groupName, stmfGroupProperties **groupProp, int type) argument
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c70 * Given a single type (not a mask of types), return the type in a human
74 zfs_type_to_name(zfs_type_t type) argument
76 switch (type) {
96 zfs_validate_name(libzfs_handle_t *hdl, const char *path, int type, argument
170 if (!(type & ZFS_TYPE_SNAPSHOT) && (cp = strchr(path, '@')) != NULL &&
171 (!(type & ZFS_TYPE_SHARE) ||
179 if (type == ZFS_TYPE_SNAPSHOT && strchr(path, '@') == NULL) {
186 if (!(type & ZFS_TYPE_SHARE) && modifying &&
194 if (type
205 zfs_name_valid(const char *name, zfs_type_t type) argument
312 get_stats_ioctl(zfs_handle_t *zhp, zfs_cmd_t *zc, zfs_type_t type) argument
464 make_handle_impl(libzfs_handle_t *hdl, const char *path, zfs_type_t type) argument
923 zfs_prepare_valid_proplist(libzfs_handle_t *hdl, zfs_type_t type, nvlist_t *nvl, uint64_t zoned, zfs_handle_t *zhp, zfs_handle_t *parent_zhp, const char *errbuf, zfs_proplist_flags_t flags) argument
1994 zfs_setprop_error(libzfs_handle_t *hdl, zfs_type_t type, const char *propname, int err, char *errbuf) argument
2535 zprop_type_t type; local
4178 zfs_userquota_prop_t type; local
4331 zfs_userquota_prop_t type; local
4343 zfs_userquota_prop_t type; local
4877 zfs_create(libzfs_handle_t *hdl, const char *path, zfs_type_t type, nvlist_t *props) argument
5206 zfs_type_t type; local
5591 zfs_type_t type = zfs_is_share_name(dependents[i]) ? local
6549 zfs_userspace(zfs_handle_t *zhp, zfs_userquota_prop_t type, zfs_userspace_cb_t func, void *arg) argument
[all...]
H A Dlibzfs_sendrecv.c414 (void) fprintf(stderr, "INVALID record type 0x%x\n",
446 /* sort by type */
466 fsavl_find(avl_tree_t *avl, zfs_type_t type, uint64_t guid, char **name) argument
471 fn_find.fn_type = type;
519 zfs_type_t type = ZFS_TYPE_SNAPSHOT; local
527 type = ZFS_TYPE_SHARE;
541 fn->fn_type = type;
554 if (type == ZFS_TYPE_SNAPSHOT) {
557 type = ZFS_TYPE_SHARE;
559 if (type
3281 zfs_type_t type; local
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtpmtok_int.h351 CK_ATTRIBUTE_TYPE type; member in struct:_ATTRIBUTE_PARSE_LIST
397 find_mech_list_item_for_type(CK_MECHANISM_TYPE type,
426 CK_ATTRIBUTE_TYPE_32 type; member in struct:CK_ATTRIBUTE_32
1049 CK_BBOOL template_check_exportability(TEMPLATE *, CK_ATTRIBUTE_TYPE type);
1122 CK_BBOOL secret_key_check_exportability(CK_ATTRIBUTE_TYPE type);
1135 CK_BBOOL rsa_priv_check_exportability(CK_ATTRIBUTE_TYPE type);
1294 (CK_SLOT_ID slotID, CK_MECHANISM_TYPE type,
/osnet-11/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c1350 template[2].type = CKA_DECRYPT;
2301 clear_reauth_entry(reauth_entry_t *reauth, enum Context_type type, argument
2311 if (type == CLIENT) {
2953 * digest-uri-value = serv-type "/" host [ "/" serv-name ]
3040 * digest-uri-value = serv-type "/" host [ "/" serv-name ] serv-type
3284 "Have neither type of secret");
3287 "Have neither type of secret");
/osnet-11/usr/src/lib/smhba/common/
H A DSMHBAAPILIB.c3128 HBA_UINT8 type,
3143 vendorHandle, sourceWWN, destWWN, function, type,
3823 DEBUG(2, "SMHBA_GetProtocolStatistics port index: %d protocol type: %d",
3123 HBA_SendLIRR( HBA_HANDLE handle, HBA_WWN sourceWWN, HBA_WWN destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c362 scf_type_base_type(scf_type_t type, scf_type_t *out) argument
364 rep_protocol_value_type_t t = scf_type_to_protocol_type(type);
1079 * entity already set up with different type
1569 * entity already set up with different type
1573 datael_init(scf_datael_t *dp, scf_handle_t *h, uint32_t type) argument
1583 dp->rd_type = type;
1701 datael_get_name(const scf_datael_t *dp, char *buf, size_t size, uint32_t type) argument
1712 request.rpr_answertype = type;
1774 * Fails with _HANDLE_MISMATCH, _INVALID_ARGUMENT (out does not have type type,
1782 datael_get_child_composed_locked(const scf_datael_t *dp, const char *name, uint32_t type, scf_datael_t *out, scf_iter_t *iter) argument
1870 datael_get_child_locked(const scf_datael_t *dp, const char *name, uint32_t type, scf_datael_t *out) argument
1922 datael_get_child(const scf_datael_t *dp, const char *name, uint32_t type, scf_datael_t *out, boolean_t composed) argument
2084 datael_add_child(const scf_datael_t *dp, const char *name, uint32_t type, scf_datael_t *cp) argument
2169 datael_add_pg(const scf_datael_t *dp, const char *name, const char *type, uint32_t flags, scf_datael_t *cp) argument
2804 scf_iter_service_pgs_typed(scf_iter_t *iter, const scf_service_t *svc, const char *type) argument
2831 scf_iter_instance_pgs_typed(scf_iter_t *iter, const scf_instance_t *inst, const char *type) argument
2849 scf_iter_instance_pgs_typed_composed(scf_iter_t *iter, const scf_instance_t *inst, const scf_snapshot_t *snap, const char *type) argument
2867 scf_iter_snaplevel_pgs_typed(scf_iter_t *iter, const scf_snaplevel_t *inst, const char *type) argument
3426 scf_service_add_pg(const scf_service_t *svc, const char *name, const char *type, uint32_t flags, scf_propertygroup_t *pg) argument
3447 scf_instance_add_pg(const scf_instance_t *inst, const char *name, const char *type, uint32_t flags, scf_propertygroup_t *pg) argument
3939 scf_notify_add_pattern(scf_handle_t *h, int type, const char *name) argument
3970 _scf_notify_add_pgtype(scf_handle_t *h, const char *type) argument
4262 rep_protocol_value_type_t type; local
4332 rep_protocol_value_type_t type; local
4353 rep_protocol_value_type_t type = scf_type_to_protocol_type(type_arg); local
4639 transaction_add(scf_transaction_t *tran, scf_transaction_entry_t *entry, enum rep_protocol_transaction_action action, const char *prop, rep_protocol_value_type_t type) argument
4797 scf_transaction_pg_modify(scf_transaction_t *tran, const char *type, uint32_t flags) argument
4841 scf_transaction_property_new(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
4854 scf_transaction_property_change(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
4867 scf_transaction_property_change_type(scf_transaction_t *tx, scf_transaction_entry_t *entry, const char *prop, scf_type_t type) argument
5732 scf_value_get_as_string_typed(const scf_value_t *v, scf_type_t type, char *buf, size_t bufsz) argument
5743 scf_value_set_from_string(scf_value_t *v, scf_type_t type, const char *str) argument
6329 scf_parse_fmri(char *fmri, int *type, const char **scope, const char **service, const char **instance, const char **propertygroup, const char **property) argument
[all...]
/osnet-11/usr/src/lib/libkmf/include/
H A Dkmftypes.h27 /* KMF_HANDLE_T is a pointer to an incomplete C struct for type safety. */
115 * This type defines a set of constants used to identify cryptographic
425 * This structure contain an type-value pair.
429 KMF_OID type; member in struct:__anon1872
438 * composed of an ordered set of type-value pairs.
514 * extension value and the type of that value.
518 uint8_t type; member in struct:__anon1880
710 KMF_CRL_DIST_POINT_TYPE type; member in struct:__anon1901
809 KMF_ATTR_TYPE type; member in struct:__anon1905
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h210 record type and/or status. */
369 * is terminated by an attribute of type AT_END which is a truncated attribute
370 * in that it only consists of the attribute type code AT_END and none of the
528 * Each attribute type has a corresponding attribute name (Unicode string of
626 ATTR_DEF_MULTIPLE = const_cpu_to_le32(0x04), /* Attribute type
634 unique for the attribute type in all of
638 the attribute type in all of the mft
657 * Entries are sorted by attribute type. The flags describe whether the
668 /* 80*/ ATTR_TYPES type; /* Type of the attribute. */ member in struct:__anon2052
745 * In fact, life is more complicated because adjacent entries of the same type
792 /* 0*/ ATTR_TYPES type; /* The (32-bit) type of the attribute. */ member in struct:__anon2055
1108 /* 0*/ ATTR_TYPES type; /* Type of referenced attribute. */ member in struct:__anon2064
1630 ACE_TYPES type; /* Type of the ACE. */ member in struct:__anon2084
1808 ACE_TYPES type; /* Type of the ACE. */ member in struct:__anon2087
1836 ACE_TYPES type; /* Type of the ACE. */ member in struct:__anon2089
2377 ATTR_TYPES type; /* Type of the indexed attribute. Is member in struct:__anon2107
2961 /* 8*/ le32 type; /* Type of this credential: member in struct:__anon2133
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.c85 #define CMS_get0_type(_p7) ((_p7)->type)
92 #define CMS_get0_eContentType(_p7) (_p7->d.sign->contents->type)
136 return (gettext("attribute type invalid"));
164 return (gettext("key type inconsistent"));
234 return (gettext("unwrapping key type inconsistent"));
242 return (gettext("user type invalid"));
256 return (gettext("wrapping key type inconsistent"));
891 pkinit_data->type = V_ASN1_OCTET_STRING;
1018 p7->type = OBJ_nid2obj(NID_pkcs7_signed);
1096 p7si->digest_alg->parameter->type
1356 const ASN1_OBJECT *type = NULL, *etype = NULL; local
2802 pkinit_create_sequence_of_principal_identifiers( krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_crypto_context id_cryptoctx, int type, krb5_data **out_data) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h78 typedef u_int32_t db_pgno_t; /* Page number type. */
79 typedef u_int16_t db_indx_t; /* Page offset type. */
82 typedef u_int32_t db_recno_t; /* Record number type. */
87 /* Forward structure declarations, so applications get type checking. */
407 DBTYPE type; /* DB access method. */ member in struct:__db
812 int ftype; /* File type. */
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h167 grub_uint8_t type; member in struct:grub_efi_sal_system_table_entrypoint_descriptor
177 grub_uint8_t type; member in struct:grub_efi_sal_system_table_memory_descriptor
192 grub_uint8_t type; member in struct:grub_efi_sal_system_table_platform_features
199 grub_uint8_t type; member in struct:grub_efi_sal_system_table_translation_register_descriptor
210 grub_uint8_t type; member in struct:grub_efi_sal_system_table_purge_translation_coherence
218 grub_uint8_t type; member in struct:grub_efi_sal_system_table_ap_wakeup
375 grub_efi_uint32_t type; member in struct:grub_efi_memory_descriptor
387 grub_efi_uint8_t type; member in struct:grub_efi_device_path
396 #define GRUB_EFI_DEVICE_PATH_TYPE(dp) ((dp)->type & 0x7f)
806 (*allocate_pages) (grub_efi_allocate_type_t type,
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c117 #define DTD_ATTR_IPTYPE (const xmlChar *) "ip-type"
156 #define DTD_ATTR_TYPE (const xmlChar *) "type"
253 { "ip-type", DTD_ATTR_IPTYPE },
276 { "type", DTD_ATTR_TYPE },
2099 * When the default for ip-type was shared, zonecfg_set_iptype() only
2100 * wrote the ip-type property to the zone configuration if it was set
2101 * to exclusive. It now always writes ip-type explicitly regardless
2102 * of its value. As a result, we can assume that a missing ip-type
2393 char type[FSTYPSZ]; local
2461 if ((fetchprop(handle, cur, DTD_ATTR_TYPE, type,
3975 char name[MAXNAMELEN], type[MAXNAMELEN], value[MAXNAMELEN]; local
7071 zonecfg_valid_fs_type(const char *type) argument
9110 char *type; local
[all...]
/osnet-11/usr/src/lib/pkcs11/include/
H A Dpkcs11t.h355 * value that identifies the hardware feature type of an object
366 /* CK_KEY_TYPE is a value that identifies a key type */
422 * type */
437 * type */
604 /* CK_ATTRIBUTE is a structure that includes the type, length
607 CK_ATTRIBUTE_TYPE type; member in struct:CK_ATTRIBUTE
626 * type */
1802 CK_OTP_PARAM_TYPE type; member in struct:CK_OTP_PARAM
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h230 e1000_eeprom_type type; member in struct:e1000_eeprom_info
1056 #define E1000_EECD_ADDR_BITS 0x00000400 /* EEPROM Addressing bits based on type

Completed in 442 milliseconds

<<313233343536