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

<<313233343536

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregex_internal.h233 /* Node type, These are used by token, node, tree. */
245 when the debugger shows values of this enum type. */
253 /* Tree type, these are used only by tree. */
257 /* Token type, these are used only by token. */
341 re_token_type_t type : 8; member in struct:__anon467
343 re_token_type_t type; member in struct:__anon467
357 #define IS_EPSILON_NODE(type) ((type) & EPSILON_BIT)
493 /* `node_idx' is the index in dfa->nodes, if `type' == 0.
494 Otherwise `type' indicat
725 bracket_elem_type type; member in struct:__anon475
[all...]
H A Dregexec.c163 Idx subexp_idx, int type) internal_function;
167 int type) internal_function;
175 Idx ex_subexp, int type)
180 int type) internal_function;
183 Idx subexp_num, int type)
1251 re_token_type_t type = dfa->nodes[node].type;
1253 if (type != END_OF_RE)
1297 if (IS_EPSILON_NODE (dfa->nodes[node].type))
1337 re_token_type_t type
1248 re_token_type_t type = dfa->nodes[node].type; local
1334 re_token_type_t type = dfa->nodes[node].type; local
1563 int type = dfa->nodes[cur_node].type; local
1711 re_token_type_t type = dfa->nodes[prev_node].type; local
2102 re_token_type_t type = dfa->nodes[node].type; local
2146 re_token_type_t type = dfa->nodes[node].type; local
2183 re_token_type_t type; local
2901 find_subexp_node(const re_dfa_t *dfa, const re_node_set *nodes, Idx subexp_idx, int type) argument
2923 check_arrival(re_match_context_t *mctx, state_array_t *path, Idx top_node, Idx top_str, Idx last_node, Idx last_str, int type) argument
3101 re_token_type_t type = dfa->nodes[cur_node].type; local
3166 check_arrival_expand_ecl(const re_dfa_t *dfa, re_node_set *cur_nodes, Idx ex_subexp, int type) argument
3219 check_arrival_expand_ecl_sub(const re_dfa_t *dfa, re_node_set *dst_nodes, Idx target, Idx ex_subexp, int type) argument
3264 expand_bkref_cache(re_match_context_t *mctx, re_node_set *cur_nodes, Idx cur_str, Idx subexp_num, int type) argument
3604 re_token_type_t type = node->type; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c3056 unsigned int type, unsigned int size, const char *packet)
3061 uint16_t type; member in struct:eth_frame
3094 frame[frame_idx].type = htons(type);
3316 .type = NIC_DRIVER,
3055 tg3_transmit(struct nic *nic, const char *dst_addr, unsigned int type, unsigned int size, const char *packet) argument
H A Dtulip.c320 u8 type; member in struct:medialeaf
419 unsigned int medialock; /* Do not sense media type. */
827 printf("%s: EEPROM default media type %s.\n", tp->nic_name,
834 leaf->type = 0;
841 switch(leaf->type = p[1]) {
886 leaf->type < 6 ? block_name[leaf->type] : "UNKNOWN",
887 leaf->type);
1733 /* Set up the transceiver control registers for the selected media type. */
1747 switch (mleaf->type) {
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dmkntfs.c829 * @type: attribute type to find
841 * attribute of @type, optionally @name and @val. If found, ntfs_attr_find()
855 * If @type is AT_UNUSED, return the first found attribute, i.e. one can
856 * enumerate all attributes by setting @type to AT_UNUSED and then calling
862 * If @type is AT_END, seek to the end and return -1 with errno set to ENOENT.
897 static int mkntfs_attr_find(const ATTR_TYPES type, const ntfschar *name, argument
921 if (((type != AT_UNUSED) && (le32_to_cpu(a->type) >
922 le32_to_cpu(type))) ||
1082 mkntfs_attr_lookup(const ATTR_TYPES type, const ntfschar *name, const u32 name_len, const IGNORE_CASE_BOOL ic, const VCN lowest_vcn __attribute__((unused)), const u8 *val, const u32 val_len, ntfs_attr_search_ctx *ctx) argument
1113 insert_positioned_attr_in_mft_record(MFT_RECORD *m, const ATTR_TYPES type, const char *name, u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const runlist *rl, const u8 *val, const s64 val_len) argument
1296 insert_non_resident_attr_in_mft_record(MFT_RECORD *m, const ATTR_TYPES type, const char *name, u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const u8 *val, const s64 val_len) argument
1484 insert_resident_attr_in_mft_record(MFT_RECORD *m, const ATTR_TYPES type, const char *name, u32 name_len, const IGNORE_CASE_BOOL ic, const ATTR_FLAGS flags, const RESIDENT_ATTR_FLAGS res_flags, const u8 *val, const u32 val_len) argument
2317 insert_index_entry_in_res_dir_index(INDEX_ENTRY *idx, u32 idx_size, MFT_RECORD *m, ntfschar *name, u32 name_size, ATTR_TYPES type) argument
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dreglib.h411 unsigned short none; /* for Nest_t.type[-1] */
412 unsigned short type[1]; member in struct:Nest_s
496 unsigned char type; /* node type */ member in struct:Rex_s
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_path.c1580 file_path->type = UEFI_MEDIA_PATH;
1597 * uefi_device_path_t structure, so it doesn't need a special type.
1611 end_path->type = UEFI_END_PATH;
1637 sata->type = UEFI_MESSAGE_PATH;
1667 scsi->type = UEFI_MESSAGE_PATH;
1696 atapi->type = UEFI_MESSAGE_PATH;
1725 ctrl->type = UEFI_HARDWARE_PATH;
1753 pci->type = UEFI_HARDWARE_PATH;
1781 acpi->type = UEFI_ACPI_PATH;
1837 acpie->type
2900 char path[PATH_MAX], type[10]; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c535 * Make sure this property is valid and applies to this type.
1974 char *type, *idx, *end, *p; local
1978 * Determine our vdev type, keeping in mind
1979 * that the srchval is composed of a type and
1982 if ((type = strdup(srchval)) == NULL)
1985 if ((p = strrchr(type, '-')) == NULL) {
1986 free(type);
1995 if (strncmp(val, type, strlen(val)) != 0) {
1996 free(type);
2000 verify(strncmp(type, VDEV_TYPE_RAID
2260 char *type; local
2319 char *type; local
2597 char *type; local
2981 char *type; local
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c101 sp_ext_type_t ext_type; /* type of extent */
138 sp_ext_type_t type, uint_t seq, uint_t flags, ext_cmpfunc_t compare);
646 * metagetmiscname() will tell us which metadevice type we
866 * type - the type of the extent being inserted
888 sp_ext_type_t type,
909 newext->ext_type = type;
1001 * exttype - the type of the extents to sum
1006 * specified type. This could be used for computing the
1775 * partition is added to the list with the type EXTTYP_ALLO
882 meta_sp_list_insert( mdsetname_t *sp, mdname_t *np, sp_ext_node_t **head, sp_ext_offset_t offset, sp_ext_length_t length, sp_ext_type_t type, uint_t seq, uint_t flags, ext_cmpfunc_t compare ) argument
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h374 DAT_HANDLE_TYPE handle_type; /* struct type */
548 DAPL_SP_STATE state; /* type and queue of the SP */
618 DAPL_DTO_TYPE type; member in struct:dapl_dto_cookie
636 DAPL_COOKIE_TYPE type; /* Must be first, to define struct. */ member in struct:dapl_cookie
/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c213 * type. The string must be freed with free().
272 * Given a property, returns the type in an allocated string. The string must
281 scf_type_t type; local
284 if (scf_property_type(prop, &type) == -1) {
293 ret = strdup(scf_type_to_string(type));
427 * Reads the property type and returns it as an allocated string. The string
437 char *type; local
439 type = _scf_read_single_astring_from_pg(pt->prt_pg,
441 if (type == NULL) {
459 return (type);
757 _tmpl_pg_name(const char *pg, const char *type, int use_type) argument
1479 char *name, *type; local
2293 scf_tmpl_iter_pgs(scf_pg_tmpl_t *t, const char *fmri, const char *snapshot, const char *type, int flags) argument
3275 char *type; local
5071 _scf_tmpl_add_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, const char *pg_name, const char *prop_name, const char *ev1, const char *ev2, const char *actual, const char *tmpl_fmri, const char *tmpl_pg_name, const char *tmpl_pg_type, const char *tmpl_prop_name, const char *tmpl_prop_type) argument
5396 _add_tmpl_count_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, uint64_t count, uint64_t *min, uint64_t *max) argument
5505 _add_tmpl_constraint_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, scf_value_t *val) argument
5596 _add_tmpl_int_error(scf_tmpl_errors_t *errs, scf_tmpl_error_type_t type, scf_propertygroup_t *pg, const scf_prop_tmpl_t *pt, scf_property_t *prop, int64_t val, int64_t *min, int64_t *max) argument
5803 scf_type_t type, tmpl_type; local
6303 _check_pg(scf_pg_tmpl_t *t, scf_propertygroup_t *pg, char *pg_name, char *type, scf_tmpl_errors_t *errs) argument
6648 char *type = NULL; local
6909 scf_tmpl_error_type(const scf_tmpl_error_t *err, scf_tmpl_error_type_t *type) argument
6934 scf_tmpl_error_pg_tmpl(const scf_tmpl_error_t *err, char **name, char **type) argument
6966 scf_tmpl_error_pg(const scf_tmpl_error_t *err, char **name, char **type) argument
7018 scf_tmpl_error_prop_tmpl(const scf_tmpl_error_t *err, char **name, char **type) argument
7051 scf_tmpl_error_prop(const scf_tmpl_error_t *err, char **name, char **type) argument
[all...]
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c643 /* Create the security nvlist for this security type */
1764 values_for_type(int type) argument
1768 switch (type) {
1835 is_boolean = (getscftype(defs->type) == SCF_TYPE_BOOLEAN);
1844 inheritable, values_for_type(defs->type), NULL, 0,
2005 return (gbl_prop_defs[i].type);
2009 return (gbl_prop_defs[OPT_CHARSET_MAP].type);
2024 return (sec_prop_defs[i].type);
2082 proptype = sec_prop_defs[prop].type;
2399 * if nvpair type
2697 int type; local
2914 int type; local
4097 int type; member in struct:proto_option_defs
4501 getscftype(int type) argument
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_internal.h255 * configuration entry type
361 ns_maptype_t type; member in struct:ns_mapping
563 * Server side sort type. Orginally the server side sort
756 #define conn_auth_type conn->auth->auth.type
857 char *__s_get_auth_name(ns_config_t *ptr, AuthType_t type);
858 char *__s_get_security_name(ns_config_t *ptr, TlsType_t type);
859 char *__s_get_scope_name(ns_config_t *ptr, ScopeType_t type);
860 char *__s_get_pref_name(PrefOnly_t type);
861 char *__s_get_searchref_name(ns_config_t *ptr, SearchRef_t type);
862 char *__s_get_shadowupdate_name(enableShadowUpdate_t type);
[all...]
H A Dns_reads.c107 * If requested, convert attribute type in a RDN that has an attribute
108 * mapping to the original mappped type. Either way, the DN will be
123 * Non-NULL - The attribute type(s) in the RDN are mapped and
130 char **attrs, **mapped_attrs, *type, *value, *attr; local
135 /* Break down "type = value\0" pairs. */
151 /* Parse type=value pair */
152 if ((type = strtok_r(attrs[i], "=", &value)) == NULL ||
157 __ns_ldap_getOrigAttribute(service, type)) != NULL &&
160 type = mapp[0];
163 /* "type
1440 __s_api_get_cachemgr_data(const char *type, const char *from, char **to) argument
1490 __s_api_set_cachemgr_data(const char *type, const char *from, const char *to) argument
2367 ns_srvsidesort_t type; member in struct:servicesorttype
2380 ns_srvsidesort_t type = SSS_UNKNOWN; local
2399 update_srvsidesort_type(char *service, ns_srvsidesort_t type) argument
[all...]
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c297 locking_cb(int mode, int type, char *file, int line) argument
300 (void) mutex_lock(&(lock_cs[type]));
301 lock_count[type]++;
303 (void) mutex_unlock(&(lock_cs[type]));
1418 if (pkey->type == EVP_PKEY_RSA) {
1425 } else if (pkey->type == EVP_PKEY_DSA) {
1437 if (pkey->type == EVP_PKEY_RSA) {
1447 } else if (pkey->type == EVP_PKEY_DSA) {
1687 storeattrs[i].type = KMF_DIRPATH_ATTR;
1697 storeattrs[i].type
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlinkprop.c245 * indicate link media type this property applies to.
258 * and the type/size of the data passed in the user-kernel interface.
1314 dladm_prop_type_t type, const char *prop_name, char **prop_val,
1325 if (type == DLADM_PROP_VAL_DEFAULT)
1327 else if (type == DLADM_PROP_VAL_MODIFIABLE)
1343 if (type == DLADM_PROP_VAL_PERSISTENT)
1348 prop_name, prop_val, val_cntp, type,
1368 switch (type) {
1455 dladm_prop_type_t type, const char *prop_name, uint_t *ret_val,
1500 dld_flags = (type
1313 dladm_get_linkprop(dladm_handle_t handle, datalink_id_t linkid, dladm_prop_type_t type, const char *prop_name, char **prop_val, uint_t *val_cntp) argument
1454 dladm_get_linkprop_values(dladm_handle_t handle, datalink_id_t linkid, dladm_prop_type_t type, const char *prop_name, uint_t *ret_val, uint_t *val_cntp) argument
5210 i_dladm_get_priv_prop(dladm_handle_t handle, datalink_id_t linkid, const char *prop_name, char **prop_val, uint_t *val_cnt, dladm_prop_type_t type, uint_t dld_flags) argument
5849 dladm_linkprop_is_set(dladm_handle_t handle, datalink_id_t linkid, dladm_prop_type_t type, const char *prop_name, boolean_t *is_set) argument
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c166 "Connector type not definedi by SES-2 standard"
168 "Connector type reserved by SES-2 standard"
1100 * set the disk binding type to empty and the failback method to none.
1504 * type/instance, for this enclosure. For all other components, any
1623 * <default-type-label> <instance>
1914 * its node type is enclosure and
2131 /* Get the connector type information for the expander */
2232 * of SET_ET_SAS_EXPANDER type element.
2451 tnode_t *pnode, uint64_t type, ses_enum_chassis_t *cp,
2455 if (type
2450 ses_create_protocol_specific(ses_enum_data_t *sdp, ses_enum_node_t *snp, tnode_t *pnode, uint64_t type, ses_enum_chassis_t *cp, boolean_t dorange) argument
2468 ses_create_children(ses_enum_data_t *sdp, tnode_t *pnode, uint64_t type, const char *nodename, const char *defaultlabel, ses_enum_chassis_t *cp, boolean_t dorange) argument
3764 uint64_t instance, type; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c89 * chunk size - space for type (1) - space for next pointer (2)
182 enum { DEVICE_LEAF, DEVICE_MIRROR, DEVICE_RAIDZ } type; member in struct:grub_zfs_device_desc
645 char *type; local
647 type = grub_zfs_nvlist_lookup_string (nvlist, ZPOOL_CONFIG_TYPE);
648 grub_dprintf("zfs", "type = %s\n", type ? : "(null)");
650 if (!type)
655 grub_free (type);
661 grub_free (type);
665 if (grub_strcmp (type, VDEV_TYPE_DIS
2839 dnode_get(dnode_end_t * mdn, grub_uint64_t objnum, grub_uint8_t type, dnode_end_t * buf, struct grub_zfs_data *data) argument
3664 int name_len, type, encode_size; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmap.c974 ** DNS_MAP_OPEN -- stub to check proper value for dns map type
1136 syserr("dns map %s: wrong type %s",
1153 ** used otherwise in this map type.
1168 syserr("dns map %s: missing -R type", map->map_mname);
1255 char *type = NULL; local
1261 type = "T_NS";
1265 type = "T_CNAME";
1269 type = "T_AFSDB";
1273 type = "T_SRV";
1277 type
4547 char *type; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c53 /* The type of kernel loaded. */
71 /* The password type. */
143 check_password (char *entered, char* expected, password_t type) argument
145 switch (type)
155 /* unsupported password type: be secure */
1238 * simply sets the terminal type unless we're in command line mode and
1802 int type, entry;
1830 while (next_partition (drive, 0xFFFFFF, &part, &type,
1834 if (type != PC_SLICE_TYPE_NONE
1835 && ! IS_PC_SLICE_TYPE_BSD (type)
1783 int type, entry; local
3870 int entry, type; local
3945 password_t type = PASSWORD_PLAIN; local
[all...]
H A Dshared.h454 unsigned long type; /* Type of address range. */ member in struct:mmar_desc
831 int get_memsize (int type);
1022 unsigned long *partition, int *type,
1067 void bsd_boot (kernel_t type, int bootdev, char *arg)
1080 int check_password(char *entered, char* expected, password_t type);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dop.c94 * think the expression is of the right type: croak actually does a Siglongjmp.
96 #define CHECKOP(type,o) \
97 ((PL_op_mask && PL_op_mask[type]) \
99 Perl_croak(aTHX_ "'%s' trapped by operation mask", PL_op_desc[type]), \
101 : CALL_FPTR(PL_check[type])(aTHX_ (OP*)o))
284 OPCODE type; local
315 type = o->op_type;
316 if (type == OP_NULL)
317 type = (OPCODE)o->op_targ;
321 if (type
954 S_modkids(pTHX_ OP *o, I32 type) argument
965 Perl_mod(pTHX_ OP *o, I32 type) argument
1293 S_scalar_mod_type(pTHX_ OP *o, I32 type) argument
1363 Perl_refkids(pTHX_ OP *o, I32 type) argument
1374 Perl_ref(pTHX_ OP *o, I32 type) argument
1627 I32 type; local
1731 Perl_bind_match(pTHX_ I32 type, OP *left, OP *right) argument
1986 I32 type = o->op_type; local
2092 Perl_convert(pTHX_ I32 type, I32 flags, OP *o) argument
2116 Perl_append_elem(pTHX_ I32 type, OP *first, OP *last) argument
2141 Perl_append_list(pTHX_ I32 type, LISTOP *first, LISTOP *last) argument
2165 Perl_prepend_elem(pTHX_ I32 type, OP *first, OP *last) argument
2213 Perl_newLISTOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) argument
2247 Perl_newOP(pTHX_ I32 type, I32 flags) argument
2265 Perl_newUNOP(pTHX_ I32 type, I32 flags, OP *first) argument
2288 Perl_newBINOP(pTHX_ I32 type, I32 flags, OP *first, OP *last) argument
2640 Perl_newPMOP(pTHX_ I32 type, I32 flags) argument
2835 Perl_newSVOP(pTHX_ I32 type, I32 flags, SV *sv) argument
2852 Perl_newPADOP(pTHX_ I32 type, I32 flags, SV *sv) argument
2873 Perl_newGVOP(pTHX_ I32 type, I32 flags, GV *gv) argument
2885 Perl_newPVOP(pTHX_ I32 type, I32 flags, char *pv) argument
3418 Perl_newLOGOP(pTHX_ I32 type, I32 flags, OP *first, OP *other) argument
3424 S_new_logop(pTHX_ I32 type, I32 flags, OP** firstp, OP** otherp) argument
3890 Perl_newLOOPEX(pTHX_ I32 type, OP *label) argument
4046 OPCODE type = o->op_type; local
4741 Perl_newGVREF(pTHX_ I32 type, OP *o) argument
4852 OPCODE type = o->op_type; local
4911 I32 type = o->op_type; local
5142 I32 type = o->op_type; local
5180 int type = o->op_type; local
5404 mod(scalar(kid), type); local
5489 OPCODE type = o->op_type == OP_GREPSTART ? OP_GREPWHILE : OP_MAPWHILE; local
5558 OPCODE type = o->op_type; local
5603 OPCODE type = o->op_type; local
5866 I32 type = o->op_type; local
[all...]
H A Dperlio.c281 * De-mux PerlIO_openn() into fdopen, freopen and fopen type entries
1369 const char *type = NULL; local
1377 type = SvPV(layers, len);
1378 if (type && mode[0] != 'r') {
1382 const char *s = strchr(type, 0);
1383 if (s && (STRLEN)(s - type) < len) {
1384 type = s + 1;
1389 return type;
1396 * For any scalar type load the handler which is bundled with perl
H A Dregcomp.c546 cl->type = ANYOF;
554 cl->type = ANYOF;
1938 int type = OP(NEXTOPER(first)); local
1940 if (type == REG_ANY)
1941 type = ROPT_ANCH_MBOL;
1943 type = ROPT_ANCH_SBOL;
1945 r->reganch |= type | ROPT_IMPLICIT;
4726 if (OP(o) >= reg_num) /* regnode.type is unsigned */
4974 /* If you add a ->what type here, update the comment in regcomp.h */
H A Dtoke.c544 * Called to gobble the appropriate amount and type of whitespace.
736 S_force_next(pTHX_ I32 type) argument
738 PL_nexttype[PL_nexttoke] = type;
755 * int token : PL_next will be this type of bare word (e.g., METHOD,WORD)
799 * to the "foo", and the second argument is the type symbol to prefix.
1980 * The supplied datasv parameter is upgraded to a PVIO type
2229 "### Next token after '%s' was known, type %"IVdf"\n", PL_bufptr,
6052 and type is used with error messages only. */
6056 const char *type)
6072 (type
6055 S_new_constant(pTHX_ char *s, STRLEN len, const char *key, SV *sv, SV *pv, const char *type) argument
6364 S_scan_pat(pTHX_ char *start, I32 type) argument
[all...]

Completed in 1887 milliseconds

<<313233343536