Searched refs:tmpdata (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/nxge/
H A Dif_nxge.c1526 xge_register_t tmpdata; local
1533 error = copyin(ifr_data_get_ptr(ifreqp), &tmpdata, sizeof(tmpdata));
1536 data = &tmpdata;
/freebsd-11-stable/sys/geom/journal/
H A Dg_journal.c804 u_char *tmpdata; local
933 tmpdata = NULL;
935 tmpdata = cbp->bio_data + nend - cstart;
937 cbp->bio_joffset + nend - cstart, tmpdata, flags);
970 tmpdata = cbp->bio_data;
971 if (tmpdata != NULL) {
975 bcopy(tmpdata + nend - cstart,
978 gj_free(tmpdata, cend - cstart);

Completed in 134 milliseconds