Home
last modified time | relevance | path

Searched refs:inplace (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dcook.c160 register int inplace = 1; in _elf_cook() local
176 inplace = 0; in _elf_cook()
188 if (_elf32_ehdr(elf, inplace) != 0) in _elf_cook()
190 if (_elf32_phdr(elf, inplace) != 0) in _elf_cook()
192 if (_elf32_shdr(elf, inplace) != 0) in _elf_cook()
196 if (_elf64_ehdr(elf, inplace) != 0) in _elf_cook()
198 if (_elf64_phdr(elf, inplace) != 0) in _elf_cook()
200 if (_elf64_shdr(elf, inplace) != 0) in _elf_cook()
H A Dclscook.c213 _elf_ehdr(Elf * elf, int inplace) in _elf_ehdr() argument
223 if (inplace && (fsz >= sizeof (Ehdr))) { in _elf_ehdr()
289 _elf_phdr(Elf * elf, int inplace) in _elf_phdr() argument
315 if (inplace && fsz >= msz && eh->e_phoff % sizeof (ElfField) == 0) { in _elf_phdr()
348 _elf_shdr(Elf * elf, int inplace) in _elf_shdr() argument
400 if (inplace && (fsz >= msz) && in _elf_shdr()
/illumos-gate/usr/src/cmd/sed/
H A Dmain.c108 static const char *inplace; /* Inplace edit file extension. */ variable
135 inplace = NULL; in main()
146 inplace = optarg; in main()
148 inplace = ""; in main()
166 inplace = optarg; in main()
168 inplace = ""; in main()
333 if (inplace != NULL) in mf_fgets()
399 if (inplace != NULL) { in mf_fgets()
409 if (*inplace != '\0') { in mf_fgets()
412 len = strlcat(oldfname, inplace, in mf_fgets()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelDecrypt.c215 boolean_t inplace; in kernel_decrypt() local
252 inplace = (session_p->decrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; in kernel_decrypt()
254 if (ulEncryptedData < *pulDataLen && inplace) { in kernel_decrypt()
266 ((inplace && (pData != NULL)) || (pData == pEncryptedData)) && in kernel_decrypt()
355 boolean_t inplace; in C_DecryptUpdate() local
406 inplace = (session_p->decrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; in C_DecryptUpdate()
408 ((inplace && (pPart != NULL)) || (pPart == pEncryptedPart)) && in C_DecryptUpdate()
H A DkernelEncrypt.c197 boolean_t inplace; in C_Encrypt() local
262 inplace = (session_p->encrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; in C_Encrypt()
263 if (ulDataLen < *pulEncryptedDataLen && inplace) { in C_Encrypt()
275 ((inplace && (pEncryptedData != NULL)) || in C_Encrypt()
329 boolean_t inplace; in C_EncryptUpdate() local
380 inplace = (session_p->encrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; in C_EncryptUpdate()
382 ((inplace && (pEncryptedPart != NULL)) || in C_EncryptUpdate()
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c6441 boolean_t inplace; in dprov_cipher_mac_task() local
6448 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); in dprov_cipher_mac_task()
6449 if (inplace) { in dprov_cipher_mac_task()
6503 boolean_t inplace; in dprov_cipher_mac_task() local
6508 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); in dprov_cipher_mac_task()
6509 if (inplace) { in dprov_cipher_mac_task()
6583 boolean_t inplace; in dprov_cipher_mac_task() local
6588 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); in dprov_cipher_mac_task()
6589 if (inplace) { in dprov_cipher_mac_task()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Drelease.txt4687 argument structure inplace of large number of arguments.