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

<<313233343536

/osnet-11/usr/src/lib/fm/libdisklog/common/
H A Dlibdisklog.c1025 int type = 0; local
1300 type = event_strs[j].phy_type;
1311 if (type == DL_LOG_PPEN_PEAK_BLOCKED_CNT ||
1312 type == DL_LOG_PPEN_PEAK_WAIT_TIME ||
1313 type == DL_LOG_PPEN_PEAK_ARBI_TIME ||
1314 type == DL_LOG_PPEN_PEAK_CONN_TIME)
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h150 * Currently the first type is the enctype and the second is the salt type.
163 krb5_int16 type; member in struct:_krb5_keysalt
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c251 * FCC version 2 contains type information for principals. FCC
254 * FCC version 3 contains keyblock encryption type information, and is
261 * The default credentials cache should be type 3 for now (see
459 * Fills in the second argument with data of the appropriate type from
461 * variable length fields; therefore, krb5_destroy_<type> must be
480 krb5_int32 length, type; local
488 type = KRB5_NT_UNKNOWN;
490 /* Read principal type */
491 kret = krb5_fcc_read_int32(context, id, &type);
528 tmpprinc->type
966 krb5_int32 i, length, tmp, type; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpreauth2.c71 krb5_preauthtype type; member in struct:_pa_types_t
363 /* Add the named encryption type to the existing list of ktypes. */
548 /* Find the first module which provides for the named preauth type which also
583 /* skip over those which don't match the preauth type */
737 fprintf (stderr, "key type %d bytes %02x %02x ...\n",
745 fprintf (stderr, "enc data { type=%d kvno=%d data=%02x %02x ... }\n",
2047 /* Try the internally-provided preauth type list. */
2048 if (!realdone) for (j=0; pa_types[j].type >= 0; j++) {
2049 if ((in_padata[i]->pa_type == pa_types[j].type) &&
2053 "%d, flag %d\n", pa_types[j].type, paorde
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Dure.c143 ucs2_t type; member in struct:__anon1038
163 ucs2_t type; member in struct:__anon1040
735 symp->type = _URE_NCCLASS;
738 symp->type = _URE_CCLASS;
937 symp->type = (c == 'p') ? _URE_CCLASS : _URE_NCCLASS;
941 symp->type = _URE_CHAR;
945 symp->type = _URE_CHAR;
949 symp->type = _URE_CHAR;
953 symp->type = _URE_CHAR;
957 symp->type
1137 _ure_make_expr(ucs2_t type, ucs2_t lhs, ucs2_t rhs, _ure_buffer_t *b) argument
[all...]
/osnet-11/usr/src/lib/hal/libhal/common/
H A Dlibhal.c199 int type; /**< Type of property */ member in struct:LibHalProperty_s
300 switch (p->type) {
308 p->type = LIBHAL_PROPERTY_TYPE_STRLIST;
320 p->type = LIBHAL_PROPERTY_TYPE_STRING;
331 p->type = LIBHAL_PROPERTY_TYPE_INT32;
342 p->type = LIBHAL_PROPERTY_TYPE_UINT64;
353 p->type = LIBHAL_PROPERTY_TYPE_DOUBLE;
364 p->type = LIBHAL_PROPERTY_TYPE_BOOLEAN;
493 p->type = dbus_message_iter_get_arg_type (&var_iter);
533 if (p->type
1109 int type; local
1582 libhal_device_set_property_helper(LibHalContext *ctx, const char *udi, const char *key, int type, const char *str_value, dbus_int32_t int_value, dbus_uint64_t uint64_value, double double_value, dbus_bool_t bool_value, DBusError *error) argument
2625 int type; local
[all...]
/osnet-11/usr/src/lib/hal/libhal-storage/common/
H A Dlibhal-storage.c663 /* blacklist partitions with name 'bootstrap' of type HFS (Apple uses that) */
693 LibHalDriveType type; member in struct:LibHalDrive_s
879 #define LIBHAL_PROP_EXTRACT_INT(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_INT32) _where_ = libhal_psi_get_int (&it)
880 #define LIBHAL_PROP_EXTRACT_UINT64(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_UINT64) _where_ = libhal_psi_get_uint64 (&it)
881 #define LIBHAL_PROP_EXTRACT_STRING(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_STRING) _where_ = (libhal_psi_get_string (&it) != NULL && strlen (libhal_psi_get_string (&it)) > 0) ? strdup (libhal_psi_get_string (&it)) : NULL
882 #define LIBHAL_PROP_EXTRACT_BOOL(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_BOOLEAN) _where_ = libhal_psi_get_bool (&it)
883 #define LIBHAL_PROP_EXTRACT_BOOL_BITFIELD(_property_, _where_, _field_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_BOOLEAN) _where_ |= libhal_psi_get_bool (&it) ? _field_ : 0
884 #define LIBHAL_PROP_EXTRACT_STRLIST(_property_, _where_) else if (strcmp (key, _property_) == 0 && type == LIBHAL_PROPERTY_TYPE_STRLIST) _where_ = my_strvdup (libhal_psi_get_strlist (&it))
931 int type; local
934 type
1122 int type; local
1900 int type; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c590 * This function appends the content with a type into the tl_data
591 * structure. Based on the type the length of the content is either
593 * success and 1 if the type associated with the content is undefined.
678 * type defined by the tl_type (second parameter). The tl_data
681 * defines the type of the content that follows. The next 2 bytes
702 /* get the type of the content */
806 int type, int *intval)
817 if (decode_tl_data(&tl_data, type, &voidptr) == 0) {
872 int type, char **strval)
878 if (type !
805 krb5_get_int_from_tl_data(krb5_context context, krb5_db_entry *entries, int type, int *intval) argument
871 krb5_get_str_from_tl_data(krb5_context context, krb5_db_entry *entries, int type, char **strval) argument
[all...]
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.c40 * Externalized type definitions.
151 adr_type_free(adr_type_t *type) argument
153 if (type == NULL || !type->t_dynamic)
156 switch (type->t_type) {
158 adr_type_free(type->t_aux.t_array);
161 for (int i = 0; i < type->t_size + 1; i++) {
162 free((void *)type->t_aux.t_enum[i].ev_name);
163 adr_data_free(type->t_aux.t_enum[i].ev_data);
165 free(type
182 adr_type_print(FILE *file, adr_type_t *type) argument
391 adr_data_verify(adr_data_t *data, adr_type_t *type, boolean_t recursive) argument
709 adr_data_new_struct(adr_type_t *type) argument
731 adr_data_new_union_indexed(adr_type_t *type, unsigned int index, adr_data_t *arm, adr_data_t *data) argument
758 adr_data_new_union(adr_type_t *type, adr_data_t *arm, adr_data_t *data) argument
771 adr_data_new_array(adr_type_t *type, unsigned int size) argument
794 adr_data_new_enum_index(adr_type_t *type, int index) argument
810 adr_data_new_enum(adr_type_t *type, int value) argument
826 adr_data_new_enum_byname(adr_type_t *type, const char *value) argument
893 adr_data_get_internal(adr_data_t *data, adr_datatype_t type) argument
1085 path_valid(adr_type_t *type, adr_type_t *endtype, const char * const * path) argument
1209 adr_type_struct_get(adr_type_t *type, const char *name) argument
1223 adr_type_struct_nget(adr_type_t *type, const char *name, int len) argument
1237 adr_union_arm_type(adr_type_t *type, adr_data_t *arm) argument
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c138 enum ad_data_type type; member in struct:ad_item
242 if ((item->type == AD_STRING &&
244 (item->type == AD_DIRECTORY &&
246 (item->type == AD_DOMAINS_IN_FOREST &&
248 (item->type == AD_TRUSTED_DOMAINS &&
675 uint16_t type; local
775 NS_GET16(type, ptr);
784 if (type != T_SRV) {
1171 ctx->domain_name.type = AD_STRING;
1172 ctx->domain_controller.type
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dohci.c605 grub_transfer_type_t type, unsigned int toggle,
612 grub_dprintf ("ohci", "OHCI transaction td=%p type=%d, toggle=%d, size=%lu\n",
613 td, type, toggle, (unsigned long) size);
615 switch (type)
697 /* Determine if transfer type is bulk - we need to select proper ED */
698 switch (transfer->type)
815 switch (transfer->type)
602 grub_ohci_transaction(grub_ohci_td_t td, grub_transfer_type_t type, unsigned int toggle, grub_size_t size, grub_uint32_t data) argument
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c116 grub_uint8_t type; member in struct:grub_btrfs_key
125 grub_uint64_t type; member in struct:grub_btrfs_chunk_item
167 grub_uint8_t type; member in struct:grub_btrfs_dir_item
212 grub_uint8_t type; member in struct:grub_btrfs_extent_data
281 if (a->type < b->type)
283 if (a->type > b->type)
397 key_in->object_id, key_in->type, key_in->offset);
427 node.key.object_id, node.key.type,
1150 find_path(struct grub_btrfs_data *data, const char *path, struct grub_btrfs_key *key, grub_uint64_t *tree, grub_uint8_t *type) argument
1414 grub_uint8_t type; local
1518 grub_uint8_t type; local
[all...]
H A Dext2.c693 enum grub_fshelp_filetype type = GRUB_FSHELP_UNKNOWN;
714 type = GRUB_FSHELP_DIR;
716 type = GRUB_FSHELP_SYMLINK;
718 type = GRUB_FSHELP_REG;
737 type = GRUB_FSHELP_DIR;
740 type = GRUB_FSHELP_SYMLINK;
743 type = GRUB_FSHELP_REG;
746 if (hook (filename, type, fdiro))
692 enum grub_fshelp_filetype type = GRUB_FSHELP_UNKNOWN; local
H A Dhfsplus.c76 /* The type of node. */
89 grub_int8_t type; member in struct:grub_hfsplus_btnode
127 grub_uint8_t type; member in struct:grub_hfsplus_extkey
145 grub_uint16_t type; member in struct:grub_hfsplus_catfile
689 /* The action that has to be taken depend on the type of
691 if (nodedesc->type == GRUB_HFSPLUS_BTNODE_TYPE_LEAF
701 else if (nodedesc->type == GRUB_HFSPLUS_BTNODE_TYPE_INDEX)
751 enum grub_fshelp_filetype type = GRUB_FSHELP_UNKNOWN;
765 /* Determine the type of the node that is found. */
766 if (grub_be_to_cpu16 (fileinfo->type)
749 enum grub_fshelp_filetype type = GRUB_FSHELP_UNKNOWN; local
[all...]
H A Dreiserfs.c173 grub_uint32_t type; member in struct:grub_reiserfs_key::__anon412::__anon413
227 enum grub_reiserfs_item_type type; /* To know how to read the header. */ member in struct:grub_fshelp_node
240 /* Return the type of given v2 key. */
260 /* Return the type of given v1 key. */
264 switch (grub_le_to_cpu32 (key->u.v1.type))
327 grub_printf ("parent id = 0x%08x, self id = 0x%08x, type = %s, offset = ",
364 /* Return the type of given key. */
374 /* Set the type of given key, with given version number. */
380 grub_uint32_t type; local
385 type
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregcomp.c116 re_token_type_t type);
320 re_token_type_t type = dfa->nodes[node].type;
322 if (type == CHARACTER)
336 && dfa->nodes[node].type == CHARACTER
348 else if (type == SIMPLE_BRACKET)
361 else if (type == COMPLEX_BRACKET)
426 else if (type == OP_PERIOD
428 || type == OP_UTF8_PERIOD
430 || type
318 re_token_type_t type = dfa->nodes[node].type; local
1004 re_token_type_t type = dfa->nodes[node_idx].type; local
3769 create_tree(re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, re_token_type_t type) argument
[all...]
H A Dvasnprintf.c20 FCHAR_T The element type of the format string.
21 DCHAR_T The element type of the destination (result) string.
24 FCHAR_T and DCHAR_T are not the same type.
36 TCHAR_T The element type of the argument and result string
41 DCHAR_IS_TCHAR Set to 1 if DCHAR_T and TCHAR_T are the same type.
1505 arg_type type, int flags, size_t width, int has_precision,
1514 if (type == TYPE_LONGLONGINT || type == TYPE_ULONGLONGINT)
1522 if (type == TYPE_LONGINT || type
1504 MAX_ROOM_NEEDED(const arguments *ap, size_t arg_index, FCHAR_T conversion, arg_type type, int flags, size_t width, int has_precision, size_t precision, int pad_ourselves) argument
1911 arg_type type = a.arg[dp->arg_index].type; local
2909 arg_type type = a.arg[dp->arg_index].type; local
3415 arg_type type = a.arg[dp->arg_index].type; local
4575 arg_type type = a.arg[dp->arg_index].type; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c107 gcry_ac_key_type_t type; /* Type of the key. */
884 gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, va_list ap)
892 gcry_assert ((type == GCRY_AC_IO_STRING) || (type == GCRY_AC_IO_STRING));
895 ac_io->type = type;
900 switch (type)
914 switch (type)
935 gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, ...)
939 va_start (ap, type);
106 gcry_ac_key_type_t type; /* Type of the key. */ member in struct:gcry_ac_key
880 _gcry_ac_io_init_va(gcry_ac_io_t *ac_io, gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, va_list ap) argument
931 _gcry_ac_io_init(gcry_ac_io_t *ac_io, gcry_ac_io_mode_t mode, gcry_ac_io_type_t type, ...) argument
1454 _gcry_ac_key_init(gcry_ac_key_t *key, gcry_ac_handle_t handle, gcry_ac_key_type_t type, gcry_ac_data_t data) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c45 } type; member in struct:grub_relocator_subchunk
127 is_start (int type) argument
129 return !(type & 1) && (type != COLLISION_START);
281 switch (subchu->type)
516 events[N].type = COLLISION_START;
519 events[N].type = COLLISION_END;
531 events[N].type = FIRMWARE_BLOCK_START;
534 events[N].type = FIRMWARE_BLOCK_END;
544 events[N].type
1371 hook(grub_uint64_t addr, grub_uint64_t sz, grub_memory_type_t type) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c79 grub_uint32_t type; member in struct:bsd_tag
209 grub_bsd_add_meta (grub_uint32_t type, const void *data, grub_uint32_t len) argument
217 newtag->type = type;
223 && type == (FREEBSD_MODINFO_METADATA | FREEBSD_MODINFOMD_SMAP))
227 p->type != (FREEBSD_MODINFO_METADATA | FREEBSD_MODINFOMD_KERNEND);
253 grub_uint32_t type; member in struct:grub_e820_mmap
271 grub_memory_type_t type)
275 switch (type)
278 cur.type
270 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
386 grub_freebsd_add_meta_module(const char *filename, const char *type, int argc, char **argv, grub_addr_t addr, grub_uint32_t size) argument
485 grub_netbsd_add_meta_module(char *filename, grub_uint32_t type, grub_addr_t addr, grub_uint32_t size) argument
1815 const char *type; local
1878 grub_netbsd_module_load(char *filename, grub_uint32_t type) argument
1920 grub_uint32_t type; local
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c444 grub_uint16_t type; member in struct:gsub_lookup
452 grub_uint16_t type; member in struct:gsub_substitution
467 grub_uint16_t type; member in struct:gsub_coverage_list
474 grub_uint16_t type; member in struct:gsub_coverage_ranges
518 substtype = grub_be_to_cpu16 (sub->type);
541 if (grub_be_to_cpu16 (lookup->type) != GSUB_SINGLE_SUBSTITUTION)
543 printf (_("Unsupported substitution type: %d\n"),
544 grub_be_to_cpu16 (lookup->type));
575 substtype = grub_be_to_cpu16 (sub->type);
H A Dgrub-mkimage.c547 grub_uint32_t type; member in struct:grub_ieee1275_note_hdr
822 header->type = grub_host_to_target32 (OBJ_TYPE_ELF);
837 header->type = grub_host_to_target32 (OBJ_TYPE_MEMDISK);
851 header->type = grub_host_to_target32 (OBJ_TYPE_CONFIG);
866 header->type = grub_host_to_target32 (OBJ_TYPE_PREFIX);
1593 note->header.type = grub_host_to_target32 (GRUB_IEEE1275_NOTE_TYPE);
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c1233 type_str(enum board_type type) argument
1237 switch (type) {
1279 switch (sc->type) {
1334 (void) strcpy(cs->ap_type, type_str(sc->type));
/osnet-11/usr/src/lib/efcode/engine/
H A Ddebug.c104 dump_comma(fcode_env_t *env, char *type) argument
108 if (strcmp(type, "x,") == 0)
112 log_message(MSG_FC_DEBUG, "%s %p, %llx\n", type, HERE, (uint64_t)d);
1490 set_memory_watch(fcode_env_t *env, int type, int size, void *addr, argument
1501 mw_valid = type;
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c994 ** type -- the queue file type (e.g., DATAFL_LETTER)
1001 dup_queue_file(e, ee, type)
1003 int type;
1014 (void) sm_strlcpy(f1buf, queuename(e, type), sizeof(f1buf));
1015 (void) sm_strlcpy(f2buf, queuename(ee, type), sizeof(f2buf));
1018 if (type == DATAFL_LETTER && e->e_dfp != NULL &&
1694 ** that this type of addresses is not processed along
2078 char *type; local
2087 type
[all...]

Completed in 358 milliseconds

<<313233343536