Home
last modified time | relevance | path

Searched refs:function (Results 51 – 75 of 926) sorted by relevance

12345678910>>...38

/illumos-gate/usr/src/lib/libumem/i386/
H A Dasm_subr.S95 .type _malloc, @function
108 .type _free, @function
119 ANSI_PRAGMA_WEAK2(malloc,_malloc,function)
120 ANSI_PRAGMA_WEAK2(free,_free,function)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dman.TraceFunctions45 * RESULT: tracing of matching list of probes with function read.
53 * RESULT: tracing of matching list of probes with function read.
61 * RESULT: tracing of probes with module genunix and function read.
66 * and function read.
70 * RESULT: tracing of probes with provider sysinfo and function read.
99 * RESULT: tracing of probes with function read and with message FOUND
103 * RESULT: tracing of probes with function read and with message FOUND
111 * RESULT: tracing of probes with function read, name entry and with
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnan.S32 LIBM_ANSI_PRAGMA_WEAK(isnan,function)
34 .type _isnan,@function
37 .type _isnand,@function
40 .type isnand,@function
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_config.h183 #define DB_PCI_REG_ADDR(bus, device, function, reg) \ argument
185 | (((function) & 0x7) << 8) | ((reg) & 0xff)
188 #define DB_PCI_REG_ADDR_TYPE0(bus, device, function, reg) \ argument
190 | (((function) & 0x7) << 8) | \
194 #define DB_PCI_REG_ADDR_TYPE1(bus, device, function, reg) \ argument
196 | (((function) & 0x7) << 8) | ((reg) & 0xfc))
/illumos-gate/usr/src/test/zfs-tests/tests/functional/zvol/
H A Dzvol_common.shlib41 function default_zvol_setup # disk_device volume_size
57 function default_zvol_cleanup
66 function get_dumpdevice
72 function set_dumpsize
94 function safe_dumpadm
115 function is_zvol_dumpified
128 function is_swap_inuse
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Ddoor.S35 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
36 ANSI_PRAGMA_WEAK2(door_getparam,__door_getparam,function)
37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
38 ANSI_PRAGMA_WEAK2(door_revoke,__door_revoke,function)
39 ANSI_PRAGMA_WEAK2(door_setparam,__door_setparam,function)
/illumos-gate/usr/src/test/util-tests/tests/awk/syn/
H A Dnoparms.ok1 $AWK: syntax error at source line 1 in function x source file noparms.awk
3 function x(a, b, c , >>> , <<<
4 $AWK: bailing out at source line 1 in function x
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.assert1 # tests whether function returns sensible type bits
3 function assert(cond) { # assertion
7 function i(x) { return x }
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod181 L<lgrp_fini()> function should be called with the cookie when it is no longer
234 Upon successful completion, the function returns whether the cookie is
317 function returns the memory size of the given lgroup in bytes. The B<$type>
420 The function returns the affinity that the LWP has to a given lgrp. See
445 The function is similiar to the L<lgrp_latency_cookie()> function, but returns the
447 may be freed and reallocated, this function may not be able to provide a
449 L<lgrp_latency_cookie()> function be used in its place.
512 L<lgrp_init()> function. By default uses C<LGRP_VIEW_OS>.
675 module is available through B<lgrp_version> function.
690 =item C<lgrp_resources()> function
[all …]
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in62 ** A function to open a new sqlite database.
68 ** and the function returns 0.
81 ** A function to close the database.
89 ** The type for a callback function.
94 ** A function to executes one or more statements of SQL.
104 ** to the callback function as its first parameter.
136 sqlite_callback, /* Callback function */
181 ** This function is similar to the mysql_insert_id() function from MySQL.
717 ** sqlite_finalize() function.
768 ** function each time it is invoked.
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dfunc.test41 # Check out the length() function
49 } {1 {wrong number of arguments to function length()}}
53 } {1 {wrong number of arguments to function length()}}
62 # Check out the substr() function
162 } {1 {wrong number of arguments to function abs()}}
165 } {1 {wrong number of arguments to function abs()}}
181 } {1 {wrong number of arguments to function round()}}
199 } {1 {wrong number of arguments to function round()}}
220 } {1 {wrong number of arguments to function upper()}}
244 # Test the last_insert_rowid() function
[all …]
/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Ddoor.S35 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
36 ANSI_PRAGMA_WEAK2(door_getparam,__door_getparam,function)
37 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
38 ANSI_PRAGMA_WEAK2(door_revoke,__door_revoke,function)
39 ANSI_PRAGMA_WEAK2(door_setparam,__door_setparam,function)
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfwalk.c34 sm_fwalk(function, timeout)
35 int (*function) __P((SM_FILE_T *, int *));
56 ret |= (*function)(fp, &fptimeout);
/illumos-gate/usr/src/uts/common/io/cxgbe/firmware/
H A Dt5fw_cfg.txt343 [function "0"]
356 [function "1"]
369 [function "2"]
382 [function "3"]
401 [function "4"]
431 [function "5"]
452 [function "6"]
477 [function "1023"]
493 [function "0/*"] # NVF
505 [function "1/*"] # NVF
[all …]
H A Dt4fw_cfg.txt307 [function "0"]
319 [function "1"]
331 [function "2"]
343 [function "3"]
361 [function "4"]
389 [function "5"]
409 [function "6"]
433 [function "1023"]
448 [function "0/*"] # NVF
459 [function "1/*"] # NVF
[all …]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dcfga.c77 private_func(const char *function) in private_func() argument
92 if (strcmp(*f, function) == 0) in private_func()
101 const char *function, in cfga_private_func() argument
119 else if ((rc = private_func(function)) != CFGA_OK) { in cfga_private_func()
120 ap_err(a, ERR_CMD_INVAL, function); in cfga_private_func()
122 } else if ((rc = ap_cmd_parse(a, function, options, &cmd)) != CFGA_OK) in cfga_private_func()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dcheck_byte_count-ice.c13 check_byte_count-ice.c:6:1: error: Expected ) in function call in foo()
15 check_byte_count-ice.c:20:0: error: Expected } at end of function
17 check_byte_count-ice.c:5:15: error: not enough arguments for function memset
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A Dbuiltins.mm112 the function \f5main\fP with a function
116 the \f5main\fP function of a program,
226 function hello
379 System V C library function \f5getopt()\fP,
384 The \f5optget()\fP function is invoked as
472 function are freed when you function completes
483 location in the \f5b_\fP entry function,
485 are restore it when leaving the function.
574 function is called by the \f5nv_putval()\fP function.
581 function is called by \f5nv_getval()\fP
[all …]
H A DTYPES18 and function definitions. A declaration command (for example typeset,
48 the function definition for len and set. It will be a reference to the
49 instance of Pt_t that invoked the function. The functions len and set
50 could also have been defined with function len and function set, but
55 If the discipline function named create is defined it will be
56 invoked when creating each instance for that type. A function named
85 creates an instance with the specified initial values. The len function
98 ksh will look for a discipline function with that name and treat this as if
108 a function by the same name that will override this definition.
115 Thus, p2.x=9 is valid, but p2.z=9 is not. Unless a set discipline function
[all …]
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/
H A Dremove_mixed_up_pointer_params.pl18 my ($select, $select_type, $remove, $file, $caller, $function, $param, $src_param, $value, $type);
25 while (($file, $caller, $function, $param, $value) = $select->fetchrow_array()) {
46 $remove->execute($file, $caller, $function, $param);
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Ddoor.S37 ANSI_PRAGMA_WEAK2(door_bind,__door_bind,function)
38 ANSI_PRAGMA_WEAK2(door_getparam,__door_getparam,function)
39 ANSI_PRAGMA_WEAK2(door_info,__door_info,function)
40 ANSI_PRAGMA_WEAK2(door_revoke,__door_revoke,function)
41 ANSI_PRAGMA_WEAK2(door_setparam,__door_setparam,function)
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c167 int function; local
176 function = NONE;
186 if (function != NONE)
189 function = PMAPDUMP;
193 if (function != NONE)
196 function = TCPPING;
203 function = UDPPING;
234 function = DELETES;
292 function = PROGPING;
294 function = RPCBDUMP;
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_impl.h106 hxgep->hpi_handle.function.instance = hxgep->instance; \
107 hxgep->hpi_handle.function.function = 0; \
114 hxgep->hpi_handle.function.instance = hxgep->instance; \
115 hxgep->hpi_handle.function.function = 0; \
122 hxgep->hpi_msi_handle.function.instance = hxgep->instance; \
123 hxgep->hpi_msi_handle.function.function = 0; \
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.S34 ANSI_PRAGMA_WEAK(setjmp,function)
35 ANSI_PRAGMA_WEAK(longjmp,function)
80 * will function correctly.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.S34 ANSI_PRAGMA_WEAK(setjmp,function)
35 ANSI_PRAGMA_WEAK(longjmp,function)
80 * will function correctly.

12345678910>>...38