Searched refs:ifsp (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/bin/sh/ |
| D | expand.c | 203 struct ifsregion *ifsp; in expandarg() local 205 ifsp = ifsfirst.next->next; in expandarg() 207 ifsfirst.next = ifsp; in expandarg() 371 struct ifsregion *ifsp; in removerecordregions() local 373 ifsp = ifsfirst.next->next; in removerecordregions() 375 ifsfirst.next = ifsp; in removerecordregions() 391 struct ifsregion *ifsp; in removerecordregions() local 393 ifsp = ifslastp->next->next; in removerecordregions() 395 ifslastp->next = ifsp; in removerecordregions() 987 struct ifsregion *ifsp; in recordregion() local [all …]
|
| /freebsd-9-stable/contrib/ipfilter/tools/ |
| D | ipfstat.c | 1631 static void showfrstates(ifsp, ticks) in showfrstates() argument 1632 ipfrstat_t *ifsp; in showfrstates() 1642 ifsp->ifs_new, ifsp->ifs_expire, ifsp->ifs_hits); 1644 ifsp->ifs_retrans0, ifsp->ifs_short); 1646 ifsp->ifs_nomem, ifsp->ifs_exists); 1647 PRINTF("\t%lu inuse\n", ifsp->ifs_inuse); 1651 if (kmemcpy((char *)ipfrtab, (u_long)ifsp->ifs_table, 1683 if (kmemcpy((char *)ipfrtab, (u_long)ifsp->ifs_nattab,
|
| /freebsd-9-stable/contrib/ntp/ntpd/ |
| D | ntp_request.c | 2676 struct info_if_stats **ifsp = (struct info_if_stats **)data; in fill_info_if_stats() local 2677 struct info_if_stats *ifs = *ifsp; in fill_info_if_stats() 2716 *ifsp = (struct info_if_stats *)more_pkt(); in fill_info_if_stats()
|