Searched refs:upos (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | p2p_supplicant_sd.c | 32 static int p2p_sd_dns_uncompress_label(char **upos, char *uend, u8 *start, in p2p_sd_dns_uncompress_label() argument 66 return p2p_sd_dns_uncompress_label(upos, uend, start, in p2p_sd_dns_uncompress_label() 84 if (len + 2 > uend - *upos) in p2p_sd_dns_uncompress_label() 87 os_memcpy(*upos, *spos, len); in p2p_sd_dns_uncompress_label() 89 *upos += len; in p2p_sd_dns_uncompress_label() 90 (*upos)[0] = '.'; in p2p_sd_dns_uncompress_label() 91 (*upos)++; in p2p_sd_dns_uncompress_label() 92 (*upos)[0] = '\0'; in p2p_sd_dns_uncompress_label() 109 char *upos, *uend; in p2p_sd_dns_uncompress() local 128 upos = buf; in p2p_sd_dns_uncompress() [all …]
|
| /dragonfly/sys/vm/ |
| HD | vm_mmap.c | 122 int uprot, int uflags, int fd, off_t upos, void **res) in kern_mmap() argument 143 pos = upos; in kern_mmap() 395 off_t upos = uap->pos; in sys_mmap() local 419 upos = 0; in sys_mmap() 424 uap->fd, upos, &sysmsg->sysmsg_resultp); in sys_mmap()
|