Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 927) 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 };
33 fmd_case_add_ereport { TYPE = function; FLAGS = extern };
34 fmd_case_add_serd { TYPE = function; FLAGS = extern };
35 fmd_case_add_suspect { TYPE = function; FLAGS = extern };
36 fmd_case_close { TYPE = function; FLAGS = extern };
37 fmd_case_closed { 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 };
36 fmd_fmri_get_rootdir { 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()
105 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getl()
112 pci_mech1_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech1_putb() argument
[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()
151 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getl()
158 pci_mech1_amd_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech1_amd_putb() argument
[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()
124 pci_mech2_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech2_putb() argument
131 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_putb()
[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()
116 symtab_get_filename(), line_of(function), in generate_interceptor()
124 line_of(function), symtab_get_filename()); in generate_interceptor()
136 generate_i_preamble(function); in generate_interceptor()
137 generate_i_call(function, void_func, library_name, error_name); in generate_interceptor()
138 generate_i_postamble(function, void_func, error_name, library_name); in generate_interceptor()
195 generate_i_preamble(ENTRY *function) in generate_i_preamble() argument
[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/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()
120 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx " in npi_vir_dump_pio_fzc_regs_one()
129 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx " 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()
155 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()
184 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldsv()
192 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldsv()
[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()
159 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_rxdma_dump_rdc_regs()
164 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_rxdma_dump_rdc_regs()
191 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_rxdma_dump_fzc_regs()
197 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_rxdma_dump_fzc_regs()
202 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_rxdma_dump_fzc_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()
[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()
152 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx " 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()
190 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx " in npi_txdma_dump_fzc_regs()
195 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_dump_fzc_regs()
209 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_tdc_regs_zero()
216 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_tdc_regs_zero()
226 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_tdc_regs_zero()
[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.
21 called the number of times this function is called (other
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
37 self* the number of seconds of this function's self time
[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/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
89 function log_must_retry
150 function log_must_busy
162 function log_mustnot_expect
177 function log_neg_expect
244 function log_pos
[all …]
/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()
247 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_ring_config()
[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()
317 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_ring()
[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 …]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c70 static void putref(char *file, char *function);
85 char function[PATLEN + 1]; /* function name */ in findsymbol() local
108 *function = '\0'; in findsymbol()
151 *function = '\0'; in findsymbol()
155 s = function; in findsymbol()
229 } else if (s != function) { in findsymbol()
230 putref(file, function); in findsymbol()
251 char function[PATLEN + 1]; /* function name */ in finddef() local
279 *function = '\0'; in finddef()
296 *function = '\0'; in finddef()
[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