Searched refs:type (Results 201 - 225 of 3417) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c76 } type; member in struct:pentry
81 enum ptable_type type; member in struct:ptable
89 enum partition_type type; member in struct:parttypes
118 parttype2str(enum partition_type type) argument
123 if (ptypes[i].type == type)
139 gpt_parttype(uuid_t type) argument
142 if (uuid_equal(&type, &gpt_uuid_efi, NULL))
144 else if (uuid_equal(&type, &gpt_uuid_ms_basic_data, NULL))
146 else if (uuid_equal(&type,
360 mbr_parttype(uint8_t type) argument
444 bsd_parttype(uint8_t type) argument
526 vtoc8_parttype(uint16_t type) argument
609 vtoc_parttype(uint16_t type) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c80 static int vsw_maccl_open(vsw_t *vswp, vsw_port_t *port, int type);
81 static void vsw_maccl_close(vsw_t *vswp, vsw_port_t *port, int type);
82 static void vsw_mac_multicast_add_all(vsw_t *vswp, vsw_port_t *portp, int type);
84 vsw_port_t *portp, int type);
90 static void vsw_maccl_set_bandwidth(vsw_t *vswp, vsw_port_t *port, int type,
94 static void vsw_notify_cb(void *arg, mac_notify_type_t type);
104 int type);
106 mcst_addr_t *mcst_p, int type);
107 int vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type);
108 void vsw_mac_client_cleanup(vsw_t *vswp, vsw_port_t *port, int type);
333 vsw_mac_multicast_add(vsw_t *vswp, vsw_port_t *port, mcst_addr_t *mcst_p, int type) argument
364 vsw_mac_multicast_remove(vsw_t *vswp, vsw_port_t *port, mcst_addr_t *mcst_p, int type) argument
384 vsw_mac_multicast_add_all(vsw_t *vswp, vsw_port_t *portp, int type) argument
427 vsw_mac_multicast_remove_all(vsw_t *vswp, vsw_port_t *portp, int type) argument
460 vsw_update_bandwidth(vsw_t *vswp, vsw_port_t *port, int type, uint64_t maxbw) argument
477 vsw_mac_client_init(vsw_t *vswp, vsw_port_t *port, int type) argument
516 vsw_maccl_open(vsw_t *vswp, vsw_port_t *port, int type) argument
569 vsw_mac_client_cleanup(vsw_t *vswp, vsw_port_t *port, int type) argument
582 vsw_maccl_close(vsw_t *vswp, vsw_port_t *port, int type) argument
624 vsw_set_hw(vsw_t *vswp, vsw_port_t *port, int type) argument
657 vsw_unset_hw(vsw_t *vswp, vsw_port_t *port, int type) argument
824 vsw_unset_hw_addr(vsw_t *vswp, vsw_port_t *port, int type) argument
1341 vsw_notify_cb(void *arg, mac_notify_type_t type) argument
1385 vsw_maccl_set_bandwidth(vsw_t *vswp, vsw_port_t *port, int type, uint64_t maxbw) argument
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dippool.c79 fprintf(stderr, "\t\t\t-A [-dnv] %s[-m <name>] [-o <role>] [-S <seed>] [-t <type>]\n",
82 fprintf(stderr, "\t\t\t-F [-dv] %s[-o <role>] [-t <type>]\n", zoneopt);
83 fprintf(stderr, "\t\t\t-l [-dv] %s[-m <name>] [-t <type>]\n", zoneopt);
86 fprintf(stderr, "\t\t\t-R [-dnv] %s[-m <name>] [-o <role>] [-t <type>]\n",
222 int type, role, c, err; local
229 type = 0;
265 type = gettype(optarg, &iph.iph_type);
266 if (type == IPLT_NONE) {
267 fprintf(stderr, "unknown type '%s'\n", optarg);
287 if (type
384 int c, role, type, live_kernel; local
645 int c, type, role, live_kernel; local
753 int c, role, type, arg; local
858 int type; local
[all...]
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c96 uchar_t type = (uchar_t)ELF_R_TYPE(rel->r_info, M_MACH); local
107 if (type == M_R_JMP_SLOT)
132 if (type == M_R_COPY)
143 if (type == M_R_JMP_SLOT)
159 if ((type == M_R_RELATIVE) || (type == M_R_NONE) ||
191 if (type == M_R_JMP_SLOT)
207 if (IS_PC_RELATIVE(type))
223 if (type == M_R_JMP_SLOT)
253 if (IS_PC_RELATIVE(type))
449 uchar_t type = (uchar_t)ELF_R_TYPE(rel->r_info, M_MACH); local
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddata_obj.c333 app_attr->type = CKA_APPLICATION;
337 value_attr->type = CKA_VALUE;
341 class_attr->type = CKA_CLASS;
360 switch (attr->type) {
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dencode_kdc.c34 using message type type and encryption key client_key and encryption type
47 krb5_encode_kdc_rep(krb5_context context, krb5_msgtype type, argument
60 switch (type) {
76 * in the message type to the encoder, so it can set the ASN.1
77 * type correct.
80 * type, to be compatible with old versions of Kerberos that always
88 tmp_encpart.msg_type = type;
115 switch (type) {
[all...]
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.h57 int type; member in struct:option_defs
63 * Sharectl property refresh types. Bit mask to indicate which type(s)
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_ruleval.h51 int addAttr2RuleValue(__nis_value_type_t type, char *name,
56 int addCol2RuleValue(__nis_value_type_t type, char *name,
81 __nis_mapping_item_type_t type);
83 __nis_mapping_item_type_t type);
/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dsetvbuf.c41 setvbuf(iop, buf, type, size)
44 register int type;
52 switch (type) {
53 /*note that the flags are the same as the possible values for type*/
65 iop->_flag |= type;
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dppriv.c41 setppriv(priv_op_t op, priv_ptype_t type, const priv_set_t *pset) argument
48 set = priv_getsetbyname(type);
55 getppriv(priv_ptype_t type, priv_set_t *pset) argument
62 set = priv_getsetbyname(type);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Digmp.h15 uint8_t type; member in struct:igmp
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dsmp-imps.h66 * These are the "type" values for Base MP Configuration Table entries.
138 * type (i.e. all of type 0 come first, etc.). Look on page 4-6 for
144 unsigned char type; /* must be 0 */ member in struct:imps_processor
155 unsigned char type; /* must be 1 */ member in struct:imps_bus
162 unsigned char type; /* must be 2 */ member in struct:imps_ioapic
171 unsigned char type; /* must be 3 or 4 */ member in struct:imps_interrupt
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlog_auto.h16 u_int32_t type; member in struct:_log_register_args
/illumos-gate/usr/src/cmd/sgs/include/
H A Dmonv.h54 unsigned int type; member in struct:_prof_object
93 unsigned int type; /* PROF_BUFFER_T */ member in struct:_prof_buffer
101 unsigned int type; /* PROF_CALLGRAPH_T */ member in struct:_prof_call_graph
108 unsigned int type; /* PROF_MODULES_T */ member in struct:_prof_module_list
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Drelocate_sparc.c91 conv_reloc_SPARC_type(Word type, Conv_fmt_flags_t fmt_flags, argument
94 if (type >= R_SPARC_NUM)
95 return (conv_invalid_val(inv_buf, type, fmt_flags));
96 return (MSG_ORIG(rels[type]));
/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dparse.h47 keyword_type type; member in struct:keyword_table
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.h39 HotplugEventType type; /**< Type of hotplug event */ member in struct:__anon628
/illumos-gate/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_mr_util.h55 dapl_mr_get_address(IN DAT_REGION_DESCRIPTION desc, IN DAT_MEM_TYPE type);
/illumos-gate/usr/src/uts/common/zmod/
H A Dinftrees.h55 extern int inflate_table OF((codetype type, unsigned short FAR *lens,
/illumos-gate/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_kverb_impl.h40 #define FIRE_QP_EVENT(clnt, hdl, ib_event, qpp, type) \
45 ib_event.event = type; \
51 #define FIRE_CQ_EVENT(clnt, hdl, ib_event, cqp, type) \
56 ib_event.event = type; \
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dmagicid.h50 char type[12]; /* specific data type */ member in struct:Magicid_s
/illumos-gate/usr/src/lib/libast/common/cdt/
H A Ddtflatten.c40 if(dt->data->type&DT_FLATTEN )
44 if(dt->data->type&(DT_SET|DT_BAG))
56 else if(dt->data->type&(DT_LIST|DT_STACK|DT_QUEUE) )
58 else if((r = dt->data->here) ) /*if(dt->data->type&(DT_OSET|DT_OBAG))*/
72 dt->data->type |= DT_FLATTEN;
/illumos-gate/usr/src/lib/libast/common/include/
H A Dmnt.h40 char* type; /* filesystem type */ member in struct:__anon2630
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dmagicid.h50 char type[12]; /* specific data type */ member in struct:Magicid_s
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dmagicid.h50 char type[12]; /* specific data type */ member in struct:Magicid_s

Completed in 114 milliseconds

1234567891011>>