Home
last modified time | relevance | path

Searched refs:function (Results 151 – 175 of 926) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/lib/libc/i386/sys/
H A Dgetcontext.S35 ANSI_PRAGMA_WEAK(getcontext,function)
36 ANSI_PRAGMA_WEAK(swapcontext,function)
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiospci.c413 biospci_locator(int8_t bus, uint8_t device, uint8_t function) in biospci_locator() argument
416 return ((bus << 8) | ((device & 0x1f) << 3) | (function & 0x7)); in biospci_locator()
576 uint32_t bus, device, function, locator; in ficlPciBiosLocator() local
580 function = ficlStackPopInteger(ficlVmGetDataStack(pVM)); in ficlPciBiosLocator()
584 locator = biospci_locator(bus, device, function); in ficlPciBiosLocator()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE433 function has been fixed.
583 10-10-21 A bug in which function autoloaded in a function leaves a file open
869 'function .sh.math.name x y z{...}' , where name is the function name
1022 09-08-19 A bug which disabled function tracing inside a function after
1197 function calls.
1281 a function causes the function to return.
1406 inside a function defined with function name. When outside
1654 function could cause a pipeline that invokes this function to
2204 are in an autoloaded function when the function is autoload from
2724 99-03-31 A function defined as foo() without a function body
[all …]
/illumos-gate/usr/src/common/atomic/amd64/
H A Datomic.S35 ANSI_PRAGMA_WEAK2(cas8,atomic_cas_8,function)
36 ANSI_PRAGMA_WEAK2(cas32,atomic_cas_32,function)
37 ANSI_PRAGMA_WEAK2(cas64,atomic_cas_64,function)
38 ANSI_PRAGMA_WEAK2(caslong,atomic_cas_ulong,function)
39 ANSI_PRAGMA_WEAK2(casptr,atomic_cas_ptr,function)
40 ANSI_PRAGMA_WEAK2(atomic_and_long,atomic_and_ulong,function)
41 ANSI_PRAGMA_WEAK2(atomic_or_long,atomic_or_ulong,function)
/illumos-gate/usr/src/lib/fm/libdiagcode/common/tests/
H A DREADME43 is the function the test driver should call: open, close, codelen, maxkey,
46 input and output parameters to the function, and are in formats specific
47 to each function. For example:
/illumos-gate/usr/src/test/elf-tests/tests/mapfiles/assert/
H A Dmapfile.no-extern38 function {
48 ALIAS = function;
H A Dmapfile.no-parent38 function {
48 ALIAS = function;
H A Dmapfile.true38 function {
48 ALIAS = function;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.c53 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_pfc_tcam_check_completion()
72 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_pfc_tcam_check_completion()
78 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_pfc_tcam_check_completion()
132 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_pfc_tcam_asc_ram_entry_read()
155 HPI_DEBUG_MSG((handle.function, HPI_PFC_CTL, in hpi_pfc_tcam_asc_ram_entry_write()
162 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_pfc_tcam_asc_ram_entry_write()
627 HPI_DEBUG_MSG((handle.function, HPI_PFC_CTL, in hpi_pfc_tcam_entry_write()
636 HPI_DEBUG_MSG((handle.function, HPI_PFC_CTL, in hpi_pfc_tcam_entry_write()
644 HPI_ERROR_MSG((handle.function, HPI_ERR_CTL, in hpi_pfc_tcam_entry_write()
/illumos-gate/usr/src/test/libc-tests/cfg/
H A DREADME29 These files are parsed using the test_load_config() function. This
30 function has the following prototype:
39 The test_config_load function will search for the named file (provided it
60 The function should return 0 on successful handling, or -1 on failure. In
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisuse.test36 } {1 {no such function: x_coalesce}}
42 # Use the x_sqlite_exec() SQL function to simulate the effect of two
45 # It used to be prohibited to invoke sqlite_exec() from within a function,
63 # Attempt to register a new SQL function while an sqlite_exec() is active.
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceNames61 * RESULT: trace of probes with module genunix and function read.
70 * and function read.
82 * RESULT: tracing of probes with function read.
126 * RESULT: Tracing of BEGIN function but no message FOUND.
H A Dman.ListProbesWithFunctions46 * RESULT: matching list of probes with function read.
51 * function read.
56 * genunix and function read.
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.h50 #define CTL_CODE(function, method) \ argument
51 ((4<< 16) | ((function) << 2) | (method))
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst371 * .func: (pseudo_t) the function (can be a symbol or a "register",
374 * .target: function return value (if any)
376 * .fntypes: (symbol_list) list of the function's types: the first
377 entry is the full function type, the next ones are the type of
382 correspond to a function that have been inlined.
384 * .func: (pseudo_t) the function (must be a symbol, alias .src))
385 * .arguments: list of pseudos that where the function's arguments
386 * .target: function return value (if any)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_grammar.y185 %type <l_node> function
298 DT_KEY_PROBE DT_TOK_IDENT function DT_TOK_COLON function ';' {
301 | DT_KEY_PROBE DT_TOK_IDENT function ';' {
772 | direct_declarator function { dt_decl_func($1, $2); }
833 | direct_abstract_declarator function { dt_decl_func($1, $2); }
834 | function { dt_decl_func(NULL, $1); }
850 function: DT_TOK_LPAR { dt_scope_push(NULL, CTF_ERR); }
/illumos-gate/usr/src/lib/libfru/include/
H A Dlibfruds.h70 int (*function)(fru_treeseghdl_t segment,
89 int (*function)(fru_tag_t *tag,
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dwschr.S37 ANSI_PRAGMA_WEAK(wcschr,function)
38 ANSI_PRAGMA_WEAK(wschr,function)
H A Dwsncmp.S37 ANSI_PRAGMA_WEAK(wcsncmp,function)
38 ANSI_PRAGMA_WEAK(wsncmp,function)
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwschr.S37 ANSI_PRAGMA_WEAK(wcschr,function)
38 ANSI_PRAGMA_WEAK(wschr,function)
/illumos-gate/usr/src/uts/sun4/ml/
H A Dproc_init.S39 .type cpu_feature_init, #function
42 .type cpu_early_feature_init, #function
/illumos-gate/usr/src/boot/forth/
H A Dbrand.4th34 \ This function draws any number of company brands at (loader_brand_x,
38 \ NOTE: Each is defined as a brand function in /boot/brand-${loader_brand}.4th
40 \ a `brand' function, no brand is drawn.
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dboot.S92 .type _rt_boot, #function
167 ! On return, give callee the exit function in %g1, and either jump to the
172 ld [%l7 + atexit_fini], %g1! get function address
/illumos-gate/usr/src/lib/libmlrpc/common/
H A Dndrtypes.ndl123 * following macros and the fixup function handle the correction.
135 * statement in the fixup function. Assuming you have followed the
137 * is add a single line to the fixup function for each new case.
160 * that you must also update the fixup function in mlsvc_xxx.c.
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi.h197 uint16_t function; member
205 npi_handle_function_t function; member

12345678910>>...38