Searched refs:picl_errno_t (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
H A D | opl_picl.c | 60 static picl_errno_t do_walk(picl_nodehdl_t rooth, const char *classname, 61 void *c_args, picl_errno_t (*callback_fn)(picl_nodehdl_t hdl, void *args)); 64 static picl_errno_t get_lane_width(char *device_path, int bus_no, int func_no, 68 static picl_errno_t opl_pci_callback(picl_nodehdl_t pcih, void *args); 86 static picl_errno_t 89 picl_errno_t err = PICL_SUCCESS; in opl_pci_callback() 372 picl_errno_t err; in opl_display_pci() 417 picl_errno_t err; in opl_get_first_compatible_value() 478 picl_errno_t err; in do_piclinfo() 641 static picl_errno_t [all …]
|
/illumos-gate/usr/src/lib/libprtdiag/common/ |
H A D | pdevinfo_sun4v.c | 68 picl_errno_t sun4v_get_node_by_name(picl_nodehdl_t, char *, picl_nodehdl_t *); 86 picl_errno_t err; in do_prominfo() 238 picl_errno_t
|
H A D | display_sun4v.c | 88 extern picl_errno_t sun4v_get_node_by_name(picl_nodehdl_t, char *, 255 static picl_errno_t 259 picl_errno_t err; in get_slot_label() 343 picl_errno_t err; in get_slot_number() 438 picl_errno_t err; in sun4v_pci_callback() 644 picl_errno_t err; in sun4v_get_first_compatible_value() 805 picl_errno_t err = PICL_SUCCESS; in sun4v_memory_conf_callback() 1131 picl_errno_t err; in sun4v_env_print_sensor_callback() 1360 picl_errno_t err = PICL_SUCCESS; in sun4v_env_print_indicator_callback() 1758 picl_errno_t err; in sun4v_print_fru_status_callback() [all …]
|
/illumos-gate/usr/src/lib/libpicl/ |
H A D | picl.h | 101 } picl_errno_t; typedef
|
H A D | picl2door.h | 360 picl_errno_t errnum; /* return error code */
|
/illumos-gate/usr/src/cmd/picl/picld/ |
H A D | picld.c | 124 picld_return_error(picl_callnumber_t cnum, picl_errno_t err) in picld_return_error()
|