HomeSort by relevance Sort by last modified time
    Searched refs:operations (Results 1 - 25 of 52) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/cmd/cdrw/
main.c 218 int operations; local
249 operations = 0;
258 operations++;
262 operations++;
266 operations++;
284 operations++;
288 operations++;
292 operations++;
299 operations++;
333 operations++
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
vfs_opreg.h 42 * feature so that we can have strong typechecking for the operations
49 VFS_OPS; /* Signatures of all vfs operations (vfsops) */
50 VNODE_OPS; /* Signatures of all vnode operations (vops) */
51 FEM_OPS; /* Signatures of all FEM operations (femops) */
57 * name/value pairs of operations. These arrays get passed to:
68 * The operation registration mechanism uses two master tables of operations:
69 * one for vnode operations (vn_ops_table[]) and one for vfs operations
72 * to populate an operations structure (e.g., vnodeops, vfsops).
75 * and vn_make_ops()) and pass in their operations specification table
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/scalar/
scalar.pm 30 A filehandle is opened but the file operations are performed "in-memory"
31 on a scalar variable. All the normal file operations can be performed
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
locale.pm 7 locale - Perl pragma to use and avoid POSIX locales for built-in operations
21 locales for built-in operations (LC_CTYPE for regular expressions, and
integer.pm 17 This tells the compiler to use integer operations from here to the end
70 operations may not be preserved. One common source of trouble is the
overload.pm 177 overload - Package for overloading perl operations
230 =head2 Calling Conventions for Binary Operations
263 =head2 Calling Conventions for Unary Operations
265 Unary operation are considered binary operations with the second
304 B<Warning.> Due to the presence of assignment versions of operations,
319 L<Calling Conventions for Binary Operations>).
327 =head2 Overloadable Operations
333 =item * I<Arithmetic operations>
338 For these operations a substituted non-assignment variant can be called if
339 the assignment variant is not available. Methods for operations C<+>
    [all...]
bignum.pm 195 All operators (including basic math operations) are overloaded. Integer and
219 if it is installed since it is faster for some operations. It will be
228 Since Math::BigInt and BigFloat also overload the normal math operations,
244 You can even chain the operations together as usual:
304 This sets the accuracy for all math operations. The argument must be greater
311 This sets the precision for all math operations. The argument can be any
421 especially between math operations. The objects also might belong to different
PerlIO.pm 66 Lowest level layer which provides basic PerlIO operations in terms of
filetest.pm 42 operations.
bigint.pm 209 All operators (including basic math operations) are overloaded. Integer
225 This sets the accuracy for all math operations. The argument must be greater
232 This sets the precision for all math operations. The argument can be any
234 are <B>ignored</B> since all operations happen in integer space.
283 especially between math operations. The objects also might belong to different
bigrat.pm 169 All operators (inlcuding basic math operations) are overloaded. Integer and
  /onnv/onnv-gate/usr/src/lib/libbsm/
audit_class.txt 65 0x00400000:xp:X - privileged/administrative operations
67 0x01000000:xs:X - operations that always silently fail, if bad
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
vdsk_mailbox.h 89 uint64_t operations; /* bit-field of server supported ops */ member in struct:vd_attr_msg
vdc.h 87 * Flags for virtual disk operations.
310 uint32_t sync_op_cnt; /* num of active sync operations */
332 uint64_t operations; /* bitmask of ops. server supports */ member in struct:vdc
340 * ownership_lock mutex is used to serialize ownership operations;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
ops.pm 26 ops - Perl pragma to restrict unsafe operations when compiling
30 perl -Mops=:default ... # only allow reasonably safe operations
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Group.java 138 // Operations
139 private Vector operations = null; field in class:Group
218 if (operations != null) {
219 Enumeration e = operations.elements();
221 Operations ops =
222 (Operations)e.nextElement();
979 * Add an operations class.
981 public synchronized void addOperations(Operations ops) {
982 if (operations == null)
983 operations = new Vector()
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/Spec/
Functions.pm 51 File::Spec::Functions - portably perform operations on file names
  /onnv/onnv-gate/usr/src/lib/print/mod_ipp/
mod_ipp.c 79 papi_attribute_t **operations; member in struct:__anon4454
280 "operations", config->operations);
374 (void) ipp_configure_operation(&config->operations, "required",
407 status = ipp_configure_operation(&config->operations, op, toggle);
460 "IPP protocol operations to enable/disable)"),
462 "default user for various operations"),
464 "default service for various operations"),
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/File/
Spec.pm 29 File::Spec - portably perform operations on file names
45 This module is designed to support operations commonly performed on file
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
make-console-login-xml 35 be overwritten by package or patch operations, including
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
README 102 probably faster than coding the operations in line. Some attempts at code
  /onnv/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
File.xs 172 # These two operations are so similar that the XSUB ALIAS functionality is
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
Bblock.pm 188 A basic block is a series of operations which is known to execute from
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
Socket.pm 320 C<IO::Socket> only defines methods for those operations which are common to all
321 types of socket. Operations which are specified to a socket in a particular
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/IPC/SysV/
Semaphore.pm 232 C<OPLIST> is a list of operations to pass to C<semop>. C<OPLIST> is

Completed in 600 milliseconds

1 2 3