sbuf 91 arch/i386/stand/pxeboot/net.c void *sbuf, size_t ssize,
sbuf 113 arch/i386/stand/pxeboot/net.c cc = (*sproc)(d, sbuf, ssize);
sbuf 670 compat/hpux/hpux_compat.c struct hpux_shmid_ds sbuf;
sbuf 691 compat/hpux/hpux_compat.c sbuf.shm_perm.uid = shp->shm_perm.uid;
sbuf 692 compat/hpux/hpux_compat.c sbuf.shm_perm.gid = shp->shm_perm.gid;
sbuf 693 compat/hpux/hpux_compat.c sbuf.shm_perm.cuid = shp->shm_perm.cuid;
sbuf 694 compat/hpux/hpux_compat.c sbuf.shm_perm.cgid = shp->shm_perm.cgid;
sbuf 695 compat/hpux/hpux_compat.c sbuf.shm_perm.mode = shp->shm_perm.mode;
sbuf 696 compat/hpux/hpux_compat.c sbuf.shm_perm.seq = shp->shm_perm.seq;
sbuf 697 compat/hpux/hpux_compat.c sbuf.shm_perm.key = shp->shm_perm.key;
sbuf 698 compat/hpux/hpux_compat.c sbuf.shm_segsz = shp->shm_segsz;
sbuf 699 compat/hpux/hpux_compat.c sbuf.shm_ptbl = shp->shm_internal; /* XXX */
sbuf 700 compat/hpux/hpux_compat.c sbuf.shm_lpid = shp->shm_lpid;
sbuf 701 compat/hpux/hpux_compat.c sbuf.shm_cpid = shp->shm_cpid;
sbuf 702 compat/hpux/hpux_compat.c sbuf.shm_nattch = shp->shm_nattch;
sbuf 703 compat/hpux/hpux_compat.c sbuf.shm_cnattch = shp->shm_nattch; /* XXX */
sbuf 704 compat/hpux/hpux_compat.c sbuf.shm_atime = shp->shm_atime;
sbuf 705 compat/hpux/hpux_compat.c sbuf.shm_dtime = shp->shm_dtime;
sbuf 706 compat/hpux/hpux_compat.c sbuf.shm_ctime = shp->shm_ctime;
sbuf 707 compat/hpux/hpux_compat.c error = copyout((caddr_t)&sbuf, SCARG(uap, buf),
sbuf 708 compat/hpux/hpux_compat.c sizeof sbuf);
sbuf 719 compat/hpux/hpux_compat.c error = copyin(SCARG(uap, buf), (caddr_t)&sbuf, sizeof sbuf);
sbuf 721 compat/hpux/hpux_compat.c shp->shm_perm.uid = sbuf.shm_perm.uid;
sbuf 722 compat/hpux/hpux_compat.c shp->shm_perm.gid = sbuf.shm_perm.gid;
sbuf 724 compat/hpux/hpux_compat.c | (sbuf.shm_perm.mode & 0777);
sbuf 429 dev/isa/gus.c u_short *sbuf = buf;
sbuf 434 dev/isa/gus.c dei[i] = sbuf[i*2+1];
sbuf 435 dev/isa/gus.c sbuf[i+1] = sbuf[i*2+2];
sbuf 447 dev/isa/gus.c bcopy(dei, &sbuf[size/2], i * sizeof(short));
sbuf 450 dev/isa/gus.c u_char *sbuf = buf;
sbuf 452 dev/isa/gus.c dei[i] = sbuf[i*2+1];
sbuf 453 dev/isa/gus.c sbuf[i+1] = sbuf[i*2+2];
sbuf 455 dev/isa/gus.c bcopy(dei, &sbuf[size/2], i);
sbuf 325 dev/pci/if_ipw.c struct ipw_soft_buf *sbuf;
sbuf 465 dev/pci/if_ipw.c sbuf = &sc->tx_sbuf_list[i];
sbuf 467 dev/pci/if_ipw.c MCLBYTES, 0, BUS_DMA_NOWAIT, &sbuf->map);
sbuf 473 dev/pci/if_ipw.c SLIST_INSERT_HEAD(&sc->free_sbuf, sbuf, next);
sbuf 490 dev/pci/if_ipw.c sbuf = &sc->rx_sbuf_list[i];
sbuf 493 dev/pci/if_ipw.c MGETHDR(sbuf->m, M_DONTWAIT, MT_DATA);
sbuf 494 dev/pci/if_ipw.c if (sbuf->m == NULL) {
sbuf 501 dev/pci/if_ipw.c MCLGET(sbuf->m, M_DONTWAIT);
sbuf 502 dev/pci/if_ipw.c if (!(sbuf->m->m_flags & M_EXT)) {
sbuf 503 dev/pci/if_ipw.c m_freem(sbuf->m);
sbuf 511 dev/pci/if_ipw.c 0, BUS_DMA_NOWAIT, &sbuf->map);
sbuf 518 dev/pci/if_ipw.c error = bus_dmamap_load(sc->sc_dmat, sbuf->map,
sbuf 519 dev/pci/if_ipw.c mtod(sbuf->m, void *), MCLBYTES, NULL, BUS_DMA_NOWAIT);
sbuf 527 dev/pci/if_ipw.c sbd->priv = sbuf;
sbuf 528 dev/pci/if_ipw.c sbd->bd->physaddr = htole32(sbuf->map->dm_segs[0].ds_addr);
sbuf 544 dev/pci/if_ipw.c struct ipw_soft_buf *sbuf;
sbuf 587 dev/pci/if_ipw.c sbuf = &sc->rx_sbuf_list[i];
sbuf 588 dev/pci/if_ipw.c if (sbuf->map != NULL) {
sbuf 589 dev/pci/if_ipw.c if (sbuf->m != NULL) {
sbuf 590 dev/pci/if_ipw.c bus_dmamap_unload(sc->sc_dmat, sbuf->map);
sbuf 591 dev/pci/if_ipw.c m_freem(sbuf->m);
sbuf 593 dev/pci/if_ipw.c bus_dmamap_destroy(sc->sc_dmat, sbuf->map);
sbuf 757 dev/pci/if_ipw.c ipw_command_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
sbuf 761 dev/pci/if_ipw.c bus_dmamap_sync(sc->sc_dmat, sbuf->map, 0, sizeof (struct ipw_cmd),
sbuf 764 dev/pci/if_ipw.c cmd = mtod(sbuf->m, struct ipw_cmd *);
sbuf 774 dev/pci/if_ipw.c ipw_newstate_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
sbuf 780 dev/pci/if_ipw.c bus_dmamap_sync(sc->sc_dmat, sbuf->map, 0, sizeof state,
sbuf 783 dev/pci/if_ipw.c state = letoh32(*mtod(sbuf->m, uint32_t *));
sbuf 817 dev/pci/if_ipw.c struct ipw_soft_bd *sbd, struct ipw_soft_buf *sbuf)
sbuf 847 dev/pci/if_ipw.c bus_dmamap_sync(sc->sc_dmat, sbuf->map, 0, letoh32(status->len),
sbuf 849 dev/pci/if_ipw.c bus_dmamap_unload(sc->sc_dmat, sbuf->map);
sbuf 851 dev/pci/if_ipw.c error = bus_dmamap_load(sc->sc_dmat, sbuf->map, mtod(mnew, void *),
sbuf 857 dev/pci/if_ipw.c error = bus_dmamap_load(sc->sc_dmat, sbuf->map,
sbuf 858 dev/pci/if_ipw.c mtod(sbuf->m, void *), MCLBYTES, NULL, BUS_DMA_NOWAIT);
sbuf 868 dev/pci/if_ipw.c m = sbuf->m;
sbuf 869 dev/pci/if_ipw.c sbuf->m = mnew;
sbuf 870 dev/pci/if_ipw.c sbd->bd->physaddr = htole32(sbuf->map->dm_segs[0].ds_addr);
sbuf 907 dev/pci/if_ipw.c ipw_notification_intr(struct ipw_softc *sc, struct ipw_soft_buf *sbuf)
sbuf 917 dev/pci/if_ipw.c struct ipw_soft_buf *sbuf;
sbuf 934 dev/pci/if_ipw.c sbuf = sbd->priv;
sbuf 938 dev/pci/if_ipw.c ipw_command_intr(sc, sbuf);
sbuf 942 dev/pci/if_ipw.c ipw_newstate_intr(sc, sbuf);
sbuf 947 dev/pci/if_ipw.c ipw_data_intr(sc, status, sbd, sbuf);
sbuf 951 dev/pci/if_ipw.c ipw_notification_intr(sc, sbuf);
sbuf 975 dev/pci/if_ipw.c struct ipw_soft_buf *sbuf;
sbuf 989 dev/pci/if_ipw.c sbuf = sbd->priv;
sbuf 990 dev/pci/if_ipw.c bus_dmamap_unload(sc->sc_dmat, sbuf->map);
sbuf 991 dev/pci/if_ipw.c SLIST_INSERT_HEAD(&sc->free_sbuf, sbuf, next);
sbuf 993 dev/pci/if_ipw.c m_freem(sbuf->m);
sbuf 995 dev/pci/if_ipw.c if (sbuf->ni != NULL)
sbuf 996 dev/pci/if_ipw.c ieee80211_release_node(ic, sbuf->ni);
sbuf 1127 dev/pci/if_ipw.c struct ipw_soft_buf *sbuf;
sbuf 1162 dev/pci/if_ipw.c sbuf = SLIST_FIRST(&sc->free_sbuf);
sbuf 1180 dev/pci/if_ipw.c error = bus_dmamap_load_mbuf(sc->sc_dmat, sbuf->map, m, BUS_DMA_NOWAIT);
sbuf 1211 dev/pci/if_ipw.c error = bus_dmamap_load_mbuf(sc->sc_dmat, sbuf->map, m,
sbuf 1226 dev/pci/if_ipw.c bus_dmamap_unload(sc->sc_dmat, sbuf->map);
sbuf 1239 dev/pci/if_ipw.c sbd->bd->nfrag = 1 + sbuf->map->dm_nsegs;
sbuf 1255 dev/pci/if_ipw.c sbuf->m = m;
sbuf 1256 dev/pci/if_ipw.c sbuf->ni = ni;
sbuf 1258 dev/pci/if_ipw.c for (i = 0; i < sbuf->map->dm_nsegs; i++) {
sbuf 1260 dev/pci/if_ipw.c sbd->bd->physaddr = htole32(sbuf->map->dm_segs[i].ds_addr);
sbuf 1261 dev/pci/if_ipw.c sbd->bd->len = htole32(sbuf->map->dm_segs[i].ds_len);
sbuf 1264 dev/pci/if_ipw.c if (i == sbuf->map->dm_nsegs - 1) {
sbuf 1266 dev/pci/if_ipw.c sbd->priv = sbuf;
sbuf 1274 dev/pci/if_ipw.c sbuf->map->dm_segs[i].ds_len));
sbuf 1284 dev/pci/if_ipw.c bus_dmamap_sync(sc->sc_dmat, sbuf->map, 0, sbuf->map->dm_mapsize,
sbuf 813 dev/usb/ehci.c char sbuf[128];
sbuf 817 dev/usb/ehci.c "\3MISSED\2SPLIT\1PING", sbuf, sizeof(sbuf));
sbuf 824 dev/usb/ehci.c sbuf));
sbuf 1254 dev/usb/ehci.c char sbuf[128];
sbuf 1262 dev/usb/ehci.c sbuf, sizeof(sbuf));
sbuf 1267 dev/usb/ehci.c EHCI_QTD_GET_PID(s), sbuf);
sbuf 1942 dev/usb/ohci.c char sbuf[128];
sbuf 1946 dev/usb/ohci.c sbuf, sizeof(sbuf));
sbuf 1950 dev/usb/ohci.c std, (u_long)std->physaddr, sbuf,
sbuf 1990 dev/usb/ohci.c char sbuf[128], sbuf2[128];
sbuf 1994 dev/usb/ohci.c sbuf, sizeof(sbuf));
sbuf 2003 dev/usb/ohci.c OHCI_ED_GET_MAXP(letoh32(sed->ed.ed_flags)), sbuf,
sbuf 764 dev/usb/uhci.c char sbuf[128], sbuf2[128];
sbuf 775 dev/usb/uhci.c sbuf, sizeof(sbuf));
sbuf 782 dev/usb/uhci.c "D=%d,maxlen=%d\n", sbuf, sbuf2,
sbuf 1426 dev/usb/uhci.c char sbuf[128];
sbuf 1431 dev/usb/uhci.c sbuf, sizeof(sbuf));
sbuf 1438 dev/usb/uhci.c sbuf));
sbuf 658 kern/subr_prf.c if ((vp != NULL) && (sbuf == tailp)) { \
sbuf 662 kern/subr_prf.c *sbuf++ = chr; \
sbuf 669 kern/subr_prf.c kprintf(const char *fmt0, int oflags, void *vp, char *sbuf, va_list ap)
sbuf 1117 kern/subr_prf.c *(char **)vp = sbuf;
sbuf 265 kern/sysv_sem.c struct semid_ds sbuf;
sbuf 295 kern/sysv_sem.c if ((error = ds_copyin(arg->buf, &sbuf, sizeof(sbuf))) != 0)
sbuf 297 kern/sysv_sem.c semaptr->sem_perm.uid = sbuf.sem_perm.uid;
sbuf 298 kern/sysv_sem.c semaptr->sem_perm.gid = sbuf.sem_perm.gid;
sbuf 300 kern/sysv_sem.c (sbuf.sem_perm.mode & 0777);
sbuf 273 lib/libsa/net.c void *sbuf, size_t ssize,
sbuf 295 lib/libsa/net.c cc = (*sproc)(d, sbuf, ssize);
sbuf 47 lib/libsa/snprintf.c static char *sbuf, *sbuf_end;
sbuf 53 lib/libsa/snprintf.c if (sbuf < sbuf_end)
sbuf 54 lib/libsa/snprintf.c *sbuf = c;
sbuf 55 lib/libsa/snprintf.c sbuf++;
sbuf 63 lib/libsa/snprintf.c sbuf = buf;
sbuf 65 lib/libsa/snprintf.c sbuf_end = sbuf + len;
sbuf 70 lib/libsa/snprintf.c if (sbuf < sbuf_end)
sbuf 71 lib/libsa/snprintf.c *sbuf = '\0';
sbuf 75 lib/libsa/snprintf.c return sbuf - buf;