/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_api.map | 27 fmd_buf_create { TYPE = function; FLAGS = extern }; 28 fmd_buf_destroy { TYPE = function; FLAGS = extern }; 29 fmd_buf_read { TYPE = function; FLAGS = extern }; 30 fmd_buf_size { TYPE = function; FLAGS = extern }; 31 fmd_buf_write { TYPE = function; FLAGS = extern }; 36 fmd_case_close { TYPE = function; FLAGS = extern }; 40 fmd_case_next { TYPE = function; FLAGS = extern }; 41 fmd_case_open { TYPE = function; FLAGS = extern }; 43 fmd_case_prev { TYPE = function; FLAGS = extern }; 66 fmd_hdl_free { TYPE = function; FLAGS = extern }; [all …]
|
H A D | fmd_fmri.map | 27 fmd_fmri_alloc { TYPE = function; FLAGS = extern }; 28 fmd_fmri_zalloc { TYPE = function; FLAGS = extern }; 29 fmd_fmri_free { TYPE = function; FLAGS = extern }; 30 fmd_fmri_set_errno { TYPE = function; FLAGS = extern }; 31 fmd_fmri_warn { TYPE = function; FLAGS = extern }; 32 fmd_fmri_auth2str { TYPE = function; FLAGS = extern }; 33 fmd_fmri_strescape { TYPE = function; FLAGS = extern }; 34 fmd_fmri_strdup { TYPE = function; FLAGS = extern }; 35 fmd_fmri_strfree { TYPE = function; FLAGS = extern }; 38 fmd_fmri_get_drgen { TYPE = function; FLAGS = extern }; [all …]
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_mech1.c | 50 pci_mech1_getb(int bus, int device, int function, int reg) in pci_mech1_getb() argument 54 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_getb() 63 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getb() 70 pci_mech1_getw(int bus, int device, int function, int reg) in pci_mech1_getw() argument 75 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_getw() 84 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getw() 91 pci_mech1_getl(int bus, int device, int function, int reg) in pci_mech1_getl() argument 96 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_getl() 115 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_putb() 133 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_putw() [all …]
|
H A D | pci_mech1_amd.c | 96 pci_mech1_amd_getb(int bus, int device, int function, int reg) in pci_mech1_amd_getb() argument 101 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_getb() 110 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getb() 117 pci_mech1_amd_getw(int bus, int device, int function, int reg) in pci_mech1_amd_getw() argument 122 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_getw() 131 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getw() 138 pci_mech1_amd_getl(int bus, int device, int function, int reg) in pci_mech1_amd_getl() argument 143 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_getl() 162 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_putb() 176 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_putw() [all …]
|
H A D | pci_mech2.c | 54 pci_mech2_config_enable(uchar_t bus, uchar_t function) in pci_mech2_config_enable() argument 62 PCI_MECH2_CONFIG_ENABLE | ((function & PCI_FUNC_MASK) << 1)); in pci_mech2_config_enable() 76 pci_mech2_getb(int bus, int device, int function, int reg) in pci_mech2_getb() argument 84 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_getb() 92 pci_mech2_getw(int bus, int device, int function, int reg) in pci_mech2_getw() argument 100 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_getw() 108 pci_mech2_getl(int bus, int device, int function, int reg) in pci_mech2_getl() argument 116 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_getl() 131 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_putb() 144 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_putw() [all …]
|
H A D | pci_neptune.c | 140 pci_neptune_getb(int bus, int device, int function, int reg) in pci_neptune_getb() argument 146 val = pci_mech1_getb(bus, device, function, reg); in pci_neptune_getb() 153 pci_neptune_getw(int bus, int device, int function, int reg) in pci_neptune_getw() argument 159 val = pci_mech1_getw(bus, device, function, reg); in pci_neptune_getw() 166 pci_neptune_getl(int bus, int device, int function, int reg) in pci_neptune_getl() argument 172 val = pci_mech1_getl(bus, device, function, reg); in pci_neptune_getl() 179 pci_neptune_putb(int bus, int device, int function, int reg, uint8_t val) in pci_neptune_putb() argument 183 pci_mech1_putb(bus, device, function, reg, val); in pci_neptune_putb() 189 pci_neptune_putw(int bus, int device, int function, int reg, uint16_t val) in pci_neptune_putw() argument 193 pci_mech1_putw(bus, device, function, reg, val); in pci_neptune_putw() [all …]
|
H A D | pci_orion.c | 181 pci_orion_getb(int bus, int device, int function, int reg) in pci_orion_getb() argument 187 val = pci_mech1_getb(bus, device, function, reg); in pci_orion_getb() 194 pci_orion_getw(int bus, int device, int function, int reg) in pci_orion_getw() argument 200 val = pci_mech1_getw(bus, device, function, reg); in pci_orion_getw() 207 pci_orion_getl(int bus, int device, int function, int reg) in pci_orion_getl() argument 213 val = pci_mech1_getl(bus, device, function, reg); in pci_orion_getl() 220 pci_orion_putb(int bus, int device, int function, int reg, uint8_t val) in pci_orion_putb() argument 224 pci_mech1_putb(bus, device, function, reg, val); in pci_orion_putb() 230 pci_orion_putw(int bus, int device, int function, int reg, uint16_t val) in pci_orion_putw() argument 234 pci_mech1_putw(bus, device, function, reg, val); in pci_orion_putw() [all …]
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | interceptor.c | 65 generate_interceptor(ENTRY *function) in generate_interceptor() argument 76 if (validity_of(function) == NO) { in generate_interceptor() 85 function_name = name_of(function); in generate_interceptor() 89 void_func = is_void(function); in generate_interceptor() 136 generate_i_preamble(function); in generate_interceptor() 195 generate_i_preamble(ENTRY *function) in generate_i_preamble() argument 205 generate_printf(function); in generate_i_preamble() 220 ENTRY *function, in generate_i_call() argument 271 generate_printf(function); in generate_i_postamble() 281 generate_i_prints(function, library_name, name_of(function)); in generate_i_postamble() [all …]
|
/illumos-gate/usr/src/test/smbclient-tests/config/ |
H A D | filemicro.prof | 35 function = generic; 40 function = generic; 46 function = generic; 51 function = generic; 56 function = generic; 61 function = generic; 67 function = generic; 73 function = generic; 80 function = generic; 86 function = generic; [all …]
|
H A D | fileio.prof | 36 function = generic; 43 function = generic; 50 function = generic; 57 function = generic; 64 function = generic; 71 function = generic; 78 function = generic; 84 function = generic; 90 function = generic; 96 function = generic; [all …]
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.flat.blurb | 4 time program used by this function. 7 seconds for by this function and those listed above it. 10 seconds function alone. This is the major sort for this 13 calls the number of times this function was invoked, if 14 this function is profiled, else blank. 17 ms/call function per call, if this function is profiled, 21 ms/call function and its descendents per call, if this 22 function is profiled, else blank. 24 name the name of the function. This is the minor sort 26 the function in the gprof listing. If the index is [all …]
|
H A D | gprof.callg.blurb | 5 function entries: 7 index the index of the function in the call graph 11 accounted for by this function and its 14 self the number of seconds spent in this function 19 this function on behalf of this function. 24 self the number of times this function calls itself 27 name the name of the function, with an indication of 30 index the index of the function in the call graph 41 the number of seconds of this function's 70 function. [all …]
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi_vir.c | 113 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_pio_fzc_regs_one() 135 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_pio_fzc_regs_one() 146 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldgnum() 163 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldgnum() 175 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldsv() 308 NPI_DEBUG_MSG((handle.function, NPI_VIR_CTL, in npi_dev_func_sr_init() 313 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_dev_func_sr_init() 390 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_dev_func_sr_lock_enter() 435 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_dev_func_sr_lock_free() 810 uint8_t function, region, slot; in npi_fzc_dma_bind_get() local [all …]
|
H A D | npi_rxdma.c | 142 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_dump_rdc_regs() 152 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_rxdma_dump_rdc_regs() 222 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_logical_page_disable() 231 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_logical_page_disable() 268 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_logical_page() 277 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_logical_page() 343 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_logical_page_handle() 372 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_rdc_ctl() 500 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_default_port_rdc() 509 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_default_port_rdc() [all …]
|
H A D | npi_txdma.c | 135 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_txdma_dump_tdc_regs() 143 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_dump_tdc_regs() 158 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_dump_tdc_regs() 184 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_dump_fzc_regs() 302 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_txdma_log_page_set() 311 NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL, in npi_txdma_log_page_set() 343 NPI_DEBUG_MSG((handle.function, NPI_REG_CTL, in npi_txdma_log_page_set() 393 NPI_ERROR_MSG((handle.function, NPI_REG_CTL, in npi_txdma_log_page_get() 403 NPI_DEBUG_MSG((handle.function, NPI_TDC_CTL, in npi_txdma_log_page_get() 461 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_txdma_log_page_handle_set() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | copy_function_pointers.pl | 14 my ($select, $function, $ptr); 21 while (($function, $ptr) = $select->fetchrow_array()) { 22 $ptrs{"$function"}{'ptr'} = $ptr; 23 $ptrs{"$function"}{'done'} = 0; 40 while (my ($file, $function) = $select->fetchrow_array()) { 41 if ($function =~ / /) { 42 copy_functions($function); 46 $insert->execute($file, $function, $ptrs{"$src"}{'ptr'});
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/ |
H A D | unlocked_paths.pl | 64 my $function = shift; 66 if (! defined %{$f_map{$function}}->{called_by}) { 67 push @fstack, $function; 73 push @fstack, $function; 75 if (!%{$f_map{$function}}->{visited}) { 76 %{$f_map{$function}}->{visited} = 1; 77 foreach my $caller (keys %{%{$f_map{$function}}->{called_by}}){ 80 %{$f_map{$function}}->{visited} = 0;
|
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi_txdma.c | 44 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_log_page_handle_set() 58 HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL, in hpi_txdma_channel_reset() 96 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_channel_control() 141 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_channel_control() 158 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_channel_control() 174 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_control_status() 195 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_control_status() 212 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_event_mask() 233 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_event_mask() 352 HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL, in hpi_txdma_desc_gather_set() [all …]
|
H A D | hpi_vir.c | 41 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_fzc_ldg_num_set() 47 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_fzc_ldg_num_set() 89 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_ldsv_get() 104 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_ldsv_get() 123 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_intr_mask_set() 131 HPI_DEBUG_MSG((handle.function, HPI_VIR_CTL, in hpi_intr_mask_set() 150 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_intr_ldg_mgmt_set() 156 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_intr_ldg_mgmt_set() 172 HPI_DEBUG_MSG((handle.function, HPI_VIR_CTL, in hpi_intr_ldg_mgmt_set() 188 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_fzc_ldg_timer_res_set() [all …]
|
H A D | hpi_rxdma.c | 48 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_logical_page_handle() 92 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_ctl() 123 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_ctl() 143 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_ctl() 182 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_rcr_ctl() 204 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_rcr_ctl() 245 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_ring() 293 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_ring() 304 HPI_DEBUG_MSG((handle.function, HPI_RDC_CTL, in hpi_rxdma_cfg_rdc_ring() 476 HPI_DEBUG_MSG((handle.function, HPI_RDC_CTL, in hpi_rxdma_cfg_clock_div_set() [all …]
|
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/ |
H A D | logapi.shlib | 35 function log_assert 44 function log_note 55 function log_neg 65 function log_must 75 function log_mustnot 244 function log_pos 282 function log_onexit 295 function log_pass 304 function log_fail 385 function log_other [all …]
|
/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | find.c | 110 *function = '\0'; in findsymbol() 153 *function = '\0'; in findsymbol() 157 s = function; in findsymbol() 281 *function = '\0'; in finddef() 298 *function = '\0'; in finddef() 302 s = function; in finddef() 382 getstring(function); in findallfcns() 513 *function = '\0'; in findcalling() 528 getstring(function); in findcalling() 593 *function = '\0'; in findassignments() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/validation/doc/ |
H A D | cdoc.cdoc | 95 7: .. c:function:: int a(int param, int arg) 99 12: .. c:function:: int b(int param, int arg) 105 18: .. c:function:: int c(int param, int arg) 111 24: .. c:function:: int d(int param, int arg) 118 31: .. c:function:: int e(int param, int arg) 125 39: .. c:function:: int f(int param, int arg) 135 49: .. c:function:: int g(int param, int arg) 145 55: .. c:function:: int h(int param, int arg) 152 62: .. c:function:: int i(int param, int arg) 160 66: .. c:function:: int m(int param, int arg) [all …]
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ProbeDescription.java | 108 private final String function; field in ProbeDescription 140 function = ""; in ProbeDescription() 145 function = p.function; in ProbeDescription() 151 function = ""; in ProbeDescription() 205 function = ((probeFunction == null) ? "" : probeFunction); in ProbeDescription() 334 return function; in getFunction() 366 if (function.length() > 0) { in isEmpty() 424 cmp = function.compareTo(p.function); in compareTo() 449 hash = (37 * hash) + function.hashCode(); in hashCode() 466 if (function == null) { in readObject() [all …]
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_reopen/ |
H A D | zpool_reopen.shlib | 20 function clear_labels #disks 36 function set_removed_disk 52 function generate_random_file #path size_mb 62 # The passed function is executed with pool name as argument 67 function wait_for_action #pool timeout function 85 # Helpers for wait_for_action function: 90 function wait_for_resilver_start #pool timeout 96 function wait_for_resilver_end #pool timeout 102 function wait_for_scrub_end #pool timeout 112 function is_scan_restarted #pool [all …]
|