Lines Matching refs:bcopy

322 	bcopy(malinit, bp, sizeof (malinit));  in genasm_malinit()
324 bcopy(&addr, bp + PTC_MALINIT_JOUT, sizeof (addr)); in genasm_malinit()
325 bcopy(&csize, bp + PTC_MALINIT_MCS, sizeof (csize)); in genasm_malinit()
327 bcopy(&addr, bp + PTC_MALINIT_JOV, sizeof (addr)); in genasm_malinit()
328 bcopy(&off, bp + PTC_MALINIT_SOFF, sizeof (off)); in genasm_malinit()
338 bcopy(freeinit, bp, sizeof (freeinit)); in genasm_frinit()
340 bcopy(&addr, bp + PTC_FRINI_JDONE, sizeof (addr)); in genasm_frinit()
342 bcopy(&addr, bp + PTC_FRINI_JFREE, sizeof (addr)); in genasm_frinit()
343 bcopy(&mc, bp + PTC_FRINI_MCS, sizeof (mc)); in genasm_frinit()
345 bcopy(&addr, bp + PTC_FRINI_JOV, sizeof (addr)); in genasm_frinit()
346 bcopy(&off, bp + PTC_FRINI_SOFF, sizeof (off)); in genasm_frinit()
360 bcopy(inicache, bp, sizeof (inicache)); in genasm_firstcache()
361 bcopy(&csize, bp + PTC_INICACHE_CMP, sizeof (csize)); in genasm_firstcache()
362 bcopy(&csize, bp + PTC_INICACHE_SIZE, sizeof (csize)); in genasm_firstcache()
365 bcopy(&addr, bp + PTC_INICACHE_JMP, sizeof (addr)); in genasm_firstcache()
378 bcopy(gencache, bp, sizeof (gencache)); in genasm_gencache()
379 bcopy(&csize, bp + PTC_GENCACHE_CMP, sizeof (csize)); in genasm_gencache()
380 bcopy(&csize, bp + PTC_GENCACHE_SIZE, sizeof (csize)); in genasm_gencache()
382 bcopy(&coff, bp + PTC_GENCACHE_NUM, sizeof (coff)); in genasm_gencache()
384 bcopy(&addr, bp + PTC_GENCACHE_JMP, sizeof (addr)); in genasm_gencache()
396 bcopy(fincache, bp, sizeof (fincache)); in genasm_lastcache()
397 bcopy(&csize, bp + PTC_FINCACHE_CMP, sizeof (csize)); in genasm_lastcache()
398 bcopy(&csize, bp + PTC_FINCACHE_SIZE, sizeof (csize)); in genasm_lastcache()
400 bcopy(&addr, bp + PTC_FINCACHE_NUM, sizeof (addr)); in genasm_lastcache()
402 bcopy(&addr, bp + PTC_FINCACHE_JMP, sizeof (addr)); in genasm_lastcache()
412 bcopy(malfini, bp, sizeof (malfini)); in genasm_malfini()
414 bcopy(&addr, bp + PTC_MALFINI_JMADDR, sizeof (addr)); in genasm_malfini()
424 bcopy(freefini, bp, sizeof (freefini)); in genasm_frfini()
425 bcopy(&maxthr, bp + PTC_FRFINI_CACHEMAX, sizeof (maxthr)); in genasm_frfini()
427 bcopy(&addr, bp + PTC_FRFINI_JFADDR, sizeof (addr)); in genasm_frfini()