Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c2583 const char *tmp_devname; in swap_dev_info() local
2601 tmp_devname = devtoname(sp->sw_vp->v_rdev); in swap_dev_info()
2603 tmp_devname = "[file]"; in swap_dev_info()
2604 strncpy(devname, tmp_devname, len); in swap_dev_info()