/illumos-gate/usr/src/lib/libbc/libc/sys/common/ |
H A D | flock.c | 32 flock(fd, operation) 33 int fd, operation; 42 if (operation & LOCK_UN) 44 if (operation & LOCK_SH) 46 if (operation & LOCK_EX) 48 if (operation & LOCK_NB)
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | flock.c | 26 flock(int fildes, int operation) argument 38 switch (operation & ~LOCK_NB) { 40 if (operation & LOCK_NB) { 49 l.l_type = ((operation & ~LOCK_NB) == LOCK_EX) ? 51 op = (operation & LOCK_NB) ? F_FLOCK : F_FLOCKW;
|
/illumos-gate/usr/src/lib/print/mod_ipp/ |
H A D | httpd-standalone-ipp.conf | 48 # The directives in this section affect the overall operation of Apache, 290 ipp-operation all off 291 ipp-operation print-job on 292 ipp-operation validate-job on 293 ipp-operation create-job on 294 ipp-operation get-jobs on 295 ipp-operation get-printer-attributes on 296 ipp-operation send-document on 297 ipp-operation cancel-job on 298 ipp-operation ge [all...] |
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_dmae.c | 220 * @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 334 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) argument 391 lm_dmae_initialize_sgl_loader_command( struct _lm_device_t* pdev, lm_dmae_operation_t* operation, struct dmae_cmd* command) argument 429 lm_dmae_operation_t* operation = NULL; local 458 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) argument 515 lm_dmae_operation_clear_all_sges(lm_dmae_operation_t* operation) argument 522 lm_dmae_operation_is_complete(IN lm_dmae_operation_t* operation) argument 541 lm_dmae_operation_wait(struct _lm_device_t* pdev, lm_dmae_operation_t* operation) argument 715 lm_dmae_context_execute(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation) argument 830 lm_dmae_context_execute_sgl(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation) argument 875 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) argument 985 lm_dmae_context_execute_single_block(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation) argument 1061 lm_dmae_context_execute_unsafe(struct _lm_device_t* pdev, lm_dmae_context_t *context, lm_dmae_operation_t *operation) argument 1207 lm_dmae_operation_t operation = {0}; local 1234 lm_dmae_operation_t operation = {0}; local 1259 lm_dmae_operation_t operation = {0}; local 1286 lm_dmae_operation_t operation = {0}; local [all...] |
H A D | lm_dmae.h | 57 * '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...] |
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | flock.c | 43 flock(int fd, int operation) argument 55 if (operation & LOCK_NB) { 57 operation &= ~LOCK_NB; /* turn off this bit */ 61 switch (operation) {
|
/illumos-gate/usr/src/test/zfs-tests/cmd/file_write/ |
H A D | file_write.c | 57 char *operation = NULL; local 84 operation = optarg; 110 if (!operation) { 111 (void) printf("Operation not specified (-o <operation>).\n"); 124 * Prepare the buffer and determine the requested operation 141 * using the strncmp of operation will make the operation match the 145 if ((strncmp(operation, "create", strlen(operation) + 1)) == 0 || 146 (strncmp(operation, "overwrit [all...] |
/illumos-gate/usr/src/uts/common/xen/public/io/ |
H A D | blkif.h | 102 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_request 113 uint8_t operation; /* copied from request */ member in struct:blkif_response
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | blkif_impl.h | 37 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_32_request 46 uint8_t operation; /* copied from request */ member in struct:blkif_x86_32_response 56 uint8_t operation; /* BLKIF_OP_??? */ member in struct:blkif_x86_64_request 74 uint8_t operation; /* copied from request */ member in struct:blkif_x86_64_response
|
H A D | blk_common.c | 830 switch (req->operation) { 922 dst->operation = src->operation; 941 dst->operation = src->operation; 960 dst->operation = src->operation; 972 dst->operation = src->operation; 991 cmn_err(CE_NOTE, " op=%s", op_name[req->operation]); [all...] |
/illumos-gate/usr/src/tools/ndrgen/ |
H A D | ndr_lex.c | 106 { "operation", OPERATION_KW, 0 },
|
/illumos-gate/usr/src/lib/print/libipp-listener/common/ |
H A D | ipp-listener.h | 43 char *operation, char *type);
|
H A D | ipp-listener.c | 186 /* get the operation from the request */ 188 "operation-id", &id); 191 "no operation specified in request"); 195 /* find the operation in the handler table */ 208 "operation (0x%4.4x) not implemented by server", 222 /* check if the requested operation is configured */ 227 "operation (%s 0x%4.4x) not enabled on server", 279 ipp_configure_operation(papi_attribute_t ***list, char *operation, char *type) argument 284 if ((list == NULL) || (operation == NULL) || (type == NULL)) 289 if (strcasecmp(operation, "al [all...] |
/illumos-gate/usr/src/cmd/print/selector/ |
H A D | print-service | 99 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/uts/sun4u/sys/ |
H A D | fpras_impl.h | 58 * 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) \ 148 sll tmp3, operation, tmp [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_history.c | 435 log_internal(nvlist_t *nvl, const char *operation, spa_t *spa, argument 455 fnvlist_add_string(nvl, ZPOOL_HIST_INT_NAME, operation); 468 spa_history_log_internal(spa_t *spa, const char *operation, argument 484 log_internal(fnvlist_alloc(), operation, spa, htx, fmt, adx); local 493 spa_history_log_internal_ds(dsl_dataset_t *ds, const char *operation, argument 507 log_internal(nvl, operation, dsl_dataset_get_spa(ds), tx, fmt, adx); 512 spa_history_log_internal_dd(dsl_dir_t *dd, const char *operation, argument 527 log_internal(nvl, operation, dd->dd_pool->dp_spa, tx, fmt, adx); 532 spa_history_log_version(spa_t *spa, const char *operation) argument 534 spa_history_log_internal(spa, operation, NUL [all...] |
/illumos-gate/usr/src/lib/libzonecfg/common/ |
H A D | getzoneent.c | 253 * 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) argument 287 if ((operation == PZE_MODIFY) && 292 if (operation == PZE_ADD && 296 if (operation != PZE_MODIFY && strlen(ze->zone_newname) != 0) 340 if (operation == PZE_ADD && !exist) { 351 if (operation == PZE_MODIFY && !exist) { 393 switch (operation) { [all...] |
/illumos-gate/usr/src/cmd/sendmail/db/db/ |
H A D | db_join.c | 64 * 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)
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | autofs.h | 123 * 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) { \ 250 ASSERT(!((fnp)->fn_flags & operation)); \ 251 (fnp)->fn_flags |= (operation); \ 254 #define AUTOFS_UNBLOCK_OTHERS(fnp, operation) { \ 255 auto_unblock_others((fnp), (operation)); \
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | geniconvtbl.c | 90 int op_depth; /* depth of operation */ 234 /* evaluate init operation */ 1060 * Evaluate operation table 1073 itm_op_t *operation; local 1090 operation = (itm_op_t *)(op_hdr + 1); 1093 for (i = 0; i < op_hdr->number; i++, operation++, 1122 * Evaluate single operation 1136 itm_op_t *operation; local 1147 (expr0 = ADDR(operation->data.operand[(n)]), \ 1157 eval_expr(ist, operation [all...] |
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | decr_mgr.c | 35 CK_ULONG operation, 53 if (operation == OP_DECRYPT_INIT) { 69 } else if (operation == OP_UNWRAP) { 32 decr_mgr_init( SESSION *sess, ENCR_DECR_CONTEXT *ctx, CK_ULONG operation, CK_MECHANISM *mech, CK_OBJECT_HANDLE key_handle) argument
|
H A D | encr_mgr.c | 33 CK_ULONG operation, 52 if (operation == OP_ENCRYPT_INIT) { 68 } else if (operation == OP_WRAP) { 31 encr_mgr_init(SESSION * sess, ENCR_DECR_CONTEXT * ctx, CK_ULONG operation, CK_MECHANISM * mech, CK_OBJECT_HANDLE key_handle) argument
|
/illumos-gate/usr/src/boot/sys/boot/arm/at91/libat91/ |
H A D | emac.h | 63 unsigned short operation; member in struct:__anon116
|
/illumos-gate/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-port.c | 684 enum { OP_NONE, OP_SUBMIT, OP_QUERY, OP_CANCEL } operation = OP_NONE; local 742 if (operation != OP_NONE) 744 operation = OP_CANCEL; 748 if (operation != OP_NONE) 750 operation = OP_QUERY; 754 if (operation != OP_NONE) 756 operation = OP_SUBMIT; 766 (operation == OP_NONE)) 769 if (operation == OP_SUBMIT) /* get a job-id if we need it */ 791 /* perform the requested operation */ [all...] |
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | dir.c | 386 searchChecks(struct pcdir *dp, int operation, char matchRequired, argument 407 if (operation == PCFS_FIND_ATTR && dp->pcd_attr == matchRequired) { 409 } else if (operation == PCFS_FIND_STATUS && 412 } else if (operation == PCFS_FIND_CHKS && hasCHKName(dp)) { 462 * operation 464 * The PCFS_TRAVERSE_ALL operation is a depth first traversal 491 int32_t dirDataLen, int depth, int descend, int operation, 512 searchChecks(dp, operation, matchRequired, found); 544 if (operation == PCFS_TRAVERSE_ALL) 551 descend, operation, matchRequire 490 visitNodes(int fd, int32_t currentCluster, ClusterContents *dirData, int32_t dirDataLen, int depth, int descend, int operation, char matchRequired, struct pcdir **found, int32_t *lastDirCluster, struct pcdir **dirEnd, char *recordPath, int *pathLen) argument 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) 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) argument [all...] |