HomeSort by: relevance | last modified time | path
    Searched refs:sle (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 1014 synclogent_t *sle; local in function:ipf_sync_new
1110 sle = softs->synclog + softs->sl_idx++;
1111 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr,
1112 sizeof(sle->sle_hdr));
1113 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num);
1114 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len);
1116 bcopy((char *)ptr, (char *)&sle->sle_un, sz);
1118 ipf_sync_storder(1, &sle->sle_un.sleu_ips)
    [all...]
  /src/sys/dev/ic/
aic7xxx_inline.h 374 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle);
392 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle);
aic79xxvar.h 622 SLIST_ENTRY(scb) sle;
627 SLIST_ENTRY(scb) sle;
aic7xxxvar.h 682 SLIST_ENTRY(scb) sle;
aic7xxx.c 4372 next_scb, links.sle);
6225 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
6752 SLIST_FOREACH(scb, &ahc->scb_data->free_scbs, links.sle) {
7305 SLIST_REMOVE_HEAD(&lstate->accept_tios, sim_links.sle);
aic79xx.c 8207 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
9664 SLIST_REMOVE_HEAD(&lstate->accept_tios, sim_links.sle);

Completed in 29 milliseconds