/src/usr.bin/vndcompress/ |
main.c | 44 static int (*operation)(int, char **, const struct options *) = &vndcompress; variable in typeref:typename:int (*)(int,char **,const struct options *) 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/usr.bin/pwhash/ |
pwhash.c | 100 print_passwd(char *string, int operation, const char *extra) 107 switch(operation) { 169 int operation = -1; local in function:main 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/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...] |
displif.h | 186 * for this domain during XENDISPL_OP_DBUF_CREATE operation (see below 424 * | id | operation | reserved | 4 429 * operation - uint8_t, operation code, XENDISPL_OP_??? 478 * flags - uint32_t, flags of the operation 798 uint8_t operation; member in struct:xendispl_req 813 uint8_t operation; member in struct:xendispl_resp
|
sndif.h | 567 * operation with buffer space sharing: part of the buffer allocated at 579 * | id | operation | reserved | 4 584 * operation - uint8_t, operation code, XENSND_OP_??? 698 * | id | operation | reserved | 4 713 * operation - XENSND_OP_READ for read or XENSND_OP_WRITE for write 725 * | id | operation | reserved | 4 740 * operation - XENSND_OP_SET_VOLUME for volume set 767 * | id | operation | reserved | 4 782 * operation - XENSND_OP_MUTE for mute or XENSND_OP_UNMUTE for unmut 1016 uint8_t operation; member in struct:xensnd_req 1029 uint8_t operation; member in struct:xensnd_resp [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
|
/src/sys/sys/ |
cdio.h | 388 uint16_t operation; /* IN */ member in struct:mmc_op 391 /* parameters to operation */
|
/src/usr.sbin/moused/ |
mouse.h | 131 int level; /* driver operation level */ 363 int operation; member in struct:mouse_info
|
/src/sys/dev/ic/ |
dw_hdmi.c | 262 uint8_t block, operation, val; local in function:dwhdmi_ddc_exec 287 operation = block ? HDMI_I2CM_OPERATION_RD_EXT : HDMI_I2CM_OPERATION_RD; 294 dwhdmi_write(sc, HDMI_I2CM_OPERATION, operation);
|
/src/sys/arch/sparc64/dev/ |
vdsk.c | 97 uint8_t operation; member in struct:vd_desc 1177 uint8_t operation; local in function:vdsk_submit_cmd 1191 operation = VD_OP_BREAD; 1199 operation = VD_OP_BWRITE; 1204 operation = VD_OP_FLUSH; 1266 sc->sc_vd->vd_desc[desc].operation = operation;
|
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
amdgpu_drm.h | 168 /** Type of operation */ 169 __u32 operation; member in struct:drm_amdgpu_bo_list_in 306 * perform any operation. 513 __u32 operation; member in struct:drm_amdgpu_gem_va
|
radeon_drm.h | 826 * perform any operation. 945 __u32 operation; member in struct:drm_radeon_gem_va
|
/src/sys/dev/i2o/ |
i2o.h | 577 u_int16_t operation; member in struct:i2o_param_op_all_template
|
/src/sys/dev/pci/ |
mlyreg.h | 345 * 14.3 Operation Device 576 /* other physical/controller/operation information */ 1024 u_int8_t operation:4; member in struct:mly_ioctl_param_subsystemdata
|
mpiireg.h | 920 u_int8_t operation; member in struct:mpii_msg_sas_oper_request 964 u_int8_t operation; member in struct:mpii_msg_sas_oper_reply 1604 u_int8_t operation; member in struct:mpii_evt_ir_status
|