Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sgs/libelf/common/
H A Dcook.c166 register int inplace = 1; in _elf_cook()
182 inplace = 0; in _elf_cook()
194 if (_elf32_ehdr(elf, inplace) != 0) in _elf_cook()
196 if (_elf32_phdr(elf, inplace) != 0) in _elf_cook()
198 if (_elf32_shdr(elf, inplace) != 0) in _elf_cook()
202 if (_elf64_ehdr(elf, inplace) != 0) in _elf_cook()
204 if (_elf64_phdr(elf, inplace) != 0) in _elf_cook()
206 if (_elf64_shdr(elf, inplace) != 0) in _elf_cook()
H A Dclscook.c219 _elf_ehdr(Elf * elf, int inplace) in _elf_ehdr() argument
230 if (inplace && (fsz >= sizeof (Ehdr))) { in _elf_ehdr()
296 _elf_phdr(Elf * elf, int inplace) in _elf_phdr() argument
323 if (inplace && fsz >= msz && eh->e_phoff % sizeof (ElfField) == 0) { in _elf_phdr()
356 _elf_shdr(Elf * elf, int inplace) in _elf_shdr() argument
409 if (inplace && (fsz >= msz) && in _elf_shdr()
/titanic_41/usr/src/cmd/sed/
H A Dmain.c107 static const char *inplace; /* Inplace edit file extension. */ variable
134 inplace = NULL; in main()
145 inplace = optarg; in main()
147 inplace = ""; in main()
165 inplace = optarg; in main()
167 inplace = ""; in main()
330 if (inplace != NULL) in mf_fgets()
396 if (inplace != NULL) { in mf_fgets()
406 if (*inplace != '\0') { in mf_fgets()
409 len = strlcat(oldfname, inplace, in mf_fgets()
[all …]
/titanic_41/usr/src/cmd/lvm/rpc.metad/
H A Dmetad_init.c60 char *inplace = NULL; in check_host() local
93 inplace = strdup(hostname); in check_host()
107 sdssc_cm_nm2nid(inplace); in check_host()
108 if (strcmp(inplace, hostname)) { in check_host()
126 if (inplace) in check_host()
127 free(inplace); in check_host()
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_init.c177 char *inplace = NULL; in check_host() local
210 inplace = strdup(hostname); in check_host()
211 sdssc_cm_nm2nid(inplace); in check_host()
212 if (strcmp(inplace, hostname)) { in check_host()
247 if (inplace) in check_host()
248 free(inplace); in check_host()
/titanic_41/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelEncrypt.c174 boolean_t inplace; in C_Encrypt() local
235 inplace = (session_p->encrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; in C_Encrypt()
236 if (ulDataLen < *pulEncryptedDataLen && inplace) { in C_Encrypt()
248 ((inplace && (pEncryptedData != NULL)) || in C_Encrypt()
302 boolean_t inplace; in C_EncryptUpdate() local
353 inplace = (session_p->encrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; in C_EncryptUpdate()
355 ((inplace && (pEncryptedPart != NULL)) || in C_EncryptUpdate()
H A DkernelDecrypt.c193 boolean_t inplace; in kernel_decrypt() local
230 inplace = (session_p->decrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; in kernel_decrypt()
232 if (ulEncryptedData < *pulDataLen && inplace) { in kernel_decrypt()
244 ((inplace && (pData != NULL)) || (pData == pEncryptedData)) && in kernel_decrypt()
333 boolean_t inplace; in C_DecryptUpdate() local
384 inplace = (session_p->decrypt.flags & CRYPTO_OPERATION_INPLACE_OK) != 0; in C_DecryptUpdate()
386 ((inplace && (pPart != NULL)) || (pPart == pEncryptedPart)) && in C_DecryptUpdate()
/titanic_41/usr/src/cmd/ssh/ssh-keygen/
H A Dssh-keygen.c549 int c, i, skip = 0, inplace = 0, num = 0, invalid = 0, has_unhashed = 0; in do_known_hosts() local
580 inplace = 1; in do_known_hosts()
602 if (inplace) in do_known_hosts()
686 if (inplace) { in do_known_hosts()
695 if (inplace) { in do_known_hosts()
/titanic_41/usr/src/uts/common/crypto/io/
H A Ddprov.c6415 boolean_t inplace; in dprov_cipher_mac_task() local
6422 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); in dprov_cipher_mac_task()
6423 if (inplace) { in dprov_cipher_mac_task()
6477 boolean_t inplace; in dprov_cipher_mac_task() local
6482 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); in dprov_cipher_mac_task()
6483 if (inplace) { in dprov_cipher_mac_task()
6557 boolean_t inplace; in dprov_cipher_mac_task() local
6562 inplace = (taskq_req->dr_cipher_mac_req.mr_data == NULL); in dprov_cipher_mac_task()
6563 if (inplace) { in dprov_cipher_mac_task()