/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_stat.h | 63 const char *desc; /* description of statistic */ member 70 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument 76 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \ argument 82 #define VMM_STAT(type, desc) \ argument 84 #define VMM_STAT_INTEL(type, desc) \ argument 86 #define VMM_STAT_AMD(type, desc) \ argument 89 #define VMM_STAT_FUNC(type, desc, func) \ argument 92 #define VMM_STAT_ARRAY(type, nelems, desc) \ argument
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_common.c | 419 struct i40e_aq_desc desc; in i40e_aq_queue_shutdown() local 451 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_lut() local 536 struct i40e_aq_desc desc; in i40e_aq_get_set_rss_key() local 1053 struct i40e_aq_desc desc; in i40e_aq_mac_address_read() local 1079 struct i40e_aq_desc desc; in i40e_aq_mac_address_write() local 1690 struct i40e_aq_desc desc; in i40e_aq_get_phy_capabilities() local 1768 struct i40e_aq_desc desc; in i40e_aq_set_phy_config() local 1887 struct i40e_aq_desc desc; in i40e_aq_set_mac_config() local 1932 struct i40e_aq_desc desc; in i40e_aq_clear_pxe_mode() local 1959 struct i40e_aq_desc desc; in i40e_aq_set_link_restart_an() local [all …]
|
H A D | i40e_adminq.c | 151 struct i40e_aq_desc *desc; in i40e_alloc_arq_bufs() local 784 struct i40e_aq_desc *desc; in i40e_clean_asq() local 841 struct i40e_aq_desc *desc, in i40e_asq_send_command() 1045 void i40e_fill_default_direct_cmd_desc(struct i40e_aq_desc *desc, in i40e_fill_default_direct_cmd_desc() 1071 struct i40e_aq_desc *desc; in i40e_clean_arq_element() local
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | allocate.c | 46 void protect_allocations(struct allocator_struct *desc) in protect_allocations() 51 void drop_all_allocations(struct allocator_struct *desc) in drop_all_allocations() 67 void free_one_entry(struct allocator_struct *desc, void *entry) in free_one_entry() 74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate()
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | controller.c | 44 controller_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, in controller_get_assoc_descriptors() 174 controller_get_name(descriptor_t *desc) in controller_get_name() 207 get_assoc_buses(descriptor_t *desc, int *errp) in get_assoc_buses() 236 get_assoc_drives(descriptor_t *desc, int *errp) in get_assoc_drives() 270 get_assoc_paths(descriptor_t *desc, int *errp) in get_assoc_paths()
|
H A D | bus.c | 43 bus_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, int *errp) in bus_get_assoc_descriptors() 132 bus_get_name(descriptor_t *desc) in bus_get_name() 165 get_assoc_buses(descriptor_t *desc, int *errp) in get_assoc_buses() 219 get_assoc_controllers(descriptor_t *desc, int *errp) in get_assoc_controllers()
|
H A D | path.c | 44 path_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, int *errp) in path_get_assoc_descriptors() 135 path_get_name(descriptor_t *desc) in path_get_name() 249 get_assoc_controllers(descriptor_t *desc, int *errp) in get_assoc_controllers() 282 get_assoc_drives(descriptor_t *desc, int *errp) in get_assoc_drives()
|
H A D | entry.c | 68 dm_free_descriptor(dm_descriptor_t desc) in dm_free_descriptor() 110 dm_get_associated_descriptors(dm_descriptor_t desc, dm_desc_type_t type, in dm_get_associated_descriptors() 195 dm_get_attributes(dm_descriptor_t desc, int *errp) in dm_get_attributes() 256 dm_descriptor_t desc = 0; in dm_get_descriptor_by_name() local 342 dm_get_name(dm_descriptor_t desc, int *errp) in dm_get_name() 407 dm_get_stats(dm_descriptor_t desc, int stat_type, int *errp) in dm_get_stats() 477 dm_get_type(dm_descriptor_t desc) in dm_get_type()
|
H A D | partition.c | 69 partition_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, in partition_get_assoc_descriptors() 100 partition_get_assocs(descriptor_t *desc, int *errp) in partition_get_assocs() 295 partition_get_name(descriptor_t *desc) in partition_get_name() 727 has_slices(descriptor_t *desc, int *errp) in has_slices()
|
H A D | alias.c | 44 alias_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, in alias_get_assoc_descriptors() 157 alias_get_name(descriptor_t *desc) in alias_get_name()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | stats.c | 62 stats_new(const char *name, const char *desc, enum stats_type t) in stats_new() 117 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter() 170 stats_new_elapse(const char *name, const char *desc, int ext) in stats_new_elapse() 202 stats_new_string(const char *name, const char *desc, int ext) in stats_new_string()
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | stats.c | 41 const char *desc; member 79 stats_new(const char *name, const char *desc, enum stats_type t) in stats_new() 126 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter() 179 stats_new_elapse(const char *name, const char *desc, int ext) in stats_new_elapse() 210 stats_new_string(const char *name, const char *desc, int ext) in stats_new_string()
|
/illumos-gate/usr/src/cmd/nscd/ |
H A D | nscd_config.c | 607 nscd_cfg_param_desc_t *desc, in _nscd_cfg_copy_vlen_data() 692 nscd_cfg_param_desc_t *desc; in _nscd_cfg_set_vlen_data_int() local 812 nscd_cfg_param_desc_t *desc, in _nscd_cfg_locate_cfg_data() 903 nscd_cfg_param_desc_t *desc, in _nscd_cfg_prelim_check() 1015 nscd_cfg_param_desc_t *desc, in _nscd_cfg_notify_i() 1182 nscd_cfg_param_desc_t *desc; in _nscd_cfg_notify_init() local 1622 nscd_cfg_param_desc_t *desc; in _nscd_cfg_free_vlen_data_group() local 1665 nscd_cfg_param_desc_t *desc; in _nscd_cfg_free_group_data() local 1694 nscd_cfg_param_desc_t *desc, in _nscd_cfg_copy_param_data() 1759 nscd_cfg_param_desc_t *desc; in _nscd_cfg_copy_group_data_in() local [all …]
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 93 hci1394_q_buf_t *desc; in hci1394_q_init() local 301 hci1394_q_buf_t *desc; in hci1394_q_reset() local 861 hci1394_q_buf_t *desc; in hci1394_q_at_next() local 953 hci1394_desc_imm_t *desc; in hci1394_q_at_write_OMI() local 1012 hci1394_desc_imm_t *desc; in hci1394_q_at_write_OLI() local 1139 hci1394_desc_t *desc; in hci1394_q_at_write_OL() local 1364 hci1394_desc_t *desc; in hci1394_q_ar_next() local 1694 hci1394_desc_t *desc; in hci1394_q_ar_write_IM() local
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | netif.c | 183 netif_attach(struct netif *nif, struct iodesc *desc, void *machdep_hint) in netif_attach() 220 netif_get(struct iodesc *desc, void **pkt, time_t timo) in netif_get() 247 netif_put(struct iodesc *desc, void *pkt, size_t len) in netif_put() 301 struct iodesc *desc; in socktodesc() local
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | tokens.c | 45 Isa_desc * desc; in conv_isalist() local 111 Uts_desc * desc; in conv_uts() local
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_hw.h | 325 #define ENAHW_AENQ_DESC_PHASE(desc) \ argument 813 #define ENAHW_CMD_ID(desc, id) \ argument 1285 #define ENAHW_RESP_CMD_ID(desc) \ argument 1559 #define ENAHW_TX_DESC_FIRST_ON(desc) \ argument 1579 #define ENAHW_TX_DESC_LAST_ON(desc) \ argument 1609 #define ENAHW_TX_DESC_DF_ON(desc) \ argument 1612 #define ENAHW_TX_DESC_TSO_OFF(desc) \ argument 1777 #define ENAHW_RX_DESC_SET_LAST(desc) \ argument 1903 #define ENAHW_RX_CDESC_PHASE(desc) \ argument 1907 #define ENAHW_RX_CDESC_FIRST(desc) \ argument [all …]
|
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/ |
H A D | fpu_getset.c | 71 check_sse(int fd, const struct vm_fpu_desc *desc, void *fpu_area, in check_sse() 165 check_avx(int fd, const struct vm_fpu_desc *desc, void *fpu_area, in check_avx() 287 struct vm_fpu_desc desc = { in main() local
|
/illumos-gate/usr/src/lib/libc/port/locale/ |
H A D | wctrans.c | 43 towctrans_l(wint_t wc, wctrans_t desc, locale_t loc) in towctrans_l() 62 towctrans(wint_t wc, wctrans_t desc) in towctrans()
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_wr.c | 82 uint64_t *desc; in hermon_post_send_ud() local 429 uint64_t *desc; in hermon_post_send_rc() local 785 uint64_t *desc, *prev; in hermon_post_send() local 1115 uint64_t *desc; in hermon_post_recv() local 1225 uint64_t *desc; in hermon_post_srq() local 1302 ibt_send_wr_t *wr, uint64_t *desc, uint_t *size) in hermon_wqe_send_build() 1681 ibt_send_wr_t *wr, uint64_t *desc, uint_t *size) in hermon_wqe_mlx_build() 1910 ibt_recv_wr_t *wr, uint64_t *desc) in hermon_wqe_recv_build() 1971 ibt_recv_wr_t *wr, uint64_t *desc) in hermon_wqe_srq_build() 2391 uint64_t *desc; in hermon_wrid_get_entry() local
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | common.c | 132 struct AddrRangeDesc *desc = (struct AddrRangeDesc *) addr; in mmap_avail_at() local 225 struct AddrRangeDesc *desc = (struct AddrRangeDesc *) addr; in init_bios_info() local
|
/illumos-gate/usr/src/boot/efi/libefi/ |
H A D | efinet.c | 133 efinet_put(struct iodesc *desc, void *pkt, size_t len) in efinet_put() 163 efinet_get(struct iodesc *desc, void **pkt, time_t timeout) in efinet_get() 201 efinet_init(struct iodesc *desc, void *machdep_hint __unused) in efinet_init()
|
/illumos-gate/usr/src/uts/common/crypto/spi/ |
H A D | kcf_spi.c | 447 kcf_provider_desc_t *desc; in crypto_unregister_provider() local 741 init_prov_mechs(crypto_provider_info_t *info, kcf_provider_desc_t *desc) in init_prov_mechs() 891 undo_register_provider(kcf_provider_desc_t *desc, boolean_t remove_prov) in undo_register_provider() 1082 delete_kstat(kcf_provider_desc_t *desc) in delete_kstat()
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_tty.c | 272 unsigned char *key, *mapto, *desc; variable 298 unsigned char *desc) in kpadd()
|
/illumos-gate/usr/src/cmd/mdb/common/modules/crypto/ |
H A D | impl.c | 55 kcf_provider_desc_t desc; in kcf_provider_desc() local 205 kcf_provider_desc_t desc; in prov_tab() local 501 kcf_policy_desc_t desc; in kcf_policy_desc() local
|