Home
last modified time | relevance | path

Searched defs:desc (Results 1 – 25 of 298) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/
H A Dbad-req.c29 nvme_id_req_t **reqp, nvme_err_t exp_err, const char *desc) in bad_id_req()
52 const char *desc) in bad_log_req()
75 nvme_log_req_t **reqp, nvme_err_t exp_err, const char *desc) in bad_log_req_by_name()
98 nvme_err_t exp_err, const char *desc) in bad_get_feat_req()
121 nvme_get_feat_req_t **reqp, nvme_err_t exp_err, const char *desc) in bad_get_feat_req_by_name()
144 const char *desc) in bad_vuc_req()
167 nvme_err_t exp_err, const char *desc) in bad_fw_commit_req()
190 const char *desc) in bad_format_req()
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_common.c419 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 Di40e_adminq.c151 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/uts/intel/io/vmm/
H A Dvmm_stat.h61 const char *desc; /* description of statistic */ member
68 #define VMM_STAT_FDEFINE(type, nelems, desc, func, scope) \ argument
74 #define VMM_STAT_DEFINE(type, nelems, desc, scope) \ argument
80 #define VMM_STAT(type, desc) \ argument
82 #define VMM_STAT_INTEL(type, desc) \ argument
84 #define VMM_STAT_AMD(type, desc) \ argument
87 #define VMM_STAT_FUNC(type, desc, func) \ argument
90 #define VMM_STAT_ARRAY(type, nelems, desc) \ argument
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_aenq.c130 enahw_aenq_desc_t *desc = &aenq->eaenq_descs[head_mod]; in ena_aenq_work() local
175 ena_aenq_link_change_hdlr(void *data, enahw_aenq_desc_t *desc) in ena_aenq_link_change_hdlr()
205 ena_aenq_notification_hdlr(void *data, enahw_aenq_desc_t *desc) in ena_aenq_notification_hdlr()
223 ena_aenq_keep_alive_hdlr(void *data, enahw_aenq_desc_t *desc) in ena_aenq_keep_alive_hdlr()
252 ena_aenq_request_reset_hdlr(void *data, enahw_aenq_desc_t *desc) in ena_aenq_request_reset_hdlr()
263 ena_aenq_fatal_error_hdlr(void *data, enahw_aenq_desc_t *desc) in ena_aenq_fatal_error_hdlr()
277 ena_aenq_warning_hdlr(void *data, enahw_aenq_desc_t *desc) in ena_aenq_warning_hdlr()
289 ena_aenq_default_hdlr(void *data, enahw_aenq_desc_t *desc) in ena_aenq_default_hdlr()
H A Dena_hw.h341 #define ENAHW_AENQ_DESC_PHASE(desc) \ argument
837 #define ENAHW_CMD_ID(desc, id) \ argument
1337 #define ENAHW_RESP_CMD_ID(desc) \ argument
1602 #define ENAHW_TX_DESC_FIRST_ON(desc) \ argument
1622 #define ENAHW_TX_DESC_LAST_ON(desc) \ argument
1652 #define ENAHW_TX_DESC_DF_ON(desc) \ argument
1655 #define ENAHW_TX_DESC_TSO_OFF(desc) \ argument
1821 #define ENAHW_RX_DESC_SET_LAST(desc) \ argument
1947 #define ENAHW_RX_CDESC_PHASE(desc) \ argument
1951 #define ENAHW_RX_CDESC_FIRST(desc) \ argument
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dallocate.c46 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 Dcontroller.c42 controller_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, in controller_get_assoc_descriptors()
172 controller_get_name(descriptor_t *desc) in controller_get_name()
205 get_assoc_buses(descriptor_t *desc, int *errp) in get_assoc_buses()
234 get_assoc_drives(descriptor_t *desc, int *errp) in get_assoc_drives()
268 get_assoc_paths(descriptor_t *desc, int *errp) in get_assoc_paths()
H A Dbus.c41 bus_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, int *errp) in bus_get_assoc_descriptors()
130 bus_get_name(descriptor_t *desc) in bus_get_name()
163 get_assoc_buses(descriptor_t *desc, int *errp) in get_assoc_buses()
217 get_assoc_controllers(descriptor_t *desc, int *errp) in get_assoc_controllers()
H A Dpath.c42 path_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, int *errp) in path_get_assoc_descriptors()
133 path_get_name(descriptor_t *desc) in path_get_name()
247 get_assoc_controllers(descriptor_t *desc, int *errp) in get_assoc_controllers()
280 get_assoc_drives(descriptor_t *desc, int *errp) in get_assoc_drives()
H A Dentry.c68 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 Dpartition.c69 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 Dalias.c42 alias_get_assoc_descriptors(descriptor_t *desc, dm_desc_type_t type, in alias_get_assoc_descriptors()
155 alias_get_name(descriptor_t *desc) in alias_get_name()
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dstats.c60 stats_new(const char *name, const char *desc, enum stats_type t) in stats_new()
115 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter()
168 stats_new_elapse(const char *name, const char *desc, int ext) in stats_new_elapse()
200 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 Dstats.c39 const char *desc; member
77 stats_new(const char *name, const char *desc, enum stats_type t) in stats_new()
124 stats_new_counter(const char *name, const char *desc, int ext) in stats_new_counter()
177 stats_new_elapse(const char *name, const char *desc, int ext) in stats_new_elapse()
208 stats_new_string(const char *name, const char *desc, int ext) in stats_new_string()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_config.c607 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 Dhci1394_q.c91 hci1394_q_buf_t *desc; in hci1394_q_init() local
284 hci1394_q_buf_t *desc; in hci1394_q_reset() local
785 hci1394_q_buf_t *desc; in hci1394_q_at_next() local
871 hci1394_desc_imm_t *desc; in hci1394_q_at_write_OMI() local
925 hci1394_desc_imm_t *desc; in hci1394_q_at_write_OLI() local
1047 hci1394_desc_t *desc; in hci1394_q_at_write_OL() local
1257 hci1394_desc_t *desc; in hci1394_q_ar_next() local
1566 hci1394_desc_t *desc; in hci1394_q_ar_write_IM() local
/illumos-gate/usr/src/boot/libsa/
H A Dnetif.c183 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 Dtokens.c43 Isa_desc * desc; in conv_isalist() local
109 Uts_desc * desc; in conv_uts() local
/illumos-gate/usr/src/test/bhyve-tests/tests/vmm/
H A Dfpu_getset.c71 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 Dwctrans.c42 towctrans_l(wint_t wc, wctrans_t desc, locale_t loc) in towctrans_l()
61 towctrans(wint_t wc, wctrans_t desc) in towctrans()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_wr.c82 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 Dcommon.c132 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 Definet.c141 efinet_put(struct iodesc *desc, void *pkt, size_t len) in efinet_put()
171 efinet_get(struct iodesc *desc, void **pkt, time_t timeout) in efinet_get()
209 efinet_init(struct iodesc *desc, void *machdep_hint __unused) in efinet_init()
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c447 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()

12345678910>>...12