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

<<21222324252627282930>>

/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c184 keyword_type type,
197 pkiDebug("%s: Missing or empty value for list keyword type %d\n",
198 __FUNCTION__, type);
203 if (type == kw_eku) {
205 } else if (type == kw_ku) {
208 pkiDebug("%s: Unknown list keyword type %d\n", __FUNCTION__, type);
221 if (type == kw_eku) {
223 } else if (type == kw_ku) {
527 pkiDebug("%s: unknown keyword value type
183 parse_list_value(krb5_context context, keyword_type type, char *value, rule_component *rc) argument
[all...]
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.h49 * released its reference on the complex type will obtain a reference
125 struct adr_type *sf_type; /* field type */
136 struct adr_type *ua_type; /* arm type */
153 adr_datatype_t t_type; /* basic type */
154 const char *adr_t_name; /* type name */
161 struct adr_type *type; /* discriminant type */ member in struct:adr_type::__anon1093::__anon1094
261 #define adr_data_get(data, type, field) (data->d_data.field)
264 #define adr_data_get(data, type, field) \
265 (adr_data_get_internal(data, type)
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Duhci.c457 grub_transfer_type_t type, unsigned int addr,
477 "transaction: endp=%d, type=%d, addr=%d, toggle=%d, size=%lu data=0x%x td=%p\n",
478 endp, type, addr, toggle, (unsigned long) size, data, td);
496 | (addr << 8) | tf[type]);
573 grub_dprintf ("uhci", "setup transaction %d\n", transfer->type);
456 grub_uhci_transaction(struct grub_uhci *u, unsigned int endp, grub_transfer_type_t type, unsigned int addr, unsigned int toggle, grub_size_t size, grub_uint32_t data, grub_usb_speed_t speed) argument
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dsfs.c73 grub_uint8_t type; member in struct:grub_sfs_obj
366 int size, int type,
371 int size, int type,
394 ret = hook ((char *) name_u8, type, node);
422 enum grub_fshelp_filetype type;
438 if (obj->type & GRUB_SFS_TYPE_DELETED)
440 else if (obj->type & GRUB_SFS_TYPE_SYMLINK)
441 type = GRUB_FSHELP_SYMLINK;
442 else if (obj->type & GRUB_SFS_TYPE_DIR)
443 type
367 grub_sfs_create_node(const char *name, int block, int size, int type, grub_uint32_t mtime) argument
420 enum grub_fshelp_filetype type; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dgui_list.c151 list_is_instance (void *vself __attribute__((unused)), const char *type) argument
153 return (grub_strcmp (type, "component") == 0
154 || grub_strcmp (type, "list") == 0);
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c259 grub_efi_uint8_t type = GRUB_EFI_DEVICE_PATH_TYPE (dp); local
262 if (type == GRUB_EFI_END_DEVICE_PATH_TYPE)
264 else if (type == GRUB_EFI_MEDIA_DEVICE_PATH_TYPE
325 grub_efi_uint8_t type = GRUB_EFI_DEVICE_PATH_TYPE (dp); local
329 switch (type)
728 (unsigned) type,
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dlinux.c111 grub_memory_type_t type __attribute__ ((unused)))
180 grub_memory_type_t type)
184 if (type == GRUB_MEMORY_AVAILABLE
250 grub_uint32_t type)
261 (e820_map[n - 1].type == type))
267 e820_map[n].type = type;
404 grub_memory_type_t type)
407 switch (type)
179 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
248 grub_e820_add_region(struct grub_e820_mmap *e820_map, int *e820_num, grub_uint64_t start, grub_uint64_t size, grub_uint32_t type) argument
403 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_mbi2.c138 tag->type != MULTIBOOT_TAG_TYPE_END;
141 grub_dprintf("multiboot", "MB2: found header tag %d\n", tag->type);
143 switch (tag->type)
227 "unsupported tag: 0x%x", tag->type);
413 grub_memory_type_t type)
417 switch (type)
421 mmap_entry->type = MULTIBOOT_MEMORY_RUNTIME;
425 mmap_entry->type = MULTIBOOT_MEMORY_AVAILABLE;
429 mmap_entry->type = MULTIBOOT_MEMORY_ACPI_RECLAIMABLE;
433 mmap_entry->type
412 hook(grub_uint64_t addr, grub_uint64_t size, grub_memory_type_t type) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dmenu_entry.c967 store_completion (const char *item, grub_completion_type_t type, argument
972 completion_type = type;
/osnet-11/usr/src/grub/grub2/include/
H A Dmultiboot.h231 multiboot_uint32_t type; member in struct:multiboot_mmap_entry
/osnet-11/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c592 ctf_id_t type, rtype; local
616 * if the type is just a struct/union. So, if the return
617 * type is a struct/union, la_pltexit() should be off.
620 type = ctf_type_reference(ctfp, rtype);
621 rtype = ctf_type_resolve(ctfp, type);
650 type = ctf_type_reference(ctfp, rtype);
651 rtype = ctf_type_resolve(ctfp, type);
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_list.c61 static void get_hw_info(di_node_t node, cfga_list_data_t *clp, dyncomp_t type);
653 * For SPI type, keep the existing SCFGA_BUS_TYPE.
654 * For other types, the ap type will be scsi-'interconnct-type'.
686 node, "initiator-interconnect-type", &itype);
768 /* fill in device type, vid, pid from properties */
770 get_hw_info(di_node_t node, cfga_list_data_t *clp, dyncomp_t type) argument
777 * Fill in type information
779 cp = (char *)get_device_type(node, type);
785 if (type
822 get_device_type(di_node_t node, dyncomp_t type) argument
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Denv.c133 type(fcode_env_t *env) function
138 CHECK_DEPTH(env, 2, "type");
239 char format; /* format type */
347 /* process by specific format type */
365 return (1); /* unknown format type */
405 /* process by format type */
422 "fmt_args:invalid format type! (%s)\n",
484 "invalid long format type! (l%s)\n",
560 "fmt_str: invalid format type! (%s)\n",
738 * Process cmn-type[ toke
[all...]
/osnet-11/usr/src/common/crypto/ecc/
H A Decc_impl.h132 SECItemType type; member in struct:SECItemStr
149 ECFieldType type; member in struct:ECFieldIDStr
175 ECParamsType type; member in struct:ECParamsStr
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Depic100.c55 unsigned int type, unsigned int len, const char *data);
295 * unsigned short t: ethernet protocol type.
301 epic100_transmit(struct nic *nic, const char *destaddr, unsigned int type, argument
323 nstype = htons(type);
514 .type = NIC_DRIVER,
H A Dundi.c1056 /* Translate packet type to UNDI packet type */
1170 printf ( " NDIS type %s interface at %d Mbps\n",
1194 .type = NIC_DRIVER,
1248 int eb_pxenv_get_cached_info (uint8_t type, void **info) argument
1254 undi.pxs->get_cached_info.PacketType = type;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpad.c41 the "static type information" for lexicals.
71 type. For C<our> lexicals, the type is SVt_PVGV, and GvSTASH points at the
505 * type ? */
876 * - introduce a new SAVE type that does all this in one go ?
1081 Perl_pad_tidy(pTHX_ padtidy_type type) argument
1090 if (type == padtidy_SUBCLONE) {
1112 else if (type == padtidy_SUB) {
1122 if (type == padtidy_SUB) {
1130 else if (type
[all...]
H A Ddump.c768 static struct { char type; char *name; } magic_names[] = { member in struct:__anon80
864 if (mg->mg_type == magic_names[n].type) {
976 U32 type; local
984 type = SvTYPE(sv);
1012 if (flags & SVf_AMAGIC && type != SVt_PVHV)
1019 switch (type) {
1083 switch (type) {
1134 PerlIO_printf(file, "UNKNOWN(0x%"UVxf") %s\n", (UV)type, s);
1138 if (type >= SVt_PVIV || type
[all...]
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c517 * of the H_OFFPAGE type here. When we recover deletes, we have the
518 * entire entry instead of having only the DBT, so we'll pass type
523 __ham_putitem(p, dbt, type)
526 int type;
533 if (type == H_OFFPAGE) {
540 PUT_HKEYDATA(P_ENTRY(p, n), dbt->data, dbt->size, type); local
862 int is_big, ret, type; local
927 type = HPAGE_PTYPE(hk) != H_OFFPAGE ?
964 ret = __ham_add_el(dbc, &tmp, &tdata, type);
1237 __ham_add_el(dbc, key, val, type)
[all...]
/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice.c148 static GType type = 0; local
150 if (!type) {
162 type = g_type_register_static (G_TYPE_OBJECT,
168 return type;
211 int type; local
225 type = hal_property_get_type (p);
227 /* only remove target if it exists with a different type */
229 if (target_type != HAL_PROPERTY_TYPE_INVALID && target_type != type)
232 switch (type) {
265 HAL_WARNING (("Unknown property type
286 int type; local
361 int type; local
938 int type; local
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dutils.c373 * find_attribute - Find an attribute of the given type
374 * @type: An attribute type, e.g. AT_FILE_NAME
378 * given attribute type.
386 ATTR_RECORD * find_attribute(const ATTR_TYPES type, ntfs_attr_search_ctx *ctx) argument
393 if (ntfs_attr_lookup(type, NULL, 0, 0, 0, NULL, 0, ctx) != 0) {
394 ntfs_log_debug("find_attribute didn't find an attribute of type: 0x%02x.\n", type);
395 return NULL; /* None / no more of that type */
398 ntfs_log_debug("find_attribute found an attribute of type
416 find_first_attribute(const ATTR_TYPES type, MFT_RECORD *mft) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm151 sub ascii { shift->type('A',@_); }
152 sub binary { shift->type('I',@_); }
157 shift->type('E',@_);
163 shift->type('L',@_);
381 sub type subroutine
384 my $type = shift;
388 unless (defined $type);
391 unless ($ftp->_TYPE($type,@_));
393 ${*$ftp}{'net_ftp_type'} = join(" ",$type,@_);
471 if($ftp->type e
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dtm.h117 char* type; /* type name */ member in struct:__anon1119
127 unsigned char* lex; /* format lex type classes */
/osnet-11/usr/src/lib/libast/common/include/
H A Dtm.h108 char* type; /* type name */ member in struct:__anon1151
118 unsigned char* lex; /* format lex type classes */
/osnet-11/usr/src/lib/libast/common/misc/
H A Dglob.c121 register int type; local
125 type = 0;
127 type = GLOB_DIR;
129 type = GLOB_DEV;
131 type = GLOB_EXE;
133 type = GLOB_REG;
134 return type;
232 int type; local
263 if (!endslash && (gp->gl_flags & GLOB_MARK) && (type = (*gp->gl_type)(gp, stakptr(MATCHPATH(gp)), 0)))
265 if ((gp->gl_flags & GLOB_COMPLETE) && type !
[all...]

Completed in 61 milliseconds

<<21222324252627282930>>