Home
last modified time | relevance | path

Searched refs:function (Results 176 – 200 of 926) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/cmd/hal/hald/
H A Dlogger.c53 static const char *function; variable
128 function = _function; in logger_setup()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h77 #define PCI_CADDR1(bus, device, function, reg) \ argument
79 | (((function) & 0x7) << 8) | ((reg) & 0xfc))
/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_locking.c82 const char *function; member
976 for (i = 0; lock_table[i].function != NULL; i++) { in sym_in_lock_table()
977 if (strcmp(lock_table[i].function, sym->ident->name) == 0) in sym_in_lock_table()
1084 return_implies_state(lock->function, 1, 1, &match_lock_held, idx); in register_lock()
1085 return_implies_state(lock->function, 0, 0, &match_lock_failed, idx); in register_lock()
1087 add_function_assign_hook(lock->function, &match_returns_locked, idx); in register_lock()
1089 add_function_hook(lock->function, &match_lock_unlock, idx); in register_lock()
1091 return_implies_state(lock->function, 0, 0, &match_lock_held, idx); in register_lock()
1092 return_implies_state(lock->function, -4095, -1, &match_lock_failed, idx); in register_lock()
1102 for (i = 0; lock_table[i].function != NULL; i++) { in load_table()
[all …]
H A Dsmatch_project.c66 int is_no_inline_function(const char *function) in is_no_inline_function() argument
68 if (search_func(no_inline_funcs, (char *)function)) in is_no_inline_function()
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th44 \ This function blocks program flow (loops forever) until a key is pressed.
47 \ function starts or an underflow exception will occur. Simplest way to prevent
48 \ this is to pass 0 as a stack parameter (ie. `0 sgetkey'). This function is
49 \ called by the read function. You need not call it directly. NOTE: arrow keys
61 \ Spin the twiddle and then exit this function
H A Dbeastie.4th38 \ This function draws any number of beastie logos at (loader_logo_x,
42 \ NOTE: Each is defined as a logo function in /boot/logo-${loader_logo}.4th
44 \ a `logo' function, no beastie is drawn.
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/data/
H A Dmath.tab1 # <return type: i:integer f:floating-point> <#floating-point-args> <function-name> [<alias> ...]
2 # <function-name>l variants are handled by features/math.sh
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md28 in the code here below, the function definition is **not** static:
94 * Possible mixup of symbol for a function designator being not a pointer?
95 This seems to make evaluation of function pointers much more complex
H A Ddata-structures.txt11 A function body consists of a compound statement.
15 A symbol, then, represents a name in a C file. A symbol might represent a variable, a function, a …
20 Among other things, it has a struct statement for the body of a function (if any), a list of symbol…
31 That represents an entrypoint to the code, which would normally mean a function.
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dnextafter.S32 LIBM_ANSI_PRAGMA_WEAK(nextafter,function)
34 .type _nextafter,#function
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dnextafter.S32 LIBM_ANSI_PRAGMA_WEAK(nextafter,function)
34 .type _nextafter,@function
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.S81 .type elf_plt_trace,@function
302 .type elf_rtbndr,@function
323 ret / invoke resolved function
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE8893 name and action is get, set, or unset. The function variable.get
98 defined inside the function body. Other shell extensions
161 or set discipline function.
164 set discipline function.
214 than a separated function environment so that there are no
216 2. Functions declared as function name, preserve the old ksh
240 as a function.
300 1. The argument can be the name of a function declared as
301 function name. The function will execute without creating a
303 2. If there are arguments to the given script or function,
[all …]
/illumos-gate/usr/src/lib/print/libpapi-dynamic/common/
H A Djob.c137 char *function) in _papi_job_submit_reference_or_validate() argument
155 f = (papi_status_t (*)())psm_sym(j->svc, function); in _papi_job_submit_reference_or_validate()
314 char *printer, int32_t job_id, char *function) in _papi_job_handle_printer_id() argument
326 f = (papi_status_t (*)())psm_sym(svc, function); in _papi_job_handle_printer_id()
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/
H A Dacl.cfg55 # Define several directories for trivial ACLs function test.
62 # ACLs function test
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dwsncmp.S37 ANSI_PRAGMA_WEAK(wcsncmp,function)
38 ANSI_PRAGMA_WEAK(wsncmp,function)
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.S31 ANSI_PRAGMA_WEAK(memmove,function)
32 ANSI_PRAGMA_WEAK(memcpy,function)
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog222 nested function doit.
604 (log2): New function.
678 function.
795 function.
1320 function itself.
1751 function.
1933 (cmain): New internal function, reset. This function resets
2989 function.
3078 function.
4665 function.
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dcallparam.ok1 $AWK: calling undefined function b
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.set11 function f(x) { x = 1; print x }
H A Dt.fun01 function f(a) { print "hello"; return a }
H A Dt.fun11 function f(a,b,c) { print "hello" }
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Duname.S37 ANSI_PRAGMA_WEAK(uname,function)
/illumos-gate/usr/src/lib/libc/common/sys/
H A Dacct.S37 ANSI_PRAGMA_WEAK(acct,function)
H A Dalarm.S37 ANSI_PRAGMA_WEAK(alarm,function)

12345678910>>...38