Searched defs:type (Results 651 - 675 of 894) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c105 * char: the consumer type of the caller
121 * char: the consumer type of the caller
137 * char: the consumer type of the caller
153 * char: the consumer type of the caller
176 dsym_cdtype_t type; local
243 if (dsym_get_type_id(fields[ITAB_TYPE], &type, B_FALSE) !=
245 inittab_msg("inittab_lookup: line %li: type `%s' "
285 entry.ds_type = type;
431 * output: int: hardware type, or -1 for empty, or -2 for error.
461 * is given, then the interface type i
563 int type; local
1065 int type; local
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dentry.c220 dm_get_associated_descriptors(dm_descriptor_t desc, dm_desc_type_t type, argument
245 switch (dp->type) {
247 descs = drive_get_assoc_descriptors(dp, type, errp);
250 descs = bus_get_assoc_descriptors(dp, type, errp);
253 descs = controller_get_assoc_descriptors(dp, type, errp);
256 descs = media_get_assoc_descriptors(dp, type, errp);
259 descs = slice_get_assoc_descriptors(dp, type, errp);
262 descs = partition_get_assoc_descriptors(dp, type, errp);
265 descs = path_get_assoc_descriptors(dp, type, errp);
268 descs = alias_get_assoc_descriptors(dp, type, err
281 dm_get_associated_types(dm_desc_type_t type) argument
412 dm_get_descriptors(dm_desc_type_t type, int filter[], int *errp) argument
[all...]
H A Dfindevs.c98 static boolean_t disk_is_cdrom(const char *type);
535 "INFO: dev: %s, node: %s%d, minor: 0x%x, type: %s\n",
873 char *type; local
916 type = di_minor_nodetype(args->minor);
952 * We try to use uscsi later to determine the real type.
958 if (disk_is_cdrom(type)) {
962 } else if (libdiskmgt_str_eq(type, DDI_NT_FD)) {
995 * to get the drive type unless media is inserted,so
1022 char *type; local
1025 type
1064 disk_is_cdrom(const char *type) argument
1467 char *type; local
1570 char *type; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdladm.c255 s = "invalid MAC address type";
399 s = "invalid IP tunnel type";
402 s = "IP tunnel type required";
645 i_dladm_lock_db(const char *lock_file, short type) argument
654 lock.l_type = type;
734 * Given a physical link media type, returns its media type string.
756 * Given a physical link media type string, returns its media type constant.
1262 mac_propval_type_t type, mac_propval_range_
1261 dladm_strs2range(char **prop_val, uint_t val_cnt, mac_propval_type_t type, mac_propval_range_t **range) argument
1406 dladm_list2range(void *elem, uint_t nelem, mac_propval_type_t type, mac_propval_range_t **range) argument
[all...]
H A Dlibdllink.c71 dladm_usagelog(dladm_handle_t handle, dladm_logtype_t type, argument
74 if (type == DLADM_LOGTYPE_FLOW)
86 dladm_start_usagelog(dladm_handle_t handle, dladm_logtype_t type, argument
94 return (dladm_usagelog(handle, type, &log_info));
98 dladm_stop_usagelog(dladm_handle_t handle, dladm_logtype_t type) argument
105 return (dladm_usagelog(handle, type, &log_info));
H A Dlibdlmgmt.c48 * Table of data type sizes indexed by dladm_datatype_t.
1281 const char *attr, dladm_datatype_t type, const void *attrval)
1290 if (type == DLADM_TYPE_STR)
1293 attrsz = dladm_datatype_size[type];
1302 setattr.ld_type = type;
1314 dladm_datatype_t type, const void *attrval)
1327 if (type == DLADM_TYPE_STR)
1330 attrsz = dladm_datatype_size[type];
1339 setattr.ld_type = type;
1280 dladm_set_flowconf_field(dladm_handle_t handle, const char *flow, const char *attr, dladm_datatype_t type, const void *attrval) argument
1313 dladm_set_conf_field(dladm_handle_t handle, dladm_conf_t conf, const char *attr, dladm_datatype_t type, const void *attrval) argument
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_jnitab.c513 dtj_request_create(JNIEnv *jenv, dtj_request_type_t type, ...) argument
526 r->dtjr_type = type;
533 va_start(ap, type);
534 switch (type) {
586 dtj_program_create(JNIEnv *jenv, dtj_program_type_t type, const char *name) argument
601 p->dtjp_type = type;
H A Ddtrace_jni.c412 dtj_throw_illegal_argument(jenv, "unexpected program type %d\n",
1080 const char *type; local
1083 type = "description";
1086 type = "script";
1095 type, p->dtjp_name);
/osnet-11/usr/src/lib/libeti/form/inc/
H A Dform.h95 FIELDTYPE * type; /* field type */ member in struct:fieldnode
96 char * arg; /* argument for type */
/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c434 * Allocate a node of type logical_drive_t and return the pointer to it
1485 fdisk_get_disk_geom(ext_part_t *epp, int type, int what) argument
1487 switch (type) {
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c312 fpt_get_node_type(fru_treehdl_t node, fru_node_t *type) argument
324 *type = FRU_NODE_LOCATION;
333 *type = FRU_NODE_CONTAINER;
336 *type = FRU_NODE_FRU;
340 *type = FRU_NODE_UNKNOWN;
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c323 fpt_get_node_type(fru_treehdl_t node, fru_node_t *type) argument
335 *type = FRU_NODE_LOCATION;
344 *type = FRU_NODE_CONTAINER;
347 *type = FRU_NODE_FRU;
351 *type = FRU_NODE_UNKNOWN;
/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.h119 * Valid socket type values.
230 int type; member in struct:__anon1748
240 /* TLI/XTI type service ? */
246 /* wait type service ? */
/osnet-11/usr/src/lib/fm/libfmd_msg/common/
H A Dfmd_msg.c134 "type", /* key for FMD_MSG_ITEM_TYPE */
163 * Invalid tokens are assigned the type T_ERR.
579 fmd_msg_nv_type_lookup(data_type_t type) argument
584 if (t->nvt_type == type)
656 data_type_t type, void *p, uint_t n, uint_t idx)
658 const struct fmd_msg_nv_type *nvt = fmd_msg_nv_type_lookup(type);
675 switch (type) {
738 data_type_t type = nvpair_type(nvp); local
739 const struct fmd_msg_nv_type *nvt = fmd_msg_nv_type_lookup(type);
756 err = fmd_msg_nv_error("unknown data type
655 fmd_msg_nv_print_items(fmd_msg_buf_t *b, nvpair_t *nvp, data_type_t type, void *p, uint_t n, uint_t idx) argument
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c1673 ldmsvcs_io_req_id(struct ldom_hdl *lhp, uint64_t addr, uint_t type, argument
1702 R->msg_type = type;
/osnet-11/usr/src/lib/fm/topo/modules/common/fac_prov_ipmi/common/
H A Dfac_prov_ipmi.c880 uint32_t type, ledmode; local
890 &type, &err) != 0) {
895 switch (type) {
906 topo_mod_dprintf(mod, "Invalid LED type: 0x%x\n", type);
1537 * sensor class and sensor type.
1541 * unit type
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c248 * concerned) either from the current node, if it is of type 'product', or
260 char *type; local
266 result = md_get_prop_str(mdp, mde_node, MD_STR_TYPE, &type);
267 if (result == 0 && strcmp(type, MD_STR_PRODUCT) == 0) {
283 * Search the PRI for nodes of type MD_STR_COMPONENT and find the
284 * first element with type of MD_STR_PRODUCT. This node
299 result = md_get_prop_str(mdp, nodes[idx], MD_STR_TYPE, &type);
300 if (result == 0 && strcmp(type, MD_STR_PRODUCT) == 0) {
330 * concerned) either from the current node, if it is of type 'chassis', or
369 * Search the PRI for nodes of type MD_STR_COMPONEN
1328 char *type = NULL; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dpac.c83 krb5_ui_4 type,
92 krb5_ui_4 type,
103 /* Check there isn't already a buffer of this type */
104 if (k5_pac_locate_buffer(context, pac, type, NULL) == 0) {
107 "Duplicate PAC buffer of type %d",
108 type);
143 pac->pac->Buffers[i].ulType = type;
172 krb5_ui_4 type,
175 return k5_pac_add_buffer(context, pac, type, data, FALSE, NULL);
200 krb5_ui_4 type,
90 k5_pac_add_buffer(krb5_context context, krb5_pac pac, krb5_ui_4 type, const krb5_data *data, krb5_boolean zerofill, krb5_data *out_data) argument
170 krb5_pac_add_buffer(krb5_context context, krb5_pac pac, krb5_ui_4 type, const krb5_data *data) argument
198 k5_pac_locate_buffer(krb5_context context, const krb5_pac pac, krb5_ui_4 type, krb5_data *data) argument
250 krb5_pac_get_buffer(krb5_context context, krb5_pac pac, krb5_ui_4 type, krb5_data *data) argument
610 k5_pac_zero_signature(krb5_context context, const krb5_pac pac, krb5_ui_4 type, krb5_data *data) argument
866 k5_insert_checksum(krb5_context context, krb5_pac pac, krb5_ui_4 type, const krb5_keyblock *key, krb5_cksumtype *cksumtype) argument
1234 krb5_ui_4 type; member in struct:__anon1027
1250 mspac_type2attr(krb5_ui_4 type, krb5_data *attr) argument
1265 mspac_attr2type(const krb5_data *attr, krb5_ui_4 *type) argument
1366 krb5_ui_4 type; local
1415 krb5_ui_4 type; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c92 * type; you have to ask for one with a valid type.
527 any type, and ask for addresses of all types. At least, it
701 any type, and ask for addresses of all types. At least, it
1160 make_addr (int type, size_t length, const void *contents) argument
1176 a->addrtype = type;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c1164 krb5_int32 type)
1202 if (type == KRB5_NT_SRV_HST)
1203 code = krb5_sname_to_principal(context, NULL, name, type, &me);
1161 load_root_cred_using_keytab(OM_uint32 *minor_status, krb5_context context, const char *name, krb5_int32 type) argument
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbfs.c132 grub_uint32_t type; member in struct:grub_bfs_small_data_element_header
H A Dhfs.c63 grub_uint8_t type; member in struct:grub_hfs_node
132 /* For a directory, type == 1. */
133 grub_uint8_t type; member in struct:grub_hfs_dirrec
143 /* For a file, type == 2. */
144 grub_uint8_t type; member in struct:grub_hfs_filerec
656 filesystem DATA. This node holds data of the type TYPE (0 =
660 grub_hfs_iterate_records (struct grub_hfs_data *data, int type, int idx,
664 int nodesize = type == 0 ? data->cat_size : data->ext_size;
679 dat = (struct grub_hfs_extent *) (type == 0
685 (type
659 grub_hfs_iterate_records(struct grub_hfs_data *data, int type, int idx, int this, int (*node_hook) (struct grub_hfs_node *hnd, struct grub_hfs_record *)) argument
731 grub_hfs_find_node(struct grub_hfs_data *data, char *key, grub_uint32_t idx, int type, char *datar, int datalen) argument
[all...]
H A Diso9660.c54 grub_uint8_t type; member in struct:grub_iso9660_voldesc
470 if (voldesc.voldesc.type == GRUB_ISO9660_VOLDESC_PRIMARY)
473 && (voldesc.voldesc.type == GRUB_ISO9660_VOLDESC_SUPP)
493 } while (voldesc.voldesc.type != GRUB_ISO9660_VOLDESC_END);
534 enum grub_fshelp_filetype type;
563 filename type is stored. */
606 type = GRUB_FSHELP_DIR;
609 type = GRUB_FSHELP_REG;
612 type = GRUB_FSHELP_SYMLINK;
615 type
533 enum grub_fshelp_filetype type; local
[all...]
H A Dntfs.c622 enum grub_fshelp_filetype type; local
634 type = GRUB_FSHELP_SYMLINK;
636 type = GRUB_FSHELP_DIR;
638 type = GRUB_FSHELP_REG;
664 type |= GRUB_FSHELP_CASE_INSENSITIVE;
666 if (hook (ustr, type, fdiro))
681 grub_uint32_t type; member in struct:symlink_descriptor
723 switch (grub_cpu_to_le32 (symdesc.type))
736 grub_error (GRUB_ERR_BAD_FS, "symlink type invalid (%x)",
737 grub_cpu_to_le32 (symdesc.type));
[all...]
H A Dsquash4.c80 grub_uint16_t type; member in struct:grub_squash_inode
148 grub_uint16_t type; member in struct:grub_squash_dirent
486 switch (dir->ino.type)
499 grub_error (GRUB_ERR_BAD_FS, "unexpected ino type 0x%x",
500 grub_le_to_cpu16 (dir->ino.type));
550 if (grub_le_to_cpu16 (di.type) == SQUASH_TYPE_DIR)
552 if (grub_le_to_cpu16 (di.type) == SQUASH_TYPE_SYMLINK)
673 switch (fdiro->ino.type)
683 grub_uint16_t type = grub_le_to_cpu16 (fdiro->ino.type); local
[all...]

Completed in 84 milliseconds

<<21222324252627282930>>