HomeSort by: relevance | last modified time | path
    Searched defs:operation (Results 1 - 25 of 69) sorted by relevancy

1 2 3

  /src/usr.bin/vndcompress/
main.c 44 static int (*operation)(int, char **, const struct options *) = &vndcompress; variable
56 operation = &vndcompress;
58 operation = &vnduncompress;
83 operation = &vndcompress;
92 operation = &vnduncompress;
150 if (operation == &vnduncompress) {
154 assert(operation == &vndcompress);
164 return (*operation)(argc, argv, O);
  /src/external/bsd/libevent/dist/
epolltable-internal.h 137 static const struct operation { struct
  /src/external/bsd/ntp/dist/sntp/libevent/
epolltable-internal.h 138 static const struct operation { struct
  /src/usr.bin/pwhash/
pwhash.c 100 print_passwd(char *string, int operation, const char *extra)
107 switch(operation) {
169 int operation = -1; local
176 operation = DO_MAKEKEY;
185 if (operation != -1 || prompt)
187 operation = DO_MAKEKEY;
191 if (operation != -1)
193 operation = DO_MD5;
198 if (operation == DO_MAKEKEY)
204 if (operation != -1
    [all...]
  /src/sys/arch/xen/include/
xenring.h 37 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request
48 uint8_t operation; /* copied from request */ member in struct:blkif_x86_32_response
55 uint8_t operation; /* BLKIF_OP_INDIRECT */ member in struct:blkif_x86_32_request_indirect
70 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request
81 uint8_t operation; /* copied from request */ member in struct:blkif_x86_64_response
87 uint8_t operation; /* BLKIF_OP_INDIRECT */ member in struct:blkif_x86_64_request_indirect
  /src/crypto/external/apache2/openssl/dist/test/
filterprov.c 31 int operation; member in struct:filter_prov_globals_st::__anon686
89 if (globs->dispatch[i].operation == operation_id) {
198 * Set a filter for the given operation id. The filter string is a colon
201 * a given operation id then all algorithms are made available.
203 int filter_provider_set_filter(int operation, const char *filterstr)
212 operation,
257 globs->dispatch[globs->num_dispatch].operation = operation;
263 OSSL_PROVIDER_unquery_operation(globs->deflt, operation, provalgs);
  /src/crypto/external/bsd/openssl/dist/test/
filterprov.c 29 int operation; member in struct:filter_prov_globals_st::__anon1718
87 if (globs->dispatch[i].operation == operation_id) {
159 * Set a filter for the given operation id. The filter string is a colon
162 * a given operation id then all algorithms are made available.
164 int filter_provider_set_filter(int operation, const char *filterstr)
173 operation,
218 globs->dispatch[globs->num_dispatch].operation = operation;
224 OSSL_PROVIDER_unquery_operation(globs->deflt, operation, provalgs);
  /src/external/gpl2/gettext/dist/gettext-runtime/intl/
plural-exp.h 47 module, /* Modulo operation. */
60 } operation; member in struct:expression
  /src/external/gpl2/grep/dist/intl/
plural-exp.h 53 module, /* Modulo operation. */
66 } operation; member in struct:expression
  /src/external/gpl2/lvm2/dist/lib/locking/
file_locking.c 136 static int _do_flock(const char *file, int *fd, int operation, uint32_t nonblock)
143 file, operation == LOCK_EX ? 'W' : 'R', nonblock ? ' ' : 'B');
154 operation |= LOCK_NB;
158 r = flock(*fd, operation);
180 static int _do_write_priority_flock(const char *file, int *fd, int operation, uint32_t nonblock)
189 if (operation == LOCK_EX) {
190 r = _do_flock(file, fd, operation, nonblock);
194 r = _do_flock(file, fd, operation, nonblock);
203 int operation; local
212 operation = LOCK_SH
    [all...]
  /src/external/gpl2/texinfo/dist/intl/
plural-exp.h 49 module, /* Modulo operation. */
62 } operation; member in struct:expression
  /src/external/gpl3/gcc.old/dist/intl/
plural-exp.h 57 module, /* Modulo operation. */
70 } operation; member in struct:expression
  /src/external/gpl3/gdb/dist/gdb/
expression.h 81 class operation;
82 typedef std::unique_ptr<operation> operation_up;
84 /* Base class for an operation. An operation is a single component of
87 class operation class in namespace:expr
91 operation () = default;
92 DISABLE_COPY_AND_ASSIGN (operation);
96 virtual ~operation () = default;
98 /* Evaluate this operation. */
103 /* Evaluate this operation in a context where C-like coercion i
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
expression.h 81 class operation;
82 typedef std::unique_ptr<operation> operation_up;
84 /* Base class for an operation. An operation is a single component of
87 class operation class in namespace:expr
91 operation () = default;
92 DISABLE_COPY_AND_ASSIGN (operation);
96 virtual ~operation () = default;
98 /* Evaluate this operation. */
103 /* Evaluate this operation in a context where C-like coercion i
    [all...]
  /src/sys/external/mit/xen-include-public/dist/xen/include/public/io/
blkif.h 532 * operation code ("barrier request") must be completed prior to the
558 * This operation is analogous to performing a trim (ATA) or unamp (SCSI),
628 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_request
638 * Cast to this structure when blkif_request.operation == BLKIF_OP_DISCARD
642 uint8_t operation; /* BLKIF_OP_DISCARD */ member in struct:blkif_request_discard
653 uint8_t operation; /* BLKIF_OP_INDIRECT */ member in struct:blkif_request_indirect
668 uint8_t operation; /* copied from request */ member in struct:blkif_response
676 /* Operation not supported (only happens on barrier writes). */
678 /* Operation failed for some unspecified reason (-EIO). */
680 /* Operation completed successfully. *
    [all...]
  /src/crypto/external/apache2/openssl/dist/fuzz/
ml-dsa.c 11 /* Test ML-DSA operation. */
207 * operation will fail, but it will still exercise the code paths below,
538 * @brief Represents an operation table entry for cryptographic operations.
547 /** Name of the operation. */
550 /** Description of the operation. */
554 * @brief Function pointer for setting up the operation.
564 * @brief Function pointer for executing the operation.
568 * @param in1 First input parameter for the operation.
569 * @param in2 Second input parameter for the operation.
570 * @param out1 Pointer to store the first output of the operation
643 uint8_t operation; local
    [all...]
ml-kem.c 12 * Test ml-kem operation.
175 * operation will fail, but it will still exercise the code paths below,
329 * This function performs a key derivation operation using the given
523 * @brief Represents an operation table entry for cryptographic operations.
532 /** Name of the operation. */
535 /** Description of the operation. */
539 * @brief Function pointer for setting up the operation.
549 * @brief Function pointer for executing the operation.
553 * @param in1 First input parameter for the operation.
554 * @param in2 Second input parameter for the operation
628 uint8_t operation; local
    [all...]
slh-dsa.c 12 * Test slh-dsa operation.
96 * using a modulo operation. It then retrieves the corresponding
443 * -2 if the operation is not supported
479 * @brief Represents an operation table entry for cryptographic operations.
488 /** Name of the operation. */
492 * @brief Function pointer for setting up the operation.
502 * @brief Function pointer for executing the operation.
506 * @param in1 First input parameter for the operation.
507 * @param in2 Second input parameter for the operation.
508 * @param out1 Pointer to store the first output of the operation
567 uint8_t operation; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/providers/implementations/asymciphers/
rsa_enc.c 65 int operation; member in struct:__anon462
97 int operation, const char *desc)
105 if (!ossl_rsa_key_op_get_protect(vrsa, operation, &protect))
111 prsactx->operation = operation;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/asymciphers/
rsa_enc.c 67 int operation; member in struct:__anon1531
95 int operation)
102 if (!ossl_rsa_check_key(prsactx->libctx, vrsa, operation))
109 prsactx->operation = operation;
  /src/crypto/external/bsd/openssl/dist/providers/implementations/signature/
dsa_sig.c 73 * operation, this flag is cleared by their Init function, and set again
88 int operation; member in struct:__anon1622
127 int sha1_allowed = (ctx->operation != EVP_PKEY_OP_SIGN);
165 * AlgorithmIdentifier to be had, but the operation itself is
187 const OSSL_PARAM params[], int operation)
202 operation == EVP_PKEY_OP_SIGN)) {
212 pdsactx->operation = operation;
276 int operation)
283 if (!dsa_signverify_init(vpdsactx, vdsa, params, operation))
    [all...]
