Searched defs:inplace (Results 1 - 8 of 8) sorted by relevance
| /illumos-gate/usr/src/cmd/sgs/libelf/common/ |
| H A D | cook.c | 166 register int inplace = 1; local 182 inplace = 0; 194 if (_elf32_ehdr(elf, inplace) != 0) 196 if (_elf32_phdr(elf, inplace) != 0) 198 if (_elf32_shdr(elf, inplace) != 0) 202 if (_elf64_ehdr(elf, inplace) != 0) 204 if (_elf64_phdr(elf, inplace) != 0) 206 if (_elf64_shdr(elf, inplace) != 0)
|
| H A D | clscook.c | 219 _elf_ehdr(Elf * elf, int inplace) argument 230 if (inplace && (fsz >= sizeof (Ehdr))) { 296 _elf_phdr(Elf * elf, int inplace) argument 323 if (inplace && fsz >= msz && eh->e_phoff % sizeof (ElfField) == 0) { 356 _elf_shdr(Elf * elf, int inplace) argument 409 if (inplace && (fsz >= msz) &&
|
| /illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
| H A D | kernelEncrypt.c | 174 boolean_t inplace; local 235 inplace = (session_p->encrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; 236 if (ulDataLen < *pulEncryptedDataLen && inplace) { 248 ((inplace && (pEncryptedData != NULL)) || 302 boolean_t inplace; local 353 inplace = (session_p->encrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; 355 ((inplace && (pEncryptedPart != NULL)) ||
|
| H A D | kernelDecrypt.c | 193 boolean_t inplace; local 230 inplace = (session_p->decrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; 232 if (ulEncryptedData < *pulDataLen && inplace) { 244 ((inplace && (pData != NULL)) || (pData == pEncryptedData)) && 333 boolean_t inplace; local 384 inplace = (session_p->decrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; 386 ((inplace && (pPart != NULL)) || (pPart == pEncryptedPart)) &&
|
| /illumos-gate/usr/src/cmd/lvm/rpc.metad/ |
| H A D | metad_init.c | 60 char *inplace = NULL; local 93 inplace = strdup(hostname); 107 sdssc_cm_nm2nid(inplace); 108 if (strcmp(inplace, hostname)) { 116 * sdssc_cm_nm2nid is a noop which leaves inplace 126 if (inplace) 127 free(inplace);
|
| /illumos-gate/usr/src/cmd/lvm/rpc.metamedd/ |
| H A D | med_init.c | 177 char *inplace = NULL; local 210 inplace = strdup(hostname); 211 sdssc_cm_nm2nid(inplace); 212 if (strcmp(inplace, hostname)) { 220 * sdssc_cm_nm2nid is a noop which leaves inplace 247 if (inplace) 248 free(inplace);
|
| /illumos-gate/usr/src/cmd/sed/ |
| H A D | main.c | 96 static int ispan; /* Whether inplace editing spans across files */ 107 static const char *inplace; /* Inplace edit file extension. */ variable 134 inplace = NULL; 145 inplace = optarg; 147 inplace = ""; 165 inplace = optarg; 167 inplace = ""; 330 if (inplace != NULL) 396 if (inplace != NULL) { 406 if (*inplace ! [all...] |
| /illumos-gate/usr/src/uts/common/crypto/io/ |
| H A D | dprov.c | 6415 boolean_t inplace; local 6422 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); 6423 if (inplace) { 6477 boolean_t inplace; local 6482 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); 6483 if (inplace) { 6557 boolean_t inplace; local 6562 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); 6563 if (inplace) {
|
Completed in 121 milliseconds