Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 205) sorted by relevance

123456789

/titanic_52/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c220 * @defgroup DMAE_Operation DMAE operation
230 * @param source the source of the operation
231 * @param dest the destination of the operation
233 * operation whould be written to host
235 * @param b_resume_prev TRUE if this operation should resume a
236 * previous operation, FALSE if the source
238 * @param b_change_endianity TRUE if the operation should
275 * @param source the source of the operation
276 * @param dest the destination of the operation
277 * @param length the length, in DWORDS, of the operation
341 lm_dmae_operation_create(struct _lm_device_t * pdev,IN const lm_dmae_address_t source,IN const lm_dmae_address_t dest,IN const u16_t length,IN const u8_t replicate_source,IN const u8_t le32_swap,IN lm_dmae_context_t * context,OUT lm_dmae_operation_t * operation) lm_dmae_operation_create() argument
392 lm_dmae_initialize_sgl_loader_command(struct _lm_device_t * pdev,lm_dmae_operation_t * operation,struct dmae_cmd * command) lm_dmae_initialize_sgl_loader_command() argument
429 lm_dmae_operation_t* operation = NULL; lm_dmae_operation_create_sgl() local
459 lm_dmae_operation_add_sge(struct _lm_device_t * pdev,lm_dmae_operation_t * operation,IN const lm_dmae_address_t source,IN const lm_dmae_address_t dest,IN const u16_t length) lm_dmae_operation_add_sge() argument
515 lm_dmae_operation_clear_all_sges(lm_dmae_operation_t * operation) lm_dmae_operation_clear_all_sges() argument
522 lm_dmae_operation_is_complete(IN lm_dmae_operation_t * operation) lm_dmae_operation_is_complete() argument
541 lm_dmae_operation_wait(struct _lm_device_t * pdev,lm_dmae_operation_t * operation) lm_dmae_operation_wait() argument
715 lm_dmae_context_execute(struct _lm_device_t * pdev,lm_dmae_context_t * context,lm_dmae_operation_t * operation) lm_dmae_context_execute() argument
830 lm_dmae_context_execute_sgl(struct _lm_device_t * pdev,lm_dmae_context_t * context,lm_dmae_operation_t * operation) lm_dmae_context_execute_sgl() argument
877 lm_dmae_context_execute_sub_operation(struct _lm_device_t * pdev,lm_dmae_context_t * context,lm_dmae_operation_t * operation,IN const u64_t src_offset,IN const u64_t dst_offset,IN const u16_t length) lm_dmae_context_execute_sub_operation() argument
985 lm_dmae_context_execute_single_block(struct _lm_device_t * pdev,lm_dmae_context_t * context,lm_dmae_operation_t * operation) lm_dmae_context_execute_single_block() argument
1061 lm_dmae_context_execute_unsafe(struct _lm_device_t * pdev,lm_dmae_context_t * context,lm_dmae_operation_t * operation) lm_dmae_context_execute_unsafe() argument
1207 lm_dmae_operation_t operation = {0}; lm_dmae_reg_wr() local
1234 lm_dmae_operation_t operation = {0}; lm_dmae_reg_wr_phys() local
1259 lm_dmae_operation_t operation = {0}; lm_dmae_reg_rd() local
1286 lm_dmae_operation_t operation = {0}; lm_dmae_copy_phys_buffer_unsafe() local
[all...]
H A Dlm_dmae.h57 * 'loader' and one called an 'executer'. The operation is
187 * A source/target address for a DMA operation.
222 * context may have one current operation.
252 * value when an operation is finished on this context.*/
256 * operation is finished on this context. Endianess note: The
280 * single target). An SGL operation may be synchronous or
281 * asynchronous - executing a synchronous DMAE operation results
282 * in a wait until the operation completes, while an
283 * asynchronous operation may be posted to the hardware without
290 /**The type of this operation (SG
[all...]
/titanic_52/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c57 char *operation = NULL; in main() local
84 operation = optarg; in main()
110 if (!operation) { in main()
111 (void) printf("Operation not specified (-o <operation>).\n"); in main()
124 * Prepare the buffer and determine the requested operation in main()
141 * using the strncmp of operation will make the operation match the in main()
145 if ((strncmp(operation, "create", strlen(operation) + 1)) == 0 || in main()
146 (strncmp(operation, "overwrit in main()
[all...]
/titanic_52/usr/src/lib/libbc/libc/sys/common/
H A Dflock.c32 flock(fd, operation) in flock() argument
33 int fd, operation; in flock()
42 if (operation & LOCK_UN)
44 if (operation & LOCK_SH)
46 if (operation & LOCK_EX)
48 if (operation & LOCK_NB)
/titanic_52/usr/src/lib/libc/port/gen/
H A Dflock.c26 flock(int fildes, int operation) in flock() argument
38 switch (operation & ~LOCK_NB) { in flock()
40 if (operation & LOCK_NB) { in flock()
49 l.l_type = ((operation & ~LOCK_NB) == LOCK_EX) ? in flock()
51 op = (operation & LOCK_NB) ? F_FLOCK : F_FLOCKW; in flock()
/titanic_52/usr/src/cmd/geniconvtbl/samples/
H A DISO-2022-JP_to_eucJP.src33 operation init {
37 operation reset {
43 operation init;
49 } operation {
71 } operation {
93 } operation {
115 } operation {
133 true operation { // error
H A DeucJP_to_ISO-2022-JP.src37 operation init {
46 } operation {
54 } operation {
67 } operation {
77 } operation {
98 } operation {
127 true operation {
/titanic_52/usr/src/ucblib/libucb/port/sys/
H A Dflock.c43 flock(int fd, int operation) in flock() argument
55 if (operation & LOCK_NB) { in flock()
57 operation &= ~LOCK_NB; /* turn off this bit */ in flock()
61 switch (operation) { in flock()
/titanic_52/usr/src/uts/common/xen/io/
H A Dblkif_impl.h37 uint8_t operation; /* BLKIF_OP_??? */ member
46 uint8_t operation; /* copied from request */ member
56 uint8_t operation; /* BLKIF_OP_??? */ member
74 uint8_t operation; /* copied from request */ member
H A Dblk_common.c830 switch (req->operation) { in blk_ring_request_get()
922 dst->operation = src->operation; in blk_ring_request_32()
941 dst->operation = src->operation; in blk_ring_request_64()
960 dst->operation = src->operation; in blk_ring_response_32()
972 dst->operation = src->operation; in blk_ring_response_64()
991 cmn_err(CE_NOTE, " op=%s", op_name[req->operation]); in blk_ring_request_dump()
[all...]
/titanic_52/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c90 int op_depth; /* depth of operation */
234 /* evaluate init operation */ in _icv_open()
1060 * Evaluate operation table
1073 itm_op_t *operation; in eval_op_tbl() local
1090 operation = (itm_op_t *)(op_hdr + 1); in eval_op_tbl()
1093 for (i = 0; i < op_hdr->number; i++, operation++, in eval_op_tbl()
1122 * Evaluate single operation
1136 itm_op_t *operation; in eval_op() local
1147 (expr0 = ADDR(operation->data.operand[(n)]), \ in eval_op()
1157 eval_expr(ist, operation in eval_op()
[all...]
/titanic_52/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c386 searchChecks(struct pcdir *dp, int operation, char matchRequired, in searchChecks() argument
407 if (operation == PCFS_FIND_ATTR && dp->pcd_attr == matchRequired) { in searchChecks()
409 } else if (operation == PCFS_FIND_STATUS && in searchChecks()
412 } else if (operation == PCFS_FIND_CHKS && hasCHKName(dp)) { in searchChecks()
462 * operation
464 * The PCFS_TRAVERSE_ALL operation is a depth first traversal
491 int32_t dirDataLen, int depth, int descend, int operation, in visitNodes() argument
512 searchChecks(dp, operation, matchRequired, found); in visitNodes()
544 if (operation == PCFS_TRAVERSE_ALL) in visitNodes()
551 descend, operation, matchRequire in visitNodes()
599 traverseFromRoot(int fd,int depth,int descend,int operation,char matchRequired,struct pcdir ** found,int32_t * lastDirCluster,struct pcdir ** dirEnd,char * recordPath,int * pathLen) traverseFromRoot() argument
638 traverseDir(int fd,int32_t startAt,int depth,int descend,int operation,char matchRequired,struct pcdir ** found,int32_t * lastDirCluster,struct pcdir ** dirEnd,char * recordPath,int * pathLen) traverseDir() argument
[all...]
/titanic_52/usr/src/uts/common/sys/fs/
H A Dautofs.h123 * the ongoing operation on this fnnode to be done.
246 * operation is either MF_INPROG or MF_LOOKUP.
248 #define AUTOFS_BLOCK_OTHERS(fnp, operation) { \ argument
250 ASSERT(!((fnp)->fn_flags & operation)); \
251 (fnp)->fn_flags |= (operation); \
254 #define AUTOFS_UNBLOCK_OTHERS(fnp, operation) { \ argument
255 auto_unblock_others((fnp), (operation)); \
/titanic_52/usr/src/uts/common/fs/zfs/
H A Dspa_history.c435 log_internal(nvlist_t *nvl, const char *operation, spa_t *spa, in log_internal() argument
455 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation); in log_internal()
468 spa_history_log_internal(spa_t *spa, const char *operation, in spa_history_log_internal() argument
484 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); in spa_history_log_internal()
493 spa_history_log_internal_ds(dsl_dataset_t *ds, const char *operation, in spa_history_log_internal_ds() argument
507 log_internal(nvl, operation, dsl_dataset_get_spa(ds), tx, fmt, adx); in spa_history_log_internal_ds()
512 spa_history_log_internal_dd(dsl_dir_t *dd, const char *operation, in spa_history_log_internal_dd() argument
527 log_internal(nvl, operation, dd->dd_pool->dp_spa, tx, fmt, adx); in spa_history_log_internal_dd()
532 spa_history_log_version(spa_t *spa, const char *operation) in spa_history_log_version() argument
534 spa_history_log_internal(spa, operation, NUL in spa_history_log_version()
[all...]
/titanic_52/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c253 * existing value unchanged; this is only meaningful when operation ==
257 * unchanged; this is only meaningful when operation == PZE_MODIFY
262 * only meaningful when operation == PZE_MODIFY.
269 putzoneent(struct zoneent *ze, zoneent_op_t operation) in putzoneent() argument
287 if ((operation == PZE_MODIFY) && in putzoneent()
292 if (operation == PZE_ADD && in putzoneent()
296 if (operation != PZE_MODIFY && strlen(ze->zone_newname) != 0) in putzoneent()
340 if (operation == PZE_ADD && !exist) { in putzoneent()
351 if (operation == PZE_MODIFY && !exist) { in putzoneent()
393 switch (operation) { in putzoneent()
[all...]
/titanic_52/usr/src/uts/sun4u/sys/
H A Dfpras_impl.h58 * Upper bound for check frequency per cpu and per operation. For example, if
61 * we'll check the current operation. A value of 0 will check every operation.
76 * blocks will be rewritten as part of an FPRAS_REWRITE operation. Finally
100 * A group of check functions, one for each operation type. These will
123 * The INTERVAL macro decides whether we will check this copy operation,
124 * based on performing no more than 1 check per cpu & operation in a specified
130 * operation (immediate): one of FPRAS_BCOPY etc
140 #define FPRAS_INTERVAL(operation, blk, doex, tmp1, tmp2, tmp3, tmp4, label) \ argument
148 sll tmp3, operation, tmp
312 FPRAS_CHECK(operation,doex,label) global() argument
[all...]
/titanic_52/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c64 * set, the c_next operation off the join cursor will return DB_NOTFOUND.
172 u_int32_t operation; local
178 operation = LF_ISSET(DB_OPFLAGS_MASK);
179 if (operation != 0 && operation != DB_JOIN_ITEM)
243 if (operation == DB_JOIN_ITEM)
/titanic_52/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-port.c684 enum { OP_NONE, OP_SUBMIT, OP_QUERY, OP_CANCEL } operation = OP_NONE; in main() local
742 if (operation != OP_NONE) in main()
744 operation = OP_CANCEL; in main()
748 if (operation != OP_NONE) in main()
750 operation = OP_QUERY; in main()
754 if (operation != OP_NONE) in main()
756 operation = OP_SUBMIT; in main()
766 (operation == OP_NONE)) in main()
769 if (operation == OP_SUBMIT) /* get a job-id if we need it */ in main()
791 /* perform the requested operation */ in main()
[all...]
/titanic_52/usr/src/cmd/print/selector/
H A Dprint-service99 local ($fmri, $operation) = @_;
102 open($FH, "$SVCCFG -s $fmri \"$operation\" 2>/dev/null |");
110 local ($operation, @fmris) = @_;
112 system("$SVCADM $operation -s @fmris");
/titanic_52/usr/src/uts/common/xen/public/io/
H A Dblkif.h102 uint8_t operation; /* BLKIF_OP_??? */ member
113 uint8_t operation; /* copied from request */ member
/titanic_52/usr/src/cmd/cmd-inet/usr.bin/dns-sd/
H A Ddns-sd.c236 static int operation; variable
441 // Sample callback functions for each of the operation types
549 if (num_printed++ == 0) printf("Timestamp Recommended %s domain\n", operation == 'E' ? "Registration" : "Browsing"); in enum_reply()
707 // cancel the current operation when we've got a multiple of five results in browse_reply()
708 //if (operation == 'S' && num_printed % 5 == 0) DNSServiceRefDeallocate(sdref); in browse_reply()
775 switch (operation) in myTimerCallBack()
846 if (operation == 'A' || operation == 'U' || operation == 'N') in reg_reply()
1012 if (operation in qr_reply()
[all...]
/titanic_52/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c186 /* get the operation from the request */ in ipp_operation_handler()
188 "operation-id", &id); in ipp_operation_handler()
191 "no operation specified in request"); in ipp_operation_handler()
195 /* find the operation in the handler table */ in ipp_operation_handler()
208 "operation (0x%4.4x) not implemented by server", in ipp_operation_handler()
222 /* check if the requested operation is configured */ in ipp_operation_handler()
227 "operation (%s 0x%4.4x) not enabled on server", in ipp_operation_handler()
279 ipp_configure_operation(papi_attribute_t ***list, char *operation, char *type) in ipp_configure_operation() argument
284 if ((list == NULL) || (operation == NULL) || (type == NULL)) in ipp_configure_operation()
289 if (strcasecmp(operation, "al in ipp_configure_operation()
[all...]
/titanic_52/usr/src/lib/libunistat/common/sdbc/
H A Dsdbc.err26 CLUSTER_SIZE = Get cluster size operation failed. Cache not initialized
27 CLUSTER_DATA = Get cluster data operation failed. Cache not initialized
28 GLMUL_SIZE = Get global size operation failed. Cache not initialized
29 GLMUL_INFO = Get global info operation failed. Cache not initialized
/titanic_52/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Ddecr_mgr.c35 CK_ULONG operation, in decr_mgr_init() argument
53 if (operation == OP_DECRYPT_INIT) { in decr_mgr_init()
69 } else if (operation == OP_UNWRAP) { in decr_mgr_init()
H A Dencr_mgr.c33 CK_ULONG operation, in encr_mgr_init() argument
52 if (operation == OP_ENCRYPT_INIT) { in encr_mgr_init()
68 } else if (operation == OP_WRAP) { in encr_mgr_init()

123456789