Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_api.map27 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 Dfmd_fmri.map27 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 Dpci_mech1.c50 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 Dpci_mech1_amd.c95 pci_mech1_amd_getb(int bus, int device, int function, int reg) in pci_mech1_amd_getb() argument
100 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_getb()
109 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getb()
116 pci_mech1_amd_getw(int bus, int device, int function, int reg) in pci_mech1_amd_getw() argument
121 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_getw()
130 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getw()
137 pci_mech1_amd_getl(int bus, int device, int function, int reg) in pci_mech1_amd_getl() argument
142 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_getl()
161 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_putb()
175 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_putw()
[all …]
H A Dpci_mech2.c54 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 Dpci_neptune.c138 pci_neptune_getb(int bus, int device, int function, int reg) in pci_neptune_getb() argument
144 val = pci_mech1_getb(bus, device, function, reg); in pci_neptune_getb()
151 pci_neptune_getw(int bus, int device, int function, int reg) in pci_neptune_getw() argument
157 val = pci_mech1_getw(bus, device, function, reg); in pci_neptune_getw()
164 pci_neptune_getl(int bus, int device, int function, int reg) in pci_neptune_getl() argument
170 val = pci_mech1_getl(bus, device, function, reg); in pci_neptune_getl()
177 pci_neptune_putb(int bus, int device, int function, int reg, uint8_t val) in pci_neptune_putb() argument
181 pci_mech1_putb(bus, device, function, reg, val); in pci_neptune_putb()
187 pci_neptune_putw(int bus, int device, int function, int reg, uint16_t val) in pci_neptune_putw() argument
191 pci_mech1_putw(bus, device, function, reg, val); in pci_neptune_putw()
[all …]
H A Dpci_orion.c179 pci_orion_getb(int bus, int device, int function, int reg) in pci_orion_getb() argument
185 val = pci_mech1_getb(bus, device, function, reg); in pci_orion_getb()
192 pci_orion_getw(int bus, int device, int function, int reg) in pci_orion_getw() argument
198 val = pci_mech1_getw(bus, device, function, reg); in pci_orion_getw()
205 pci_orion_getl(int bus, int device, int function, int reg) in pci_orion_getl() argument
211 val = pci_mech1_getl(bus, device, function, reg); in pci_orion_getl()
218 pci_orion_putb(int bus, int device, int function, int reg, uint8_t val) in pci_orion_putb() argument
222 pci_mech1_putb(bus, device, function, reg, val); in pci_orion_putb()
228 pci_orion_putw(int bus, int device, int function, int reg, uint16_t val) in pci_orion_putw() argument
232 pci_mech1_putw(bus, device, function, reg, val); in pci_orion_putw()
[all …]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dinterceptor.c65 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 Dfilemicro.prof35 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 Dfileio.prof36 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 Dgprof.flat.blurb4 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 Dgprof.callg.blurb5 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 Dnpi_vir.c113 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 Dnpi_rxdma.c142 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 Dnpi_txdma.c135 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 Dcopy_function_pointers.pl14 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 Dunlocked_paths.pl64 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 Dhpi_txdma.c42 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_log_page_handle_set()
56 HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL, in hpi_txdma_channel_reset()
94 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_channel_control()
139 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_channel_control()
156 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_channel_control()
172 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_control_status()
193 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_control_status()
210 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_event_mask()
231 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_event_mask()
350 HPI_DEBUG_MSG((handle.function, HPI_TDC_CTL, in hpi_txdma_desc_gather_set()
[all …]
H A Dhpi_vir.c39 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_fzc_ldg_num_set()
45 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_fzc_ldg_num_set()
87 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_ldsv_get()
102 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_ldsv_get()
121 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_intr_mask_set()
129 HPI_DEBUG_MSG((handle.function, HPI_VIR_CTL, in hpi_intr_mask_set()
148 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_intr_ldg_mgmt_set()
154 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_intr_ldg_mgmt_set()
170 HPI_DEBUG_MSG((handle.function, HPI_VIR_CTL, in hpi_intr_ldg_mgmt_set()
186 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_fzc_ldg_timer_res_set()
[all …]
H A Dhpi_rxdma.c48 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 Dlogapi.shlib35 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 Dfind.c108 *function = '\0'; in findsymbol()
151 *function = '\0'; in findsymbol()
155 s = function; in findsymbol()
279 *function = '\0'; in finddef()
296 *function = '\0'; in finddef()
300 s = function; in finddef()
380 getstring(function); in findallfcns()
511 *function = '\0'; in findcalling()
526 getstring(function); in findcalling()
591 *function = '\0'; in findassignments()
[all …]
/illumos-gate/usr/src/tools/smatch/src/validation/doc/
H A Dcdoc.cdoc95 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 DProbeDescription.java108 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 Dzpool_reopen.shlib20 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 …]

12345678910>>...38