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

<<11121314151617181920>>

/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_block_relocator.c842 int type; local
854 type = 2; /* group is fully chopped off */
856 type = 1; /* group is partly chopped off */
858 if (!sparse && type == 2)
877 if (type == 2)
/osnet-11/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dreiserfs.c165 extype_libreiserfs_to_parted(reiserfs_exception_type_t type) argument
167 switch (type) {
279 fs->type = reiserfs_type;
339 fs->type = reiserfs_type;
632 new_fs->type = reiserfs_type;
/osnet-11/usr/src/lib/libpicl/
H A Dpicl.h118 picl_prop_type_t type; member in struct:__anon2276
/osnet-11/usr/src/lib/libcmd/common/
H A Dexpr.c141 #define numeric(np) ((np)->type&T_NUM)
171 int type; member in struct:Node_s
208 np->type = T_NUM;
218 np->type = T_NUM;
227 np->type = T_STR;
260 np->type = T_STR;
274 np->type = T_STR;
280 np->type |= T_NUM;
306 if (np->type&T_STR)
311 np->type
[all...]
H A Dstty.c123 unsigned char type; member in struct:tty_s
367 switch (tp->type)
491 switch(tp->type)
528 else if(tp->type==BIT)
606 if(Ttable[i].type==SPEED && Ttable[i].mask==val)
647 if(!(tp=lookup(cp)) || (off && (tp->type!=BIT) && (tp->type!=TABS)))
649 switch(tp->type)
788 static void listchars(Sfio_t *sp,int type) argument
791 c = (type
799 listgroup(Sfio_t *sp,int type, const char *description) argument
[all...]
/osnet-11/usr/src/lib/libdevalloc/common/
H A Dgetdment.c259 * its type.
265 getdmaptype(char *type) argument
270 if ((type == NULL) || (_dmap == 0) || (dmapf == NULL))
279 strcmp(type, dmap->dmap_devtype) == 0) {
476 dmap_matchtype(devmap_t *dmap, char *type) argument
478 if ((dmap->dmap_devtype == NULL) || (type == NULL))
481 return ((strcmp(dmap->dmap_devtype, type) == 0));
/osnet-11/usr/src/lib/libdhcpagent/common/
H A Ddhcpagent_ipc.c57 * the standard c array-of-size-1 trick). the type of the payload is
64 * the type of the payload is given by `data_type', which is
85 * dhcp_ipc_alloc_request(): allocates a dhcp_ipc_request_t of the given type
88 * input: dhcp_ipc_type_t: the type of ipc request to allocate
92 * dhcp_data_type_t: the description of the type of payload
97 dhcp_ipc_alloc_request(dhcp_ipc_type_t type, const char *ifname, argument
106 request->message_type = type;
126 * dhcp_data_type_t: the description of the type of payload
152 * dhcp_ipc_get_data(): gets the data and data type from a dhcp_ipc_reply_t
156 * dhcp_data_type_t *: the type o
161 dhcp_ipc_get_data(dhcp_ipc_reply_t *reply, size_t *size, dhcp_data_type_t *type) argument
697 dhcp_ipc_type_to_string(dhcp_ipc_type_t type) argument
[all...]
/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c344 * Return a list of the current container objects of type 'type' located at
348 list_dd(dsvc_datastore_t *ddp, dsvc_contype_t type, char ***listppp, argument
359 if (type == DSVC_DHCPTAB)
370 * Creates or opens the DHCP container of type called name within the
378 open_dd(dsvc_handle_t *handp, dsvc_datastore_t *ddp, dsvc_contype_t type, argument
386 if (type == DSVC_DHCPNETWORK && name == NULL)
395 if (type == DSVC_DHCPNETWORK) {
410 hp->d_type = type;
426 if (type
454 remove_dd(dsvc_datastore_t *ddp, dsvc_contype_t type, const char *name) argument
[all...]
/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_symbol.c66 * of a DHCP symbol type.
69 char *dt_string; /* string value for the type */
70 dsym_cdtype_t dt_id; /* numerical value for the type */
515 * dsym_validate_granularity(): given a symbol type, validates
516 * that the granularity is valid for the type
518 * input: dsym_cdtype_t: the symbol type
524 dsym_validate_granularity(dsym_cdtype_t type, uchar_t gran) argument
531 if (gran == 0 && type != DSYM_BOOL) {
538 * dsym_get_type_by_name(): given a type field, returns the pointer to its
539 * entry in the internal type tabl
548 dsym_get_type_by_name(const char *type, dsym_type_t **entry, boolean_t cs) argument
580 dsym_parse_type(char *field, dsym_cdtype_t *type) argument
895 dsym_get_type_id(const char *type, dsym_cdtype_t *id, boolean_t cs) argument
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddisks_private.h132 dm_desc_type_t type; member in struct:descriptor
150 dm_desc_type_t type, int *errp);
159 dm_desc_type_t type, int *errp);
169 dm_desc_type_t type, int *errp);
179 dm_desc_type_t type, int *errp);
191 dm_desc_type_t type, int *errp);
203 dm_desc_type_t type, int *errp);
212 dm_desc_type_t type, int *errp);
231 descriptor_t *cache_get_desc(int type, void *gp, char *name,
233 descriptor_t **cache_get_descriptors(int type, in
[all...]
H A Dinuse_svm.c57 char *type; member in struct:svm_list
65 static int add_use_record(char *devname, char *type, char *mname);
73 static int new_entry(char *sname, char *type, char *mname,
192 if (strcmp(listp->type, "mdb") == 0 ||
193 strcmp(listp->type, "hs") == 0) {
195 libdiskmgt_add_str(attrs, DM_USED_NAME, listp->type, errp);
198 (void) snprintf(name, MAXPATHLEN, "%s:%s", listp->type,
213 add_use_record(char *devname, char *type, char *mname) argument
219 strcmp(svm_listp->type, type)
650 new_entry(char *sname, char *type, char *mname, mdsetname_t *sp) argument
[all...]
H A Dslice.c70 slice_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, argument
78 switch (type) {
673 if (desc->type == DM_MEDIA) {
/osnet-11/usr/src/lib/libdladm/common/
H A Dpropfuncs.c516 dladm_prop_type_t type, const char *prop_name, char **prop_val,
538 switch (type) {
515 i_dladm_get_prop_temp(dladm_handle_t handle, const char *name, dladm_prop_type_t type, const char *prop_name, char **prop_val, uint_t *val_cntp, prop_table_t *prop_tbl) argument
/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DBrowserApp.java258 public BrowserListElem( String serviceName, String domain, String type, int ifIndex) argument
259 { fServiceName = serviceName; fDomain = domain; fType = type; fInt = ifIndex; }
350 protected String mapTypeToName( String type) argument
351 // Convert a registration type into a human-readable string. Returns original string on no-match.
373 if ( namedServices[i].equals( type))
375 return type;
H A DSimpleChat.java260 public TargetListElem( String serviceName, String domain, String type, int ifIndex) argument
261 { fServiceName = serviceName; fDomain = domain; fType = type; fInt = ifIndex; }
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.c41 return (ddp); /* nothing to check if the type is not yet set */
45 xyerror(D_DECL_CHARATTR, "invalid type declaration: short and "
46 "long may not be used with char type\n");
52 xyerror(D_DECL_VOIDATTR, "invalid type declaration: attributes "
53 "may not be used with void type\n");
58 xyerror(D_DECL_SIGNINT, "invalid type declaration: signed and "
59 "unsigned may only be used with integer type\n");
64 xyerror(D_DECL_LONGINT, "invalid type declaration: long and "
66 "floating-point type\n");
197 "incorrect type specifie
465 ctf_id_t type; local
662 ctf_id_t type; local
817 ctf_id_t type; local
1076 dt_scope_push(ctf_file_t *ctfp, ctf_id_t type) argument
[all...]
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_persist.c41 * addresses. These nvpairs are of type DATA_TYPE_STRING
45 * addresses. These nvpairs are of type DATA_TYPE_STRING
54 * IPADM_NVP_DINTFID - value is a single entity of type DATA_TYPE_UINT8_ARRAY
64 * contain nvpair of type DATA_TYPE_STRING. nvpairs private to
65 * ipadm are of this type. Further the property name and property
66 * values are stored as nvpairs of this type.
127 i_ipadm_find_conf_type(const char *type) argument
131 if (strcmp(type, ipadm_conf_ent[i].ipent_type_name) == 0)
277 * Add (name, value) as an nvpair of type DATA_TYPE_STRING to nvlist.
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_entity.c224 uint8_t i, type; local
231 type = eap->is_ea_sub[0].is_ea_sub_id;
235 if (type != 0) {
238 type, i) != 0)
243 type = eap->is_ea_sub[2].is_ea_sub_id;
247 if (type != 0) {
250 type, i) != 0)
256 type = eap->is_ea_sub[i].is_ea_sub_id;
259 if (type == 0)
262 if (ipmi_entity_add_assoc(ihp, eip, type,
651 ipmi_entity_lookup(ipmi_handle_t *ihp, uint8_t type, uint8_t instance) argument
[all...]
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dmisc.c89 check_address_abuse(fcode_env_t *env, fstack_t addr, char *type, argument
94 type, want_mcookie ? "unmapped" : "mapped",
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_nvl.c299 data_type_t type = nvpair_type(nvp); local
302 if (type == DATA_TYPE_NVLIST) {
320 if (type == DATA_TYPE_NVLIST_ARRAY) {
350 switch (type) {
618 if (fprintf(fp, "unknown data type (%d)", type) < 0)
731 data_type_t type = nvpair_type(nvp); local
750 switch (type) {
1022 (void) fprintf(fp, "unknown data type (%d)", type);
1102 data_type_t type = nvpair_type(nvp); local
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dcpu.c274 uint8_t type; local
305 * Cache index, way and type are optional elements
312 rc |= nvlist_lookup_uint8(nvl, FM_FMRI_CPU_CACHE_TYPE, &type);
330 FM_FMRI_CPU_CACHE_TYPE, type));
346 FM_FMRI_CPU_CACHE_TYPE, type));
394 uint8_t type = 0; local
470 type = strtoul(s, &end, 0);
493 type);
H A Dtopo_node.c730 const char *type)
803 nvlist_add_string(fnvl, FM_FMRI_FACILITY_TYPE, type) != 0) {
836 "facility node bound %s=%s\n", type, node->tn_name);
890 * Lookup whether the fac type is sensor or indicator and if
891 * it's not the type we're looking for, move on
729 topo_node_facbind(topo_mod_t *mod, tnode_t *pnode, const char *name, const char *type) argument
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_facility.c28 * nodes, based on the node type:
173 topo_mod_dprintf(mod, "invalid type for indicator "
459 const char *type, uint64_t nodeid)
466 if ((tn = topo_node_facbind(mod, pnode, name, type)) == NULL) {
522 int type, const char *name, const char *propname, const char *altprop)
541 TOPO_FACILITY_TYPE, TOPO_PROP_IMMUTABLE, type, &err) != 0) {
585 const char *name, const char *class, int type)
607 type, &err) != 0) {
769 uint64_t type, nodeid; local
778 verify(nvlist_lookup_uint64(props, SES_PROP_ELEMENT_TYPE, &type)
458 ses_add_fac_common(topo_mod_t *mod, tnode_t *pnode, const char *name, const char *type, uint64_t nodeid) argument
521 ses_add_indicator(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, int type, const char *name, const char *propname, const char *altprop) argument
584 ses_add_sensor_common(topo_mod_t *mod, tnode_t *pnode, uint64_t nodeid, const char *name, const char *class, int type) argument
877 ses_add_enclosure_sensors(topo_mod_t *mod, tnode_t *tn, ses_node_t *agg, uint64_t type) argument
970 uint64_t type, nodeid; local
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/chip/common/
H A Dchip_amd.c123 * below each, regardless of actual socket type, processor revision and so on.
817 data_type_t type = nvpair_type(nvp); local
819 if (type == DATA_TYPE_NVLIST_ARRAY &&
823 } else if (type == DATA_TYPE_UINT8 &&
826 } else if (type == DATA_TYPE_NVLIST &&
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/cpuboard/common/
H A Dcpuboard.c101 uint32_t type = 0; local
119 (void) ldom_get_type(lhp, &type);
120 if ((type & LDOM_TYPE_CONTROL) != 0) {
167 if (md_get_prop_str(mdp, listp[i], "type", &pstr) == 0 &&

Completed in 52 milliseconds

<<11121314151617181920>>