Searched refs:headp (Results 1 – 5 of 5) sorted by relevance
| /mirbsd/src/lib/libncurses/src/ncurses/tinfo/ |
| D | comp_parse.c | 107 _nc_free_entries(ENTRY * headp) in _nc_free_entries() argument 111 _nc_free_entry(headp, &(headp->tterm)); in _nc_free_entries() 116 _nc_delink_entry(ENTRY * headp, TERMTYPE *tterm) in _nc_delink_entry() argument 121 for (last = 0, ep = headp; ep != 0; last = ep, ep = ep->next) { in _nc_delink_entry() 126 headp = ep->next; in _nc_delink_entry() 138 _nc_free_entry(ENTRY * headp, TERMTYPE *tterm) in _nc_free_entry() argument 143 if ((ep = _nc_delink_entry(headp, tterm)) != 0) { in _nc_free_entry()
|
| /mirbsd/src/usr.bin/vi/common/ |
| D | cut.c | 340 text_lfree(headp) in text_lfree() argument 341 TEXTH *headp; in text_lfree() 345 while ((tp = CIRCLEQ_FIRST(headp)) != CIRCLEQ_END(headp)) { 346 CIRCLEQ_REMOVE(headp, tp, q);
|
| /mirbsd/src/usr.sbin/makefs/cd9660/ |
| D | cd9660_eltorito.c | 355 *valid_entry, *default_entry, *temp, *head, **headp, *next; in cd9660_setup_boot() local 358 headp = NULL; in cd9660_setup_boot() 430 headp = &x86_head; in cd9660_setup_boot() 433 headp = &ppc_head; in cd9660_setup_boot() 436 headp = &mac_head; in cd9660_setup_boot() 444 if (*headp == NULL) { in cd9660_setup_boot() 453 *headp = head; in cd9660_setup_boot() 455 head = *headp; in cd9660_setup_boot()
|
| /mirbsd/src/sys/dev/usb/ |
| D | ohci.c | 2199 ohci_physaddr_t headp; in ohci_abort_xfer() local 2266 headp = le32toh(sed->ed.ed_headp) & OHCI_HEADMASK; in ohci_abort_xfer() 2269 hit |= headp == p->physaddr; in ohci_abort_xfer()
|
| /mirbsd/src/sys/netinet/ |
| D | tcp_input.c | 3649 syn_cache_lookup(src, dst, headp) argument 3652 struct syn_cache_head **headp; 3662 *headp = scp;
|