Searched refs:lep (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | cm.c | 124 add_ep_to_listenlist(struct c4iw_listen_ep *lep); 125 static int rem_ep_from_listenlist(struct c4iw_listen_ep *lep); 259 add_ep_to_listenlist(struct c4iw_listen_ep *lep) in add_ep_to_listenlist() argument 263 struct sockaddr_storage *laddr = &lep->com.local_addr; in add_ep_to_listenlist() 284 list_add_tail(&lep->listen_ep_list, &port_info->lep_list); in add_ep_to_listenlist() 290 rem_ep_from_listenlist(struct c4iw_listen_ep *lep) in rem_ep_from_listenlist() argument 294 struct sockaddr_storage *laddr = &lep->com.local_addr; in rem_ep_from_listenlist() 309 list_del(&lep->listen_ep_list); in rem_ep_from_listenlist() 331 struct c4iw_listen_ep *lep = NULL; in find_real_listen_ep() local 373 list_for_each_entry(lep, &port_info->lep_list, listen_ep_list) { in find_real_listen_ep() [all …]
|
/freebsd/sbin/mount_fusefs/ |
H A D | mount_fusefs.c | 355 char *ndevbas, *lep; in main() local 368 strtol(ndevbas + 4, &lep, 10); in main() 369 if (*lep != '\0') in main()
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | UnwindInfoSection.cpp | 686 auto *lep = in writeTo() local 690 lep->lsdaOffset = cu.lsda->getVA(/*off=*/0) - in.header->addr; in writeTo() 691 lep->functionOffset = cu.functionAddress - in.header->addr; in writeTo() 692 lep++; in writeTo() 696 auto *pp = reinterpret_cast<uint32_t *>(lep); in writeTo()
|
/freebsd/sbin/restore/ |
H A D | symtab.c | 523 struct entry *baseep, *lep; in initsymtable() local 591 lep = (struct entry *)entry; in initsymtable() 597 for (ep = &baseep[1]; ep < lep; ep++) { in initsymtable()
|
/freebsd/sys/netgraph/bluetooth/hci/ |
H A D | ng_hci_evnt.c | 584 ng_hci_le_ep *lep; in le_event() 586 NG_HCI_M_PULLUP(event, sizeof(*lep)); in le_event() 590 lep = mtod(event, ng_hci_le_ep *); in le_event() 591 m_adj(event, sizeof(*lep)); in le_event() 592 switch(lep->subevent_code){ in le_event() 582 ng_hci_le_ep *lep; le_event() local
|
/freebsd/contrib/less/ |
H A D | search.c | 1037 constant char *lep = sp[0]; in search_pos() 1047 create_hilites(linepos, line, lep, sp[i], in search_pos() 1051 lep = ep[i]; in search_pos() 1054 create_hilites(linepos, line, lep, ep[0], in search_pos() 945 char *lep = sp[0]; hilite_line() local
|
/freebsd/sys/netinet/ |
H A D | sctputil.c | 6780 struct sctp_inpcb *lep; in sctp_bindx_add_address() local 6864 lep = sctp_pcb_findep(addr_to_use, 1, 0, vrf_id); in sctp_bindx_add_address() 6865 if (lep == NULL) { in sctp_bindx_add_address() 6870 if (lep != inp) { in sctp_bindx_add_address() 6873 SCTP_INP_DECR_REF(lep); in sctp_bindx_add_address()
|