/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/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/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/tests/lib/libc/sys/ |
t_ptrace_misc_wait.h | 30 user_va0_disable(int operation) 83 rv = ptrace(operation, child, (void *)0, 0); 97 #define USER_VA0_DISABLE(test, operation) \ 102 "Verify behavior of " #operation " with PC set to 0x0"); \ 108 user_va0_disable(operation); \
|
t_ptrace_bytetransfer_wait.h | 56 bytes_transfer(int operation, size_t size, enum bytes_transfer_type type) 113 io.piod_op = operation; 148 io.piod_op = operation; 165 switch (operation) { 175 switch (operation) { 205 /* Handle PIOD and PT separately as operation values overlap */ 208 switch (operation) { 218 switch (operation) { 288 switch (operation) { 298 switch (operation) { [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,
|
rf_paritylog.c | 261 RF_ParityRecordType_t operation, 284 common->operation = operation; 642 raidPtr->regionInfo[regionID].diskMap[i + diskCount].operation = log->records[i].operation; 810 log->records[logItem].operation = item->common->operation;
|
/src/common/dist/zlib/contrib/ada/ |
zlib-streams.ads | 66 -- If mode is In_Stream then Write operation is disabled. 67 -- If mode is Out_Stream then Read operation is disabled. 98 -- Buffer for Read operation. 101 -- could be processed during the read operation. 104 -- Buffer size for write operation. 107 -- processed in the write operation.
|
/src/sys/external/bsd/compiler_rt/dist/lib/profile/ |
WindowsMMap.h | 61 int flock(int fd, int operation);
|
WindowsMMap.c | 120 int flock(int fd, int operation)
|
/src/sys/arch/xen/xen/ |
xbdback_xenbus.c | 146 * For each I/O operation associated with one of those requests, an 1034 real_op = req->operation = reqn->operation; 1044 real_op = req->operation = req32->operation; 1054 real_op = req->operation = req64->operation; 1064 "resp_prod 0x%x id %" PRIu64 "\n", req->operation, 1069 switch (req->operation) { 1076 printf("%s: unknown ind operation %d\n" [all...] |
/src/sys/modules/radeondrm/ |
Makefile | 31 CWARNFLAGS.clang+= -Wno-error=bool-operation
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_gem.c | 637 args->operation = RADEON_VA_RESULT_ERROR; 647 args->operation = RADEON_VA_RESULT_ERROR; 656 args->operation = RADEON_VA_RESULT_ERROR; 668 args->operation = RADEON_VA_RESULT_ERROR; 672 switch (args->operation) { 677 dev_err(dev->dev, "unsupported operation %d\n", 678 args->operation); 679 args->operation = RADEON_VA_RESULT_ERROR; 685 args->operation = RADEON_VA_RESULT_ERROR; 691 args->operation = RADEON_VA_RESULT_ERROR [all...] |
/src/usr.bin/make/unit-tests/ |
cond-eof.mk | 14 # operation. Still, it is easy to avoid evaluating these expressions, just in
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_pm4_headers_diq.h | 242 enum _WAIT_REG_MEM_operation_enum operation:2;
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_gem.c | 519 * @operation: map, unmap or clear 527 uint32_t operation) 538 if (operation == AMDGPU_VA_OP_MAP || 539 operation == AMDGPU_VA_OP_REPLACE) { 626 switch (args->operation) { 633 dev_dbg(pci_dev_dev(dev->pdev), "unsupported operation %d\n", 634 args->operation); 640 if ((args->operation != AMDGPU_VA_OP_CLEAR) && 669 } else if (args->operation != AMDGPU_VA_OP_CLEAR) { 675 switch (args->operation) { [all...] |
/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/distrib/sets/ |
makesrctars | 26 -q quiet operation
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
imx27-phytec-phycore-som.dtsi | 96 /* SW1A and SW1B joined operation */ 104 /* SW2A and SW2B joined operation */
|
/src/sys/arch/m68k/060sp/dist/ |
changes | 52 of the operation. This has been corrected.
|
/src/sys/external/bsd/drm2/dist/drm/xen/ |
xen_drm_front_evtchnl.c | 51 switch (resp->operation) { 63 DRM_ERROR("Operation %d is not supported\n", 64 resp->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;
|