Searched defs:operations (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/sys/
H A Dvdsk_mailbox.h89 uint64_t operations; /* bit-field of server supported ops */ member in struct:vd_attr_msg
H A Dvdc.h96 * Flags for virtual disk operations.
321 uint32_t sync_op_cnt; /* num of active sync operations */
343 uint64_t operations; /* bitmask of ops. server supports */ member in struct:vdc
351 * ownership_lock mutex is used to serialize ownership operations;
/illumos-gate/usr/src/cmd/cdrw/
H A Dmain.c218 int operations; local
249 operations = 0;
258 operations++;
262 operations++;
266 operations++;
284 operations++;
288 operations++;
292 operations++;
299 operations++;
333 operations
[all...]
/illumos-gate/usr/src/lib/print/mod_ipp/
H A Dmod_ipp.c80 papi_attribute_t **operations; member in struct:__anon4337
280 "operations", config->operations);
394 (void) ipp_configure_operation(&config->operations,
427 status = ipp_configure_operation(&config->operations,
485 "IPP protocol operations to enable/disable)"),
487 "default user for various operations"),
489 "default service for various operations"),
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c381 /* Set up the operations vector. */
395 cmn_err(CE_WARN, "vfs_setfsops: %s: %d operations supplied "
461 /* Set the operations vector for a vfs */
479 /* Retrieve the operations vector for a vfs */
1502 * and unmount operations that might be going on simultaneously and
3100 * and unmount operations don't have to slog through
4380 * Generic operations vector support.
4382 * This is used to build operations vectors for both the vfs and vnode.
4387 * (1) scan the list of known operations; for each, see if the file system
4390 * (2) set up defaults for all known operations
4405 fs_build_vector(void *vector, int *unused_ops, const fs_operation_trans_def_t *translation, const fs_operation_def_t *operations) argument
[all...]
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c407 mdeg_handle_t mdeg; /* handle for MDEG operations */
443 uint64_t operations; /* bitmask of VD_OPs exported */ member in struct:vd
1643 * a single-slice disk. Write operations are actually faked and return
3038 * 0 - Indicates that there are no errors in disk operations
3614 /* Command (no-copy) operations */
3619 /* "Get" (copy-out) operations */
3634 /* "Set" (copy-in) operations */
3666 /* LDC memory operations require 8-byte multiples */
3772 /* LDC memory operations require 8-byte multiples */
4092 * Define the supported operations onc
[all...]

Completed in 82 milliseconds