Home
last modified time | relevance | path

Searched refs:hostp (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsmsm.c142 struct smsm_host *hostp; in smsm_update_bits() local
172 hostp = &smsm->hosts[host]; in smsm_update_bits()
175 if (val & changes && hostp->ipc_regmap) { in smsm_update_bits()
176 regmap_write(hostp->ipc_regmap, in smsm_update_bits()
177 hostp->ipc_offset, in smsm_update_bits()
178 BIT(hostp->ipc_bit)); in smsm_update_bits()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-netkit/netkit-telnet/files/
H A DTo-aviod-buffer-overflow-in-telnet.patch146 char *hostp = NULL;
199 if (hostp == 0) {
201 hostp = strdup(*argv++);
203 if (hostp == 0)
206 + resolv_hostp = hostp;
209 if (hostp[0] == '@' || hostp[0] == '!') {
210 if ((hostname = strrchr(hostp, ':')) == NULL)
224 - if (inet_aton(hostp, &sn.sin_addr)) {
226 - strcpy(_hostname, hostp);
230 - host = gethostbyname(hostp);
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/
H A DCVE-2022-27775.patch25 *hostp = hostname;
/OK3568_Linux_fs/kernel/fs/lockd/
H A Dsvcproc.c53 struct nlm_host **hostp, struct nlm_file **filp) in nlmsvc_retrieve_args() argument
68 *hostp = host; in nlmsvc_retrieve_args()
H A Dsvc4proc.c24 struct nlm_host **hostp, struct nlm_file **filp) in nlm4svc_retrieve_args() argument
39 *hostp = host; in nlm4svc_retrieve_args()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-probe.c1536 unsigned int n_ports, struct ide_host **hostp) in ide_host_add() argument
1551 if (hostp) in ide_host_add()
1552 *hostp = host; in ide_host_add()