/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/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/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/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/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/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
|
/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/hal/addons/network-devices/ |
H A D | snmp.c | 50 snmp_response_cb(int operation, struct snmp_session *sp, int reqid, argument
|
/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/lib/print/libipp-listener/common/ |
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/lib/print/libpapi-ipp/common/ |
H A D | ipp-support.c | 154 uint16_t operation) 163 "operation-id", operation); 153 ipp_initialize_request(service_t *svc, papi_attribute_t ***request, uint16_t operation) argument
|
/illumos-gate/usr/src/cmd/gss/gsscred/ |
H A D | gsscred.c | 71 operation = '0'; local 111 operation = c; 125 /* perform the requested operation */ 126 switch (operation) {
|
/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/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/boot/sys/boot/arm/at91/libat91/ |
H A D | emac.h | 63 unsigned short operation; member in struct:__anon116
|
/illumos-gate/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_xport_api_dd.c | 316 * for the given I/O operation 1372 vldc_opt_op_t operation; local 1374 operation.op_sel = VLDC_OP_GET; 1375 operation.opt_sel = VLDC_OPT_MTU_SZ; 1377 n = ioctl(_conn->fd, VLDC_IOCTL_OPT_OP, &operation); 1379 op_ctl.oo_val = operation.opt_val;
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | disassemble.c | 436 "error ELIBBAD // unknown operation (%lx)\n", 1006 * Dump operation table 1012 itm_op_t *operation; local 1019 operation = (itm_op_t *)(op_hdr + 1); 1036 printi(1, RNPREF "operation"); 1048 i++, operation++, op_place += (sizeof (itm_op_t))) { 1061 * Evaluate single operation 1066 itm_op_t *operation; local 1069 operation = (itm_op_t *)ADDR2(op_place); 1072 switch (operation [all...] |
/illumos-gate/usr/src/uts/common/fs/autofs/ |
H A D | auto_vnops.c | 372 int operation; /* either AUTOFS_LOOKUP or AUTOFS_MOUNT */ local 431 operation = 0; 490 operation = AUTOFS_MOUNT; 520 operation = AUTOFS_LOOKUP; 530 operation = AUTOFS_MOUNT; 563 ((operation == AUTOFS_MOUNT) && (fnp->fn_flags & MF_INPROG))) { 574 if (operation == 0) { 577 * on the previous operation on that node. 582 * previous operation on this node was 585 operation [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...] |
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 1265 void *exportdata, zfs_share_op_t operation) 1351 resource_name, exportdata, sh, i, operation); 1264 sa_share_zfs(sa_share_t share, sa_resource_t resource, char *path, share_t *sh, void *exportdata, zfs_share_op_t operation) argument
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/frudata/ |
H A D | fru_data.c | 176 lock_readwrite_lock(container_tbl_t *cont_obj, int operation) argument 178 /* if write operation */ 179 if (operation == PICL_WRITE) { 182 /* read operation */ 195 lock_container_lock(picl_nodehdl_t nodehdl, int object_type, int operation) argument 202 NULL) && (lock_readwrite_lock(cont_obj, operation) == EBUSY)) { 955 * Description : frudata_delete_packet is called when write operation is 1883 * because first write operation has already occurred on this container,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_ppp.c | 1156 uint8_t operation; local 1159 GETINT8(operation, optdata); 1160 switch (operation) { 1184 (void) sprintf(get_line(0, 0), "Operation = %d (%s)", operation, opstr); 1186 if (size > sizeof (operation)) { 1188 size - sizeof (operation), optdata);
|
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/ |
H A D | ses_log_transport.c | 110 #define INVALID_OPERATION 0x01 /* Invalid access_fmri operation */ 118 /* Holds a code-operation pair. Contains a log code an a function ptr */ 124 /* Holds a platform type and a list of code-operation structures */ 285 int operation, int *err) 348 switch (operation) { 385 } /* End switch on operation */ 284 access_fmri(ses_log_monitor_t *slmp, nvlist_t *fmri, char *target, int operation, int *err) argument
|
/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...] |