Home
last modified time | relevance | path

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

12345678

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dmae.c359 operation->context = context; in lm_dmae_operation_create()
360 operation->b_sync = TRUE; in lm_dmae_operation_create()
438 if (CHK_NULL(operation)) in lm_dmae_operation_create_sgl()
447 operation->context = context; in lm_dmae_operation_create_sgl()
448 operation->b_sync = b_sync; in lm_dmae_operation_create_sgl()
454 lm_dmae_initialize_sgl_loader_command(pdev, operation, &operation->main_cmd); in lm_dmae_operation_create_sgl()
455 return operation; in lm_dmae_operation_create_sgl()
510 operation->next_free_block++; in lm_dmae_operation_add_sge()
519 operation->next_free_block = 0; in lm_dmae_operation_clear_all_sges()
524 return operation->context->completion_word != operation->command_id; in lm_dmae_operation_is_complete()
[all …]
H A Dlm_dmae.h500 …ext_execute(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation);
516 …cute_unsafe(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation);
556 OUT lm_dmae_operation_t* operation);
589 lm_dmae_operation_t* operation,
600 void lm_dmae_operation_clear_all_sges(lm_dmae_operation_t* operation);
609 u8_t lm_dmae_operation_is_complete(IN lm_dmae_operation_t* operation);
/illumos-gate/usr/src/test/zfs-tests/cmd/file_write/
H A Dfile_write.c61 char *operation = NULL; in main() local
89 operation = optarg; in main()
115 if (!operation) { in main()
150 if ((strncmp(operation, "create", strlen(operation) + 1)) == 0 || in main()
151 (strncmp(operation, "overwrite", strlen(operation) + 1)) == 0) { in main()
153 } else if ((strncmp(operation, "append", strlen(operation) + 1)) == 0) { in main()
157 operation); in main()
/illumos-gate/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()
/illumos-gate/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 {
/illumos-gate/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()
/illumos-gate/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()
1017 cmn_err(CE_NOTE, " op=%d:%s", resp->operation, in blk_ring_response_dump()
1018 op_name[resp->operation]); in blk_ring_response_dump()
1019 cmn_err(CE_NOTE, " op=%d", resp->operation); in blk_ring_response_dump()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c1066 itm_op_t *operation; in eval_op_tbl() local
1083 operation = (itm_op_t *)(op_hdr + 1); in eval_op_tbl()
1129 itm_op_t *operation; in eval_op() local
1155 operation = (itm_op_t *)ADDR2(op_place); in eval_op()
1157 switch (operation->type) { in eval_op()
1171 errno = (int)operation->data.itm_opnum; in eval_op()
1176 expr = ADDR(operation->data.operand[0]); in eval_op()
1189 expr = ADDR(operation->data.operand[0]); in eval_op()
1198 expr = ADDR(operation->data.operand[0]); in eval_op()
1256 num = operation->data.itm_opnum; in eval_op()
[all …]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Ddir.c384 searchChecks(struct pcdir *dp, int operation, char matchRequired, in searchChecks() argument
407 } else if (operation == PCFS_FIND_STATUS && in searchChecks()
410 } else if (operation == PCFS_FIND_CHKS && hasCHKName(dp)) { in searchChecks()
489 int32_t dirDataLen, int depth, int descend, int operation, in visitNodes() argument
510 searchChecks(dp, operation, matchRequired, found); in visitNodes()
542 if (operation == PCFS_TRAVERSE_ALL) in visitNodes()
549 descend, operation, matchRequired, found, in visitNodes()
580 depth, descend, operation, matchRequired, in visitNodes()
597 traverseFromRoot(int fd, int depth, int descend, int operation, in traverseFromRoot() argument
653 if (operation == PCFS_TRAVERSE_ALL) { in traverseDir()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dautofs.h248 #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)); \
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dgetzoneent.c269 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()
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dfpras_impl.h138 #define FPRAS_INTERVAL(operation, blk, doex, tmp1, tmp2, tmp3, tmp4, label) \ argument
146 sll tmp3, operation, tmp3 ;\
155 mov operation, tmp3 ;\
173 mov operation, tmp1 ;\
310 #define FPRAS_CHECK(operation, doex, label) \ argument
320 mov operation, %o0 ;\
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c522 log_internal(nvlist_t *nvl, const char *operation, spa_t *spa, in log_internal() argument
542 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation); in log_internal()
555 spa_history_log_internal(spa_t *spa, const char *operation, in spa_history_log_internal() argument
571 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); in spa_history_log_internal()
580 spa_history_log_internal_ds(dsl_dataset_t *ds, const char *operation, in spa_history_log_internal_ds() argument
594 log_internal(nvl, operation, dsl_dataset_get_spa(ds), tx, fmt, adx); in spa_history_log_internal_ds()
599 spa_history_log_internal_dd(dsl_dir_t *dd, const char *operation, in spa_history_log_internal_dd() argument
614 log_internal(nvl, operation, dd->dd_pool->dp_spa, tx, fmt, adx); in spa_history_log_internal_dd()
619 spa_history_log_version(spa_t *spa, const char *operation) in spa_history_log_version() argument
621 spa_history_log_internal(spa, operation, NULL, in spa_history_log_version()
/illumos-gate/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()
792 switch (operation) { in main()
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_join.c170 u_int32_t operation; local
176 operation = LF_ISSET(DB_OPFLAGS_MASK);
177 if (operation != 0 && operation != DB_JOIN_ITEM)
241 if (operation == DB_JOIN_ITEM)
/illumos-gate/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");
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DIR.rst10 used by which operation.
60 * .target: result of the operation (must be an integral type)
97 * .target: result of the operation (must be a floating-point type)
116 * .target: result of the operation
132 * .target: result of the operation (0/1 valued integer)
227 * .target: result of the operation
234 * .target: result of the operation (must be an integral type)
241 * .target: result of the operation (must be a floating-point type)
254 * .target: result of the operation
306 * .target: result of the operation
[all …]
/illumos-gate/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
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c277 ipp_configure_operation(papi_attribute_t ***list, char *operation, char *type) in ipp_configure_operation() argument
282 if ((list == NULL) || (operation == NULL) || (type == NULL)) in ipp_configure_operation()
287 if (strcasecmp(operation, "all") == 0) { in ipp_configure_operation()
289 } else if (strcasecmp(operation, "required") == 0) { in ipp_configure_operation()
291 } else if (ipp_operation_name_to_index(operation) != -1) { in ipp_configure_operation()
293 operation, boolean); in ipp_configure_operation()
/illumos-gate/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()
/illumos-gate/usr/src/lib/iconv_modules/utf-8/common/binarytables/srcs/
H A DUTF-8+CP1255.src175 } @operation {
272 } @operation {
306 } @operation {
312 } @operation {
319 } @operation {
325 } @operation {
332 } @operation {
338 } @operation {
H A DUTF-8+CP869.src175 } @operation {
283 } @operation {
329 } @operation {
335 } @operation {
342 } @operation {
348 } @operation {
355 } @operation {
361 } @operation {

12345678