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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/wanboot-cgi/
H A Dwanboot-cgi.c195 gen_tmppath(const char *prefix, const char *net, const char *cid) function
1316 if ((bootfs_dir = gen_tmppath("bootfs_dir", net, cid)) == NULL ||
1441 if ((*wanbootfs_imagep = gen_tmppath("wanbootfs", net, cid)) == NULL ||
1566 if ((*rootinfop = gen_tmppath("mrinfo", net, cid)) == NULL) {
1820 if ((encr_payload = gen_tmppath("encr", net, cid)) == NULL) {
1835 if ((payload_hash = gen_tmppath("hash", net, cid)) == NULL) {

Completed in 46 milliseconds