Searched refs:dsts (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/external/bsd/dwc2/dist/ |
H A D | dwc2_coreintr.c | 430 u32 dsts; in dwc2_handle_usb_suspend_intr() local 443 dsts = DWC2_READ_4(hsotg, DSTS); in dwc2_handle_usb_suspend_intr() 444 dev_dbg(hsotg->dev, "DSTS=0x%0x\n", dsts); in dwc2_handle_usb_suspend_intr() 447 !!(dsts & DSTS_SUSPSTS), in dwc2_handle_usb_suspend_intr() 449 if ((dsts & DSTS_SUSPSTS) && hsotg->hw_params.power_optimized) { in dwc2_handle_usb_suspend_intr()
|
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/ |
H A D | parse.y | 971 struct addrinfo *srcs, int splen, struct addrinfo *dsts, int dplen) in setkeymsg_spdaddr() argument 989 if (!srcs || !dsts) in setkeymsg_spdaddr() 1004 for (d = dsts; d; d = d->ai_next) { in setkeymsg_spdaddr() 1152 struct addrinfo *dsts, int no_spi) in setkeymsg_addr() argument 1168 if (!srcs || !dsts) in setkeymsg_addr() 1204 for (d = dsts; d; d = d->ai_next) { in setkeymsg_addr() 1294 struct addrinfo *dsts) in setkeymsg_add() argument 1310 if (!srcs || !dsts) in setkeymsg_add() 1487 for (d = dsts; d; d = d->ai_next) { in setkeymsg_add()
|
H A D | setkey.c | 467 struct addrinfo *dsts, int *num_spi) in sendkeymsg_spigrep() argument 585 for (a = dsts; a; a = a->ai_next) in sendkeymsg_spigrep()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | GCOV.cpp | 366 for (GCOVArc *e : v.dsts()) in propagateCounts() 917 for (const GCOVArc *arc : Block.dsts()) in printBranchInfo() 919 for (const GCOVArc *arc : Block.dsts()) in printBranchInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | GCOV.h | 288 iterator_range<EdgeIterator> dsts() const { in dsts() function
|
/netbsd-src/external/mpl/dhcp/dist/keama/ |
H A D | confparse.c | 2073 struct element *dsts; in relocate_pools() local 2096 dsts = mapGet(subnet, "pools"); in relocate_pools() 2097 if (dsts == NULL) { in relocate_pools() 2098 dsts = createList(); in relocate_pools() 2099 mapSet(subnet, dsts, "pools"); in relocate_pools() 2101 listPush(dsts, pool); in relocate_pools()
|