| /freebsd-12.1/sys/arm/freescale/vybrid/ |
| H A D | vf_nfc.c | 74 u_int addr_ptr; member 331 fcm->addr_ptr = 0; in vf_nand_send_command() 384 nand_debug(NDBG_DRV, "setting addr #%d to 0x%02x\n", fcm->addr_ptr, addr); in vf_nand_send_address() 390 if (fcm->addr_ptr < 2) in vf_nand_send_address() 391 fcm->col_addr_bits |= (addr << (fcm->addr_ptr * 8)); in vf_nand_send_address() 393 fcm->row_addr_bits |= (addr << ((fcm->addr_ptr - 2) * 8)); in vf_nand_send_address() 396 fcm->row_addr_bits |= (addr << (fcm->addr_ptr * 8)); in vf_nand_send_address() 398 fcm->addr_ptr += 1; in vf_nand_send_address()
|
| /freebsd-12.1/sys/rpc/ |
| H A D | rpcb_clnt.c | 1146 xdrres, resp, tout, addr_ptr) 1155 const struct netbuf *addr_ptr; /* Preallocated netbuf address */ 1184 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) { 1191 ((struct netbuf *) addr_ptr)->len = 0; 1194 if (na->len > addr_ptr->maxlen) { 1200 ((struct netbuf *) addr_ptr)->len = 0; 1203 memcpy(addr_ptr->buf, na->buf, (size_t)na->len); 1205 ((struct netbuf *)addr_ptr)->len = na->len;
|
| H A D | rpcb_prot.h | 397 char *addr_ptr; /* remote universal address */
|
| /freebsd-12.1/lib/libc/rpc/ |
| H A D | rpcb_clnt.c | 1110 const struct netbuf *addr_ptr) in rpcb_rmtcall() argument 1139 if ((stat == RPC_SUCCESS) && (addr_ptr != NULL)) { in rpcb_rmtcall() 1146 ((struct netbuf *) addr_ptr)->len = 0; in rpcb_rmtcall() 1149 if (na->len > addr_ptr->maxlen) { in rpcb_rmtcall() 1155 ((struct netbuf *) addr_ptr)->len = 0; in rpcb_rmtcall() 1158 memcpy(addr_ptr->buf, na->buf, (size_t)na->len); in rpcb_rmtcall() 1160 ((struct netbuf *)addr_ptr)->len = na->len; in rpcb_rmtcall()
|
| /freebsd-12.1/include/rpc/ |
| H A D | rpcb_prot.x | 459 % char *addr_ptr; /* remote universal address */
|
| /freebsd-12.1/sys/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman_tgec.h | 449 void fman_tgec_add_addr_in_paddr(struct tgec_regs *regs, uint8_t *addr_ptr);
|
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_asconf.c | 2706 caddr_t addr_ptr; in sctp_compose_asconf() local 2724 addr_ptr = (caddr_t)&((struct sockaddr_in6 *) in sctp_compose_asconf() 2735 addr_ptr = (caddr_t)&((struct sockaddr_in *) in sctp_compose_asconf() 2742 addr_ptr = NULL; in sctp_compose_asconf() 2746 memcpy(lookup->addr, addr_ptr, addr_size); in sctp_compose_asconf()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 1997 Address *addr_ptr = base_addr.get(); in ReadInstructions() local 1999 if (addr_ptr) { in ReadInstructions() 2006 target_sp->ReadMemory(*addr_ptr, prefer_file_cache, data.GetBytes(), in ReadInstructions() 2010 target_sp->GetArchitecture(), NULL, flavor_string, *addr_ptr, in ReadInstructions()
|
| /freebsd-12.1/sys/dev/drm2/i915/ |
| H A D | i915_drm.h | 460 __u64 addr_ptr; member
|
| H A D | i915_gem.c | 1415 args->addr_ptr = (uint64_t)addr; in i915_gem_mmap_ioctl()
|
| /freebsd-12.1/sys/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 358 struct sockaddr *addr_ptr; member 698 tb->addr_ptr = addr; in ta_prepare_add_radix() 728 rn = rnh->rnh_lookup(tb->addr_ptr, tb->mask_ptr, &rnh->rh); in ta_add_radix() 752 rn = rnh->rnh_addaddr(tb->addr_ptr, tb->mask_ptr, &rnh->rh,tb->ent_ptr); in ta_add_radix() 799 tb->addr_ptr = addr; in ta_prepare_del_radix() 823 rn = rnh->rnh_deladdr(tb->addr_ptr, tb->mask_ptr, &rnh->rh); in ta_del_radix()
|
| /freebsd-12.1/sys/dev/drm2/radeon/ |
| H A D | radeon_gem.c | 343 return radeon_mode_dumb_mmap(filp, dev, args->handle, &args->addr_ptr); in radeon_gem_mmap_ioctl()
|
| H A D | radeon_drm.h | 845 uint64_t addr_ptr; member
|
| /freebsd-12.1/lib/libc/net/ |
| H A D | getaddrinfo.c | 2192 struct addr_ptr { struct 2201 struct addr_ptr *addrs, addr; in addr4sort() argument 2213 if ((addrs = malloc(sizeof(struct addr_ptr) * naddrs)) == NULL) in addr4sort()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | ctrl_iface.c | 6536 u8 addr[ETH_ALEN], *addr_ptr, group_capab; in p2p_ctrl_peer() local 6548 addr_ptr = NULL; in p2p_ctrl_peer() 6553 addr_ptr = addr; in p2p_ctrl_peer() 6558 addr_ptr = addr; in p2p_ctrl_peer() 6562 info = p2p_get_peer_info(wpa_s->global->p2p, addr_ptr, next); in p2p_ctrl_peer()
|