Searched refs:vnodefile (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/swapon/
H A Dswapon.c462 char *p, *vnodefile; local
484 vnodefile = NULL;
486 vnodefile = strdup(p + sizeof("file=") - 1);
487 p = strchr(vnodefile, ',');
491 if (vnodefile == NULL) {
499 _PATH_MDCONFIG, vnodefile);
505 vnodefile);
506 free(vnodefile);
510 _PATH_MDCONFIG, vnodefile);
513 vnodefile);
[all...]

Completed in 112 milliseconds