Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c362 create_urandom(const char *urandompath) in create_urandom() argument
367 if ((fd = open(urandompath, in create_urandom()
1285 char *urandompath = NULL; in wanbootfs_payload() local
1372 if ((urandompath = make_path(bootfs_dev_dir, in wanbootfs_payload()
1374 !create_urandom(urandompath)) { in wanbootfs_payload()
1471 if (urandompath != NULL && in wanbootfs_payload()
1472 WBCGI_FILE_EXISTS(urandompath, sbuf)) { in wanbootfs_payload()
1473 (void) unlink(urandompath); in wanbootfs_payload()
1523 free_path(&urandompath); in wanbootfs_payload()