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

<<21222324252627282930>>

/osnet-11/usr/src/cmd/hal/hald/
H A Ddevice_info.c463 int type; local
471 type = hal_device_property_get_type (d, prop_to_check);
472 switch (type) {
690 if (strcmp (attr[2], "type") != 0)
749 if (strcmp (attr[2], "type") != 0)
822 if (strcmp (attr[2], "type") != 0)
1110 int type = hal_device_property_get_type (pc->device, pc->merge_key); local
1111 if (type == HAL_PROPERTY_TYPE_STRLIST || type == HAL_PROPERTY_TYPE_INVALID) {
1271 /* covers <remove key="foobar" type
1583 di_search_and_merge(HalDevice *d, DeviceInfoType type) argument
[all...]
/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_storage.c330 if (di_prop_lookup_ints(DDI_DEV_T_ANY, node, "inquiry-device-type",
1707 const char *type; member in struct:enum_nick
1738 if ((media_type != NULL) && (strcmp (media_type, en->type) == 0) &&
1772 /* enumerate all storage devices of this media type */
1773 en.type = media_type;
/osnet-11/usr/src/cmd/ldap/common/
H A Dldapmodify.c443 char *line, *dn, *type, *value, *newrdn, *newparent, *p; local
486 if ( str_parse_line( line, &type, &value, &vlen ) < 0 ) {
488 if ( ldif_parse_line( line, &type, &value, &vlen ) < 0 ) {
500 if ( !use_record && strcasecmp( type, T_REPLICA_STR ) == 0 ) {
513 } else if ( strcasecmp( type, T_DN_STR ) == 0 ) {
520 } else if ( strcasecmp( type, T_VERSION_STR ) == 0 ) {
558 if ( strcasecmp( type, "control" ) == 0 ) {
583 if ( strcasecmp( type, T_CHANGETYPESTR ) == 0 ) {
618 ldaptool_progname, type, linenum, dn);
627 if ( strcasecmp( type, T_MODOPADDST
[all...]
H A Dldapsearch.c48 static int write_ldif_value( char *type, char *value, unsigned long vallen,
819 " type 0x%x (%s)\n"),
1108 write_ldif_value( char *type, char *value, unsigned long vallen, argument
1129 if (( ldif = ldif_type_and_value_with_options( type, value, (int)vallen,
1155 -- type in sort key
1221 int ldst2s_type; /* message type */
1340 * Return a descriptive string given an LDAP result message type (tag).
1365 * Return a descriptive string given a Persistent Search change type
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c448 * @type: dump flags for this attribute type
451 static void ntfs_dump_flags(const char *indent, ATTR_TYPES type, le32 flags) argument
512 if (type == AT_FILE_NAME) {
585 ntfs_dump_flags("\t", attr->type, standard_attr->file_attributes);
662 printf("\t\tAttribute type:\t0x%x\n",
663 (unsigned int)le32_to_cpu(entry->type));
882 switch (ace->type) {
897 printf("%sACE:\t\t type:%s flags:0x%x access:0x%x\n", prefix,
1169 static const char *get_attribute_type_name(le32 type) argument
1356 ntfs_dump_index_key(INDEX_ENTRY *entry, INDEX_ATTR_TYPE type) argument
1421 ntfs_dump_index_data(INDEX_ENTRY *entry, INDEX_ATTR_TYPE type) argument
1544 ntfs_dump_index_entries(INDEX_ENTRY *entry, INDEX_ATTR_TYPE type) argument
1659 ntfs_dump_index_attr_type(INDEX_ATTR_TYPE type) argument
1703 INDEX_ATTR_TYPE type; local
1756 ntfs_dump_index_block(INDEX_BLOCK *ib, INDEX_ATTR_TYPE type, u32 ib_size) argument
1793 INDEX_ATTR_TYPE type; local
[all...]
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dcdt.h71 int type; /* type of operation */ member in struct:_dtmethod_s
76 { int type; /* type of dictionary */ member in struct:_dtdata_s
92 int size; /* key size and type */
121 int type; /* type information */ member in struct:_dt_s
130 { int dt_meth; /* method type */
306 #define dtfound(d) (_DT(d)->type & DT_FOUND)
/osnet-11/usr/src/lib/libast/common/include/
H A Dcdt.h71 int type; /* type of operation */ member in struct:_dtmethod_s
76 { int type; /* type of dictionary */ member in struct:_dtdata_s
92 int size; /* key size and type */
121 int type; /* type information */ member in struct:_dt_s
130 { int dt_meth; /* method type */
306 #define dtfound(d) (_DT(d)->type & DT_FOUND)
/osnet-11/usr/src/lib/libast/common/misc/
H A Dmagic.c89 char* mime; /* file mime type */
93 char type; /* datum type */ member in struct:Entry
156 char* mime; /* MIME type */ \
162 char sbuf[64]; /* type suffix string */ \
163 char tbuf[2 * PATH_MAX]; /* type string */ \
259 { "type", ID_YACC },
534 if (ep->type == ' ')
575 ep->type = 'D';
579 ep->type
1556 type(register Magic_t* mp, const char* file, struct stat* st, char* buf, char* end) function
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c118 int type; /* BRE,ERE,ARE,SRE,KRE */ member in struct:Cenv_s
146 node(Cenv_t* env, int type, int lo, int hi, size_t extra) argument
150 DEBUG_TEST(0x0800,(sfprintf(sfstdout, "%s:%d node(%d,%d,%d,%u)\n", file, line, type, lo, hi, sizeof(Rex_t) + extra)),(0));
154 e->type = type;
200 switch (e->type)
242 switch (e->type)
277 switch (e->type)
320 if (e->type == REX_NULL)
325 if (f->type
1755 ccl(Cenv_t* env, int type) argument
2571 int type; local
[all...]
H A Dregnexec.c93 if (rex->type >= elementsof(rexnames))
95 return rexnames[rex->type];
429 catcher.type = REX_REP_CATCH;
722 nestmatch(register unsigned char* s, register unsigned char* e, const unsigned short* type, register int co) argument
729 if (type[co] & (REX_NEST_literal|REX_NEST_quote))
731 n = (type[co] & REX_NEST_literal) ? REX_NEST_terminator : (REX_NEST_escape|REX_NEST_terminator);
737 else if (type[c] & n)
739 if (s >= e || (type[c] & REX_NEST_terminator))
747 cc = type[co] >> REX_NEST_SHIFT;
748 oc = type[c
[all...]
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dcdt.h71 int type; /* type of operation */ member in struct:_dtmethod_s
76 { int type; /* type of dictionary */ member in struct:_dtdata_s
92 int size; /* key size and type */
121 int type; /* type information */ member in struct:_dt_s
130 { int dt_meth; /* method type */
306 #define dtfound(d) (_DT(d)->type & DT_FOUND)
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dcdt.h71 int type; /* type of operation */ member in struct:_dtmethod_s
76 { int type; /* type of dictionary */ member in struct:_dtdata_s
92 int size; /* key size and type */
121 int type; /* type information */ member in struct:_dt_s
130 { int dt_meth; /* method type */
306 #define dtfound(d) (_DT(d)->type & DT_FOUND)
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dcdt.h71 int type; /* type of operation */ member in struct:_dtmethod_s
76 { int type; /* type of dictionary */ member in struct:_dtdata_s
92 int size; /* key size and type */
121 int type; /* type information */ member in struct:_dt_s
130 { int dt_meth; /* method type */
306 #define dtfound(d) (_DT(d)->type & DT_FOUND)
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c232 * terminal type: ADT_IPv4, ADT_IPv6...
234 * ip type
246 uint32_t type; local
249 type = ((union convert *)p_data)->tuint32;
251 switch (type) {
260 ip->at_type = (type == ADT_IPv4) ?
276 adt_write_syslog("Invalid terminal id type", EINVAL);
655 * Consider creating a separate token type for dates
1046 * an IP address type (ADT_IPv4 | ADT_IPv6) and an address V4/V6
1054 int32_t type; local
1146 datatype_t type = def->dd_datatype; local
[all...]
H A Dau_to.c220 adr_char(&adr, &data_header, 1); /* token type */
249 adr_char(&adr, &data_header, 1); /* token type */
312 * Check validity of print type
373 * priv type adr_string (short, string)
385 short t_bytes; /* length of type string */
915 int32_t type = AU_IPv6; local
924 adr_int32(&adr, &type, 1);
954 au_to_ipc(char type, int id) argument
965 adr_char(&adr, &type, 1);
974 * output format depends on type; a
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c81 int pd_type; /* command type */
298 short type; local
345 * and DEAD_PROCESS the type of the entry in "fubuf",
352 if (((type = fubuf.ut_type) == INIT_PROCESS ||
353 type == LOGIN_PROCESS ||
354 type == USER_PROCESS ||
355 type == DEAD_PROCESS) &&
491 char user[STRSZ], id[STRSZ], line[STRSZ], pid[STRSZ], type[STRSZ], local
512 (void) sprintf(type, "%d", entryx->ut_type);
534 argvec[5] = type;
[all...]
/osnet-11/usr/src/lib/libsqlite/src/
H A Dprintf.c71 #define etERROR 10 /* Used to indicate no such conversion type */
94 etByte type; /* Conversion paradigm */ member in struct:et_info
302 /* Get the conversion type modifier */
316 xtype = infop->type;
405 if( infop->type==etGENERIC && precision>0 ) precision--;
414 if( infop->type==etFLOAT ) realvalue += rounder;
430 ** If the field type is etGENERIC, then convert to either etEXP
450 ** The "exp+precision" test causes output to be of type etEXP if
602 }/* End switch over the format type */
H A Dselect.c67 ** type of join. Return an integer constant that expresses that type
78 ** If an illegal or unsupported join type is seen, then still return
79 ** a join type, but put an error in the pParse structure.
124 sqliteSetNString(&pParse->zErrMsg, "unknown or unsupported join type: ", 0,
322 int type; local
325 type = SQLITE_SO_TEXT;
327 type = SQLITE_SO_NUM;
329 type = sqliteExprType(pOrderBy->a[i].pExpr);
331 type
[all...]
/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri.c75 { SURI_PROP_RO_URI_TYPE, "uri-type", "URI type" },
317 * that all create properties are of int64_t type and are set via
885 * Allocate a URI type specific structure and attach it to the suri object
925 * We are supposed to have a valid URI type here. It is an
935 /* Call the suri type specific parse function. */
976 suri_name_to_type(const char *type) argument
978 if (strcmp(type, NAME_SURI_TYPE_FILE) == 0)
981 if (strcmp(type, NAME_SURI_TYPE_LU) == 0)
983 if (strcmp(type, NAME_SURI_TYPE_ISCS
1304 suri_lookup_uri(suri_type_t type, const char *mdev, suri_handle_t **pph) argument
1394 suri_type_t type; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_crypto.c921 int type = zfs_get_type(zhp); local
945 if (type == ZFS_TYPE_FILESYSTEM) {
H A Dlibzfs_prop.c83 zprop_valid_for_type(const zpropdef_t *zpd, zfs_type_t type) argument
85 boolean_t valid = ((zpd->zpd_zfs_types & type) != 0);
96 if (type & ZFS_TYPE_SHARE)
100 if (type & ZFS_TYPE_FILESYSTEM)
961 * If a bit for a valid ZFS type is already set in the parent
1153 zprop_get_table(libzfs_handle_t *hdl, zfs_type_t type) argument
1155 if (type == ZFS_TYPE_POOL)
1162 zprop_table_init(zprop_table_t *table, zfs_type_t type) argument
1167 table->zpt_type = type;
1171 table->zpt_array_slots = zc_get_numprops(type);
1214 zprop_load_external(libzfs_handle_t *hdl, const char *owner, zfs_type_t type, nvlist_t *props, nvlist_t *default_sublists) argument
1296 zprop_iter(libzfs_handle_t *hdl, zfs_type_t type, const char *sublist, boolean_t descend_sublists, zprop_func *func, void *arg) argument
1304 zprop_lookup(libzfs_handle_t *hdl, zfs_type_t type, const char *name, zprop_spec_t spec, const zpropdef_t **xpp) argument
1312 zprop_count(libzfs_handle_t *hdl, zfs_type_t type, zprop_spec_t spec) argument
[all...]
H A Dlibzfs_vdev.c424 char *type = NULL; local
467 * Determine what type of vdev this is, and put the full path into
473 * Complete device or file path. Exact type is determined by
520 type = VDEV_TYPE_DISK;
522 type = VDEV_TYPE_FILE;
536 verify(nvlist_add_string(vdev, ZPOOL_CONFIG_TYPE, type) == 0);
538 if (strcmp(type, VDEV_TYPE_DISK) == 0)
657 const char *type; local
671 type = NULL;
716 if (!reported && type !
867 char *type; local
1004 char *type, *path, *diskname; local
1163 char *type, *path; local
1232 is_grouping(const char *type, int *mindev, int *maxdev) argument
1299 const char *type; local
1536 const char *type; local
[all...]
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c939 char *type = NULL; local
940 int result = nvlist_lookup_string(vdev, ZPOOL_CONFIG_TYPE, &type);
943 if (strcmp(type, VDEV_TYPE_DISK) == 0) {
953 } else if (strcmp(type, VDEV_TYPE_FILE) == 0) {
956 } else if (strcmp(type, VDEV_TYPE_RAIDZ) == 0) {
959 } else if (strcmp(type, VDEV_TYPE_MIRROR) == 0) {
962 } else if (strcmp(type, VDEV_TYPE_REPLACING) == 0) {
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_metad_subr.c214 mddb_type_t type,
241 reqp->ur_type = type;
211 get_db_rec( md_ur_get_cmd_t cmd, set_t setno, mddb_type_t type, uint_t type2, mddb_recid_t *idp, md_error_t *ep ) argument
/osnet-11/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c88 static int lock_register(int fd, int cmd, int type, off_t offset, int whence,
102 * the type of input OID is not one of legitimate types defined SNIA
104 * - Return MP_STATUS_INVALID_PARAMETER when the type of input OID is
105 * legitimate but its object type doesn't match with the object type
459 * Returned if oid does not specify any valid object type.
537 * Returned if 'oid' specifies an object with an invalid type.
566 * Gets the object type of an initialized object ID.
574 * On successful return this will contain the object type of oid.
584 * Returned if oid does not specify any valid object type
3331 lock_register(int fd, int cmd, int type, off_t offset, int whence, off_t len) argument
[all...]

Completed in 79 milliseconds

<<21222324252627282930>>