Home
last modified time | relevance | path

Searched refs:newdata (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Ducode.c392 ucode_update(void *newdata) in ucode_update() argument
395 newdata = (void *)atomic_swap_ptr((void *)&ucode_data, in ucode_update()
396 (uintptr_t)newdata); in ucode_update()
397 if (newdata == early_ucode_data) in ucode_update()
398 newdata = NULL; in ucode_update()
399 return (newdata); in ucode_update()
/f-stack/freebsd/netinet/libalias/
H A Dalias_smedia.c249 char newdata[2048], *port_data, *port_newdata, stemp[80]; in alias_rtsp_out() local
268 memcpy(newdata, data, pos); in alias_rtsp_out()
269 port_newdata = newdata + pos; in alias_rtsp_out()
402 new_dlen = port_newdata - newdata; in alias_rtsp_out()
403 memcpy(data, newdata, new_dlen); in alias_rtsp_out()
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import.kshlib91 typeset newdata=$2
101 ( $newdata ) && log_must zfs create "$pool/$datasetname$i"
110 ( $newdata ) && sync_pool "$pool"
/f-stack/app/redis-5.0.5/src/
H A Ddefrag.c638 void *newdata = activeDefragAlloc(ri.data); in scanLaterStraemListpacks() local
639 if (newdata) in scanLaterStraemListpacks()
640 raxSetData(ri.node, ri.data=newdata), (*defragged)++; in scanLaterStraemListpacks()
676 void *newdata = NULL; in defragRadixTree() local
678 newdata = element_cb(&ri, element_cb_data, &defragged); in defragRadixTree()
679 if (defrag_data && !newdata) in defragRadixTree()
680 newdata = activeDefragAlloc(ri.data); in defragRadixTree()
681 if (newdata) in defragRadixTree()
682 raxSetData(ri.node, ri.data=newdata), defragged++; in defragRadixTree()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c3380 arc_buf_t *newdata, *data = dr->dt.dl.dr_data; in dbuf_hold_copy() local
3382 newdata = dbuf_alloc_arcbuf_from_arcbuf(db, data); in dbuf_hold_copy()
3383 dbuf_set_data(db, newdata); in dbuf_hold_copy()