Home
last modified time | relevance | path

Searched refs:returns (Results 1 – 25 of 116) sorted by relevance

12345

/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/pod/
H A DProject.pod31 This function returns the numeric project ID of the calling process or C<undef>
38 controls with the process, task, and project. This function returns 0 on
47 This function returns a list of the currently active projects on the system.
52 This function returns the next entry from the project database. When called in
53 a scalar context, C<getprojent()> returns only the name of the project. When
54 called in a list context, C<getprojent()> returns a 6-element list consisting
73 name. It returns a 6-element list as returned by C<getprojent()> if the entry
79 ID. It returns a 6-element list as returned by C<getprojent()> if the entry is
84 This function returns the default project entry for the specified user in the
85 same format as C<getprojent()>. It returns C<undef> if the user cannot be
[all …]
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/pod/
H A DLgrp.pod178 hierarchy with the given view. Given the view, L<lgrp_init()> returns a cookie
185 Upon successful completion, L<lgrp_init()> returns a cookie. Otherwise it returns
205 and returns the snapshot's view of the lgroup hierarchy.
212 Upon succesful completion, the function returns the view for the snapshot of the
226 Upon successful completion, C<lgrp_home()> returns the id of the home lgroup of
234 Upon successful completion, the function returns whether the cookie is
235 stale. Otherwise, it returns B<undef> and sets B<$!> to indicate the error.
245 returns the list of CPUs in the lgroup specified by B<$lgrp>. The B<$context>
262 When called in scalar context, L<lgrp_cpus()> function returns the number of
273 returns the list of lgroups that are children of the specified lgroup.
[all …]
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreInMemory.java327 boolean setReturn(BVCollector returns) { in setReturn() argument
334 returns.setReturn(rec); in setReturn()
377 boolean getAll(BVCollector returns) { in getAll() argument
385 match = match | rec.setReturn(returns); in getAll()
406 boolean matchDoesNotContain(Object pattern, BVCollector returns) { in matchDoesNotContain() argument
434 match = match | rec.setReturn(returns); in matchDoesNotContain()
443 matchEqual(Object pattern, BVCollector returns) { in matchEqual() argument
459 match = match | rec.setReturn(returns); in matchEqual()
476 match = rec.setReturn(returns); in matchEqual()
485 matchNotEqual(Object pattern, BVCollector returns) { in matchNotEqual() argument
[all …]
H A DSunServerDATable.java300 Hashtable returns = in returnMatchingDAs() local
308 return (Hashtable)returns.get(ServiceStore.FS_SERVICES); in returnMatchingDAs()
372 Hashtable returns = in findDAScopes() local
378 Hashtable retRec = (Hashtable)returns.get(ServiceStore.FS_SERVICES); in findDAScopes()
H A DUARequester.java575 private static void addUnique(Vector incoming, Vector returns, int max) { in addUnique() argument
582 if (!returns.contains(o) && returns.size() < max) { in addUnique()
583 returns.addElement(o); in addUnique()
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dsqlite.h.in68 ** and the function returns 0.
99 ** should normally return 0. If the callback returns a non-zero
101 ** are skipped and the sqlite_exec() function returns the SQLITE_ABORT.
129 ** locked or busy, then this function returns SQLITE_BUSY. (This
179 ** returns the integer key of the most recent insert in the database.
186 ** This function returns the number of database rows that were changed
208 ** This function returns the number of database rows that were changed
234 ** defined above, then this routine returns a constant text string which
249 /* This function returns true if the given input string comprises
262 ** is NULL, then sqlite_exec() returns SQLITE_BUSY immediately if
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postprint/
H A DREADME25 translators, is the addition of the -r option that controls how carriage returns
27 returns. The two other choices are to return to column 1 (-r1 option) or treat
28 carriage returns as newlines (-r2 option). You can modify the default behavior by
/illumos-gate/usr/src/lib/libc/i386/threads/
H A Dasm_subr.S32 / thr_create() or pthread_create() returns (see setup_context()).
38 addl $4, %esp / actually, never returns
/illumos-gate/usr/src/lib/libc/sparc/threads/
H A Dasm_subr.S33 ! thr_create() or pthread_create() returns (see setup_context()).
173 sub %o2, 8, %o7 ! __csigsetjmp returns to caller
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dsca1000.esc45 * The driver passes the user data to the hardware and returns the hardware
47 * However, it returns these errors to the calling application. Since the
H A Dsca500.esc45 * The driver passes the user data to the hardware and returns the hardware
47 * However, it returns these errors to the calling application. Since the
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/awk/
H A Dt.assert1 # tests whether function returns sensible type bits
/illumos-gate/usr/src/lib/libc/i386/crt/
H A Dcerror.S29 / C return sequence which sets errno, returns -1.
H A Dcerror64.S29 / C return sequence which sets errno, returns -1.
/illumos-gate/usr/src/lib/libc/amd64/crt/
H A Dcerror.S29 / C return sequence which sets errno, returns -1.
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dlock.S32 / - returns non-zero on success.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dlock.S32 / - returns non-zero on success.
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_asm_4u.S49 ! Always returns success (0) in %o0
112 ! Always returns success (0) in %o0
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dprogress.test49 # Test that the query is abandoned when the progress callback returns non-zero
59 # Test that the query is rolled back when the progress callback returns
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME99 pkcs11_mech2str() returns a pointer to a string that should be free(3c)'d
153 This function returns SUCCESS if successfully done; otherwise it returns
192 This function returns a string representation of any given PKCS11 return
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dgenerated_libdwarf.h.in473 If DW_DLV_OK returns the regnum and offset thru the pointers
1726 /* Returns the is_info flag through the pointer if the function returns
1745 /* dwarf_dieoffset returns the global debug_info
1769 /* dwarf_CU_dieoffset_given_die returns
1780 /* dwarf_die_CU_offset returns the CU relative offset
2002 If the FORM is of class constant this returns an error */
2061 /* dwarf_formref returns, thru return_offset, a CU-relative offset
2066 /* dwarf_global_formref returns, thru return_offset,
2072 /* dwarf_formsig8 returns in the caller-provided 8 byte area
2077 /* dwarf_formsig8_const returns in the caller-provided 8 byte area
[all …]
H A Dlibdwarf.h.in473 If DW_DLV_OK returns the regnum and offset thru the pointers
1726 /* Returns the is_info flag through the pointer if the function returns
1745 /* dwarf_dieoffset returns the global debug_info
1769 /* dwarf_CU_dieoffset_given_die returns
1780 /* dwarf_die_CU_offset returns the CU relative offset
2002 If the FORM is of class constant this returns an error */
2061 /* dwarf_formref returns, thru return_offset, a CU-relative offset
2066 /* dwarf_global_formref returns, thru return_offset,
2072 /* dwarf_formsig8 returns in the caller-provided 8 byte area
2077 /* dwarf_formsig8_const returns in the caller-provided 8 byte area
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.return_recursive_table.zcp16 -- This program returns a self-referential data structure.
/illumos-gate/usr/src/contrib/mDNSResponder/
H A DREADME50 * Fix in dnssd_clientstub.c to not check errno when recvmsg returns 0
52 syslog call returns an error. Logs the messages at LOG_INFO level
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dhypotf.S61 / returns |x|

12345