ecdsa_sig.c 72 * operation, this flag is cleared by their Init function, and set again
82 int operation; member in struct:__anon1623
88 * sign_setup() methods which are then passed to the sign operation.
100 * Normal operation will loop to choose a new k if the signature is not
101 * valid - but for this mode of operation it forces a failure instead.
129 const OSSL_PARAM params[], int operation)
143 if (!ossl_ec_check_key(ctx->libctx, ec, operation == EVP_PKEY_OP_SIGN))
151 ctx->operation = operation;
240 sha1_allowed = (ctx->operation != EVP_PKEY_OP_SIGN)
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
spa_history.c 439 log_internal(nvlist_t *nvl, const char *operation, spa_t *spa,
464 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation);
477 spa_history_log_internal(spa_t *spa, const char *operation,
493 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); local
502 spa_history_log_internal_ds(dsl_dataset_t *ds, const char *operation,
516 log_internal(nvl, operation, dsl_dataset_get_spa(ds), tx, fmt, adx);
521 spa_history_log_internal_dd(dsl_dir_t *dd, const char *operation,
536 log_internal(nvl, operation, dd->dd_pool->dp_spa, tx, fmt, adx);
541 spa_history_log_version(spa_t *spa, const char *operation)
544 spa_history_log_internal(spa, operation, NULL
    [all...]
  /src/sys/dev/raidframe/
rf_paritylog.h 57 RF_ParityRecordType_t operation; member in struct:RF_CommonLogData_s
78 RF_ParityRecordType_t operation; member in struct:RF_ParityLogRecord_s
142 RF_ParityRecordType_t operation; member in struct:RF_DiskMap_s
166 rf_CreateParityLogData(RF_ParityRecordType_t operation,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
aux_engine.h 66 enum i2caux_transaction_operation operation; member in struct:i2caux_transaction_request

Completed in 51 milliseconds

1 2 3