/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | mctl.c | 49 * Memory control function. 53 mctl(caddr_t addr, size_t len, int function, int arg) argument 59 return (memcntl(addr, len, function, (caddr_t)(uintptr_t)arg, 0, 0));
|
/illumos-gate/usr/src/lib/libc/port/sys/ |
H A D | lockf.c | 45 __lockf(int fildes, int function, off_t size) argument 58 switch (function) {
|
/illumos-gate/usr/src/lib/libbc/libc/compat/common/ |
H A D | lockf.c | 47 lockf(int fildes, int function, long size) argument 63 switch (function) {
|
/illumos-gate/usr/src/common/net/wanboot/ |
H A D | p12err.c | 42 * of a function code and an error code) onto the stack our PKCS12 code 136 * Called by our PKCS12 code to read our function and error codes 163 ERR_SUNW_error(int function, int reason, char *file, int line) argument 167 ERR_PUT_error(SUNW_lib_error_code, function, reason, file, line);
|
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | linkage.c | 52 generate_linkage(ENTRY *function) argument 60 function_name = name_of(function); 65 generate_interface_predeclaration(composite_name, function); 72 /* The linkage function, */ 85 generate_interface_predeclaration(char *composite_name, ENTRY *function) argument 92 symtab_get_filename(), line_of(function)); 110 * generate_linkage_function -- The linkage function itself.
|
H A D | interceptor.c | 67 generate_interceptor(ENTRY *function) argument 78 if (validity_of(function) == NO) { 87 function_name = name_of(function); 91 void_func = is_void(function); 97 * First #undef the function to make sure the prototype in the header 118 symtab_get_filename(), line_of(function), 126 line_of(function), symtab_get_filename()); 138 generate_i_preamble(function); 139 generate_i_call(function, void_func, library_name, error_name); 140 generate_i_postamble(function, void_fun 197 generate_i_preamble(ENTRY *function) argument 221 generate_i_call( ENTRY *function, int void_func, char *library_name, char *error_name) argument 267 generate_i_postamble(ENTRY *function, int void_func, char *error_name, char *library_name) argument 362 generate_i_prints(ENTRY *function, char *lib, char *func) argument 414 generate_i_live_vars(ENTRY *function) argument 426 generate_i_evaluations(ENTRY *function) argument [all...] |
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcSendLIRR.cc | 41 * @param function ??? 49 HBA_UINT8 function, 59 port->sendLIRR(0, function, type, pRspBuffer, pRspBufferSize); 61 port->sendLIRR(wwnConversion(destWWN.wwn), function, type, local 46 Sun_fcSendLIRR(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
|
H A D | FCHBAPort.h | 100 HBA_UINT8 function, 99 sendLIRR(uint64_t destWWN, HBA_UINT8 function, HBA_UINT8 type, void *pRspBuffer, HBA_UINT32 *pRspBufferSize) argument
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | pci_mech1.c | 48 pci_mech1_getb(int bus, int device, int function, int reg) argument 52 function == PCI_MECH1_SPEC_CYCLE_FUNC) { 57 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); 64 pci_mech1_getw(int bus, int device, int function, int reg) argument 69 function == PCI_MECH1_SPEC_CYCLE_FUNC) { 74 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); 81 pci_mech1_getl(int bus, int device, int function, int reg) argument 86 function == PCI_MECH1_SPEC_CYCLE_FUNC) { 91 outl(PCI_CONFADD, PCI_CADDR1(bus, device, function, reg)); 98 pci_mech1_putb(int bus, int device, int function, in argument 112 pci_mech1_putw(int bus, int device, int function, int reg, uint16_t val) argument 126 pci_mech1_putl(int bus, int device, int function, int reg, uint32_t val) argument [all...] |
H A D | pci_mech1_amd.c | 95 pci_mech1_amd_getb(int bus, int device, int function, int reg) argument 100 function == PCI_MECH1_SPEC_CYCLE_FUNC) { 105 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); 112 pci_mech1_amd_getw(int bus, int device, int function, int reg) argument 117 function == PCI_MECH1_SPEC_CYCLE_FUNC) { 122 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); 129 pci_mech1_amd_getl(int bus, int device, int function, int reg) argument 134 function == PCI_MECH1_SPEC_CYCLE_FUNC) { 139 outl(PCI_CONFADD, PCI_CADDR1_ECS(bus, device, function, reg)); 146 pci_mech1_amd_putb(int bus, int device, int function, in argument 160 pci_mech1_amd_putw(int bus, int device, int function, int reg, uint16_t val) argument 174 pci_mech1_amd_putl(int bus, int device, int function, int reg, uint32_t val) argument [all...] |
H A D | pci_mech2.c | 51 pci_mech2_config_enable(uchar_t bus, uchar_t function) argument 59 PCI_MECH2_CONFIG_ENABLE | ((function & PCI_FUNC_MASK) << 1)); 73 pci_mech2_getb(int bus, int device, int function, int reg) argument 81 tmp = pci_mech2_config_enable(bus, function); 89 pci_mech2_getw(int bus, int device, int function, int reg) argument 97 tmp = pci_mech2_config_enable(bus, function); 105 pci_mech2_getl(int bus, int device, int function, int reg) argument 113 tmp = pci_mech2_config_enable(bus, function); 121 pci_mech2_putb(int bus, int device, int function, int reg, uint8_t val) argument 128 tmp = pci_mech2_config_enable(bus, function); 134 pci_mech2_putw(int bus, int device, int function, int reg, uint16_t val) argument 147 pci_mech2_putl(int bus, int device, int function, int reg, uint32_t val) argument [all...] |
H A D | pci_neptune.c | 59 /* enable the config address space, bus=0 function=0 */ 140 pci_neptune_getb(int bus, int device, int function, int reg) argument 146 val = pci_mech1_getb(bus, device, function, reg); 153 pci_neptune_getw(int bus, int device, int function, int reg) argument 159 val = pci_mech1_getw(bus, device, function, reg); 166 pci_neptune_getl(int bus, int device, int function, int reg) argument 172 val = pci_mech1_getl(bus, device, function, reg); 179 pci_neptune_putb(int bus, int device, int function, int reg, uint8_t val) argument 183 pci_mech1_putb(bus, device, function, reg, val); 189 pci_neptune_putw(int bus, int device, int function, in argument 199 pci_neptune_putl(int bus, int device, int function, int reg, uint32_t val) argument [all...] |
H A D | pci_orion.c | 181 pci_orion_getb(int bus, int device, int function, int reg) argument 187 val = pci_mech1_getb(bus, device, function, reg); 194 pci_orion_getw(int bus, int device, int function, int reg) argument 200 val = pci_mech1_getw(bus, device, function, reg); 207 pci_orion_getl(int bus, int device, int function, int reg) argument 213 val = pci_mech1_getl(bus, device, function, reg); 220 pci_orion_putb(int bus, int device, int function, int reg, uint8_t val) argument 224 pci_mech1_putb(bus, device, function, reg, val); 230 pci_orion_putw(int bus, int device, int function, int reg, uint16_t val) argument 234 pci_mech1_putw(bus, device, function, re 240 pci_orion_putl(int bus, int device, int function, int reg, uint32_t val) argument [all...] |
/illumos-gate/usr/src/uts/common/io/hxge/ |
H A D | hpi.c | 36 hpi_debug_msg(hpi_handle_function_t function, uint64_t level, char *fmt, ...) argument 62 function.instance, function.function); 94 rt->buf[idx].ctl_addr |= (((handle.function.function 96 ((handle.function.instance << TRACE_INST_SHIFT) & TRACE_INST_MASK));
|
/illumos-gate/usr/src/uts/common/io/nxge/npi/ |
H A D | npi.c | 38 npi_debug_msg(npi_handle_function_t function, uint64_t level, char *fmt, ...) argument 65 function.instance, function.function); 98 rt->buf[idx].ctl_addr |= (((handle.function.function 100 ((handle.function.instance 131 rt->buf[idx].ctl_addr |= (((handle.function.function 133 ((handle.function [all...] |
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | cfga.c | 77 private_func(const char *function) argument 92 if (strcmp(*f, function) == 0) 101 const char *function, 119 else if ((rc = private_func(function)) != CFGA_OK) { 120 ap_err(a, ERR_CMD_INVAL, function); 122 } else if ((rc = ap_cmd_parse(a, function, options, &cmd)) != CFGA_OK) 100 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
|
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ProbeDescription.java | 36 * A DTrace probe description consists of provider, module, function, 63 * Instance with empty provider, module, function, and name fields 72 * Enumerates the provider, module, function, and name fields of a 80 /** Probe function */ 92 "function", "name"}); 108 private final String function; field in class:ProbeDescription 114 * in the format <i>{@code provider:module:function:name}</i> or 119 * <i>{@code provider:module:function:name}</i> or else (if no colon 140 function = ""; 145 function [all...] |
/illumos-gate/usr/src/cmd/hal/hald/ |
H A D | logger.c | 53 static const char *function; variable 120 * @param function Name of function 128 function = _function;
|
/illumos-gate/usr/src/uts/i86pc/io/gfx_private/ |
H A D | gfxp_pci.c | 78 uint8_t function; member in struct:gfxp_pci_bsf 141 (func == pci_bsf->function)) { 155 gfxp_pci_init_handle(uint8_t bus, uint8_t slot, uint8_t function, argument 174 pci_bsf->function = function;
|
/illumos-gate/usr/src/lib/print/libipp-listener/common/ |
H A D | ipp-listener.c | 101 ipp_handler_t *function; member in struct:__anon4305 206 if ((index == -1) || (handlers[index].function == NULL)) { 232 return (handlers[index].function);
|
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/ |
H A D | job.c | 139 char *function) 157 f = (papi_status_t (*)())psm_sym(j->svc, function); 316 char *printer, int32_t job_id, char *function) 328 f = (papi_status_t (*)())psm_sym(svc, function); 136 _papi_job_submit_reference_or_validate(papi_service_t handle, char *printer, papi_attribute_t **job_attributes, papi_job_ticket_t *job_ticket, char **files, papi_job_t *job, char *function) argument 315 _papi_job_handle_printer_id(papi_service_t handle, char *printer, int32_t job_id, char *function) argument
|
H A D | printer.c | 271 char *function) 283 f = (papi_status_t (*)())psm_sym(svc, function); 292 char *function) 304 f = (papi_status_t (*)())psm_sym(svc, function); 342 char *function) 359 f = (papi_status_t (*)())psm_sym(p->svc, function); 270 _papi_printer_disable_or_pause(papi_service_t handle, char *name, char *message, char *function) argument 291 _papi_printer_enable_or_resume(papi_service_t handle, char *name, char *function) argument 340 _papi_printer_add_or_modify(papi_service_t handle, char *name, papi_attribute_t **attributes, papi_printer_t *printer, char *function) argument
|
/illumos-gate/usr/src/cmd/pcitool/ |
H A D | pcitool_ui.h | 98 uint8_t function; member in struct:uiargs
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | rdr_param_types.h | 52 * the rdr_snd_msg() function and returned from the rdr_rcv_msg() 53 * function. 100 char *function; /* const */ member in struct:__anon368
|
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_niv.c | 166 * enable current function or change its parameters. This 167 * function must be run in PASSIVE IRQL. 195 ///Send function-update ramrod and wait for completion 229 * disable current function. This function must be run in 249 ///Send function-update ramrod with vif_id=0xFFFF and wait for completion 260 * Delete current function. . This function must be run in 346 * Update NIV statistics in SHMEM. This function runs in PASSIVE 382 * Modify local information about VIF lists. This function run 501 void (*function)(lm_device_t*); member in struct:_lm_niv_event_function_t [all...] |