/illumos-gate/usr/src/test/nvme-tests/tests/libnvme/ |
H A D | bad-req.c | 29 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/test/os-tests/tests/oclo/ |
H A D | oclo_errors.c | 39 oclo_check(const char *desc, const char *act, int ret, int e) in oclo_check() 57 oclo_dup3(const char *desc, int flags) in oclo_dup3() 64 oclo_dup3fd(const char *desc, int flags) in oclo_dup3fd() 72 oclo_pipe2(const char *desc, int flags) in oclo_pipe2() 81 oclo_socket(const char *desc, int type) in oclo_socket() 88 oclo_accept(const char *desc, int flags) in oclo_accept()
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_common.c | 324 void i40e_debug_aq(struct i40e_hw *hw, enum i40e_debug_mask mask, void *desc, in i40e_debug_aq() 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 [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/uts/intel/io/vmm/ |
H A D | vmm_stat.h | 61 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 D | ena_aenq.c | 130 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 D | ena_hw.h | 341 #define ENAHW_AENQ_DESC_PHASE(desc) \ argument 437 #define ENAHW_GET_FEAT_FLAGS_GET_CURR_VAL(desc) \ argument 439 #define ENAHW_GET_FEAT_FLAGS_GET_DEF_VAL(desc) \ argument 837 #define ENAHW_CMD_ID(desc, id) \ argument 1337 #define ENAHW_RESP_CMD_ID(desc) \ argument 1599 #define ENAHW_TX_DESC_LENGTH(desc, len) \ argument 1602 #define ENAHW_TX_DESC_FIRST_ON(desc) \ argument 1605 #define ENAHW_TX_DESC_FIRST_OFF(desc) \ argument 1608 #define ENAHW_TX_DESC_REQID_HI(desc, reqid) \ argument 1613 #define ENAHW_TX_DESC_REQID_LO(desc, reqid) \ argument [all …]
|
/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 | 42 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 D | bus.c | 41 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 D | path.c | 42 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 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()
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | stats.c | 60 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/nscd/ |
H A D | nscd_config.c | 376 nscd_cfg_param_desc_t *desc, *gdesc = NULL; in _nscd_cfg_init_param() local 487 nscd_cfg_stat_desc_t *desc, *gdesc = NULL; in _nscd_cfg_init_stat() local 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 [all …]
|
/illumos-gate/usr/src/cmd/fm/eversholt/common/ |
H A D | stats.c | 39 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/uts/common/io/1394/adapters/ |
H A D | hci1394_q.c | 91 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/cmd/ktest/ |
H A D | ktest.c | 430 ktest_test_desc_init(ktest_test_desc_t *desc) in ktest_test_desc_init() 454 ktest_match_triple(const ktest_test_desc_t *desc, const ktest_triple_t *triple) in ktest_match_triple() 475 ktest_match_any(const ktest_test_desc_t *desc, list_t *triples) in ktest_match_any() 520 nvlist_t *desc = fnvpair_value_nvlist(module); in ktest_module_name() local 527 nvlist_t *desc = fnvpair_value_nvlist(module); in ktest_module_suites() local 534 nvlist_t *desc = fnvpair_value_nvlist(suite); in ktest_suite_name() local 541 nvlist_t *desc = fnvpair_value_nvlist(suite); in ktest_suite_tests() local 548 nvlist_t *desc = fnvpair_value_nvlist(test); in ktest_test_name() local 555 nvlist_t *desc = fnvpair_value_nvlist(test); in ktest_test_requires_input() local 587 ktest_iter_tests(ktest_iter_t *iter, ktest_test_desc_t *desc) in ktest_iter_tests() [all …]
|
/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 | 43 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 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/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/lib/libc/port/locale/ |
H A D | wctrans.c | 42 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/test/libc-tests/tests/ |
H A D | ptsname.c | 33 ptsname_err(const char *desc, int fd, int error) in ptsname_err() 53 ptsname_r_err(const char *desc, int fd, char *buf, size_t len, int error) in ptsname_r_err()
|
/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
|