| /onnv-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 }; 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 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 }; 36 fmd_fmri_get_rootdir { TYPE = function; FLAGS = extern }; [all …]
|
| /onnv-gate/usr/src/uts/i86pc/os/ |
| H A D | pci_mech1.c | 48 pci_mech1_getb(int bus, int device, int function, int reg) in pci_mech1_getb() argument 52 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_getb() 57 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getb() 64 pci_mech1_getw(int bus, int device, int function, int reg) in pci_mech1_getw() argument 69 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_getw() 74 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getw() 81 pci_mech1_getl(int bus, int device, int function, int reg) in pci_mech1_getl() argument 86 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_getl() 91 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); in pci_mech1_getl() 98 pci_mech1_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech1_putb() argument [all …]
|
| H A D | pci_mech1_amd.c | 95 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() 105 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getb() 112 pci_mech1_amd_getw(int bus, int device, int function, int reg) in pci_mech1_amd_getw() argument 117 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_getw() 122 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getw() 129 pci_mech1_amd_getl(int bus, int device, int function, int reg) in pci_mech1_amd_getl() argument 134 function == PCI_MECH1_SPEC_CYCLE_FUNC) { in pci_mech1_amd_getl() 139 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); in pci_mech1_amd_getl() 146 pci_mech1_amd_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech1_amd_putb() argument [all …]
|
| H A D | pci_mech2.c | 51 pci_mech2_config_enable(uchar_t bus, uchar_t function) in pci_mech2_config_enable() argument 59 PCI_MECH2_CONFIG_ENABLE | ((function & PCI_FUNC_MASK) << 1)); in pci_mech2_config_enable() 73 pci_mech2_getb(int bus, int device, int function, int reg) in pci_mech2_getb() argument 81 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_getb() 89 pci_mech2_getw(int bus, int device, int function, int reg) in pci_mech2_getw() argument 97 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_getw() 105 pci_mech2_getl(int bus, int device, int function, int reg) in pci_mech2_getl() argument 113 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_getl() 121 pci_mech2_putb(int bus, int device, int function, int reg, uint8_t val) in pci_mech2_putb() argument 128 tmp = pci_mech2_config_enable(bus, function); in pci_mech2_putb() [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 …]
|
| /onnv-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
| H A D | interceptor.c | 67 generate_interceptor(ENTRY *function) in generate_interceptor() argument 78 if (validity_of(function) == NO) { in generate_interceptor() 87 function_name = name_of(function); in generate_interceptor() 91 void_func = is_void(function); in generate_interceptor() 118 symtab_get_filename(), line_of(function), in generate_interceptor() 126 line_of(function), symtab_get_filename()); in generate_interceptor() 138 generate_i_preamble(function); in generate_interceptor() 139 generate_i_call(function, void_func, library_name, error_name); in generate_interceptor() 140 generate_i_postamble(function, void_func, error_name, library_name); in generate_interceptor() 197 generate_i_preamble(ENTRY *function) in generate_i_preamble() argument [all …]
|
| /onnv-gate/usr/src/cmd/filebench/config/ |
| H A D | filemicro.prof | 36 function = generic; 41 function = generic; 47 function = generic; 52 function = generic; 57 function = generic; 62 function = generic; 68 function = generic; 74 function = generic; 81 function = generic; 87 function = generic; [all …]
|
| H A D | fileio.prof | 37 function = generic; 44 function = generic; 51 function = generic; 58 function = generic; 65 function = generic; 72 function = generic; 79 function = generic; 85 function = generic; 91 function = generic; 97 function = generic; [all …]
|
| H A D | newfeatures.prof | 36 function = generic; 41 function = generic; 46 function = generic; 52 function = generic; 57 function = generic; 62 function = generic; 67 function = generic; 72 function = generic; 86 function = generic; 92 function = generic; [all …]
|
| /onnv-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. 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 …]
|
| /onnv-gate/usr/src/uts/common/io/nxge/npi/ |
| H A D | npi_vir.c | 115 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_pio_fzc_regs_one() 122 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx " in npi_vir_dump_pio_fzc_regs_one() 131 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx " in npi_vir_dump_pio_fzc_regs_one() 137 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_pio_fzc_regs_one() 148 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldgnum() 157 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldgnum() 165 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldgnum() 177 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldsv() 186 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldsv() 194 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_vir_dump_ldsv() [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() 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() 265 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_rxdma_cfg_logical_page() [all …]
|
| H A D | npi_txdma.c | 137 NPI_ERROR_MSG((handle.function, NPI_ERR_CTL, in npi_txdma_dump_tdc_regs() 145 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_dump_tdc_regs() 154 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx " in npi_txdma_dump_tdc_regs() 160 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_dump_tdc_regs() 186 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_dump_fzc_regs() 196 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, "0x%08llx " in npi_txdma_dump_fzc_regs() 201 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_dump_fzc_regs() 215 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_tdc_regs_zero() 222 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_tdc_regs_zero() 232 NPI_REG_DUMP_MSG((handle.function, NPI_REG_CTL, in npi_txdma_tdc_regs_zero() [all …]
|
| H A D | npi.c | 38 npi_debug_msg(npi_handle_function_t function, uint64_t level, char *fmt, ...) in npi_debug_msg() argument 65 function.instance, function.function); in npi_debug_msg() 98 rt->buf[idx].ctl_addr |= (((handle.function.function in npi_rtrace_update() 100 ((handle.function.instance in npi_rtrace_update() 131 rt->buf[idx].ctl_addr |= (((handle.function.function in npi_trace_update() 133 ((handle.function.instance in npi_trace_update()
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/ |
| H A D | DhcpCliProgram.java | 40 protected DhcpCliFunction function = null; field in DhcpCliProgram 68 function = null; in clearFunction() 75 protected void setFunction(DhcpCliFunction function) in setFunction() argument 78 if (this.function != null) { in setFunction() 81 this.function.getFunctionFlag()); in setFunction() 83 function.getFunctionFlag()); in setFunction() 89 this.function = function; in setFunction()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/t/ |
| H A D | Spec.t | 580 my $function = shift ; 585 skip("skip $function", 1); 589 $function =~ s#\\#\\\\#g ; 590 $function =~ s/^([^\$].*->)/File::Spec::$1/; 591 my $got = join ',', eval $function; 595 skip "skip $function: $skip_exception", 1; 598 ok $@, '', $function; 603 ok $got, $expected, $function;
|
| /onnv-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() 249 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_txdma_ring_config() [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() 317 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_rxdma_cfg_rdc_ring() [all …]
|
| /onnv-gate/usr/src/tools/cscope-fast/ |
| H A D | find.c | 72 static void putref(char *file, char *function); 87 char function[PATLEN + 1]; /* function name */ in findsymbol() local 110 *function = '\0'; in findsymbol() 153 *function = '\0'; in findsymbol() 157 s = function; in findsymbol() 231 } else if (s != function) { in findsymbol() 232 putref(file, function); in findsymbol() 253 char function[PATLEN + 1]; /* function name */ in finddef() local 281 *function = '\0'; in finddef() 298 *function = '\0'; in finddef() [all …]
|
| /onnv-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 …]
|
| /onnv-gate/usr/src/lib/libparted/common/libparted/ |
| H A D | debug.c | 37 const char* function, const char* msg ); 46 const char* function, const char* msg ) in default_handler() argument 49 level, file, line, function, msg ); in default_handler() 59 const char* function, const char* msg, ... ) in ped_debug() argument 68 debug_handler ( level, file, line, function, msg_concat ); in ped_debug() 86 const char* file, int line, const char* function ) in ped_assert() argument 114 cond_text, file, line, function ); in ped_assert()
|