Searched defs:tmpl_fd (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/lib/libinstzones/common/ |
H A D | zones_exec.c | 688 int tmpl_fd; local 739 if ((tmpl_fd = _zexec_init_template()) == -1) { 807 (void) ct_tmpl_clear(tmpl_fd); 808 (void) close(tmpl_fd); 828 (void) ct_tmpl_clear(tmpl_fd); 829 (void) close(tmpl_fd); 903 (void) ct_tmpl_clear(tmpl_fd); 904 (void) close(tmpl_fd);
|
H A D | zones.c | 2040 int tmpl_fd; local 2054 if ((tmpl_fd = _zexec_init_template()) == -1) { 2086 (void) ct_tmpl_clear(tmpl_fd); 2087 (void) close(tmpl_fd); 2107 (void) ct_tmpl_clear(tmpl_fd); 2108 (void) close(tmpl_fd); 2215 (void) ct_tmpl_clear(tmpl_fd); 2216 (void) close(tmpl_fd);
|
/illumos-gate/usr/src/cmd/wall/ |
H A D | wall.c | 345 int fd, tmpl_fd; local 350 tmpl_fd = init_template(); 351 if (tmpl_fd == -1) { 374 (void) ct_tmpl_clear(tmpl_fd);
|
/illumos-gate/usr/src/cmd/rmvolmgr/ |
H A D | vold.c | 489 int tmpl_fd; local 492 tmpl_fd = open64(CTFS_ROOT "/process/template", 494 if (tmpl_fd == -1) 501 err |= ct_tmpl_set_critical(tmpl_fd, 0); 502 err |= ct_tmpl_set_informative(tmpl_fd, 0); 503 err |= ct_pr_tmpl_set_fatal(tmpl_fd, 505 err |= ct_pr_tmpl_set_param(tmpl_fd, 508 if (err || ct_tmpl_activate(tmpl_fd)) { 509 (void) close(tmpl_fd); 514 (void) ct_tmpl_clear(tmpl_fd); [all...] |
/illumos-gate/usr/src/cmd/zlogin/ |
H A D | zlogin.c | 1538 int tmpl_fd; local 1541 if ((tmpl_fd = init_template()) == -1) { 1605 (void) ct_tmpl_clear(tmpl_fd); 1606 (void) close(tmpl_fd); 1610 (void) ct_tmpl_clear(tmpl_fd); 1687 (void) ct_tmpl_clear(tmpl_fd); 1688 (void) close(tmpl_fd); 1742 int tmpl_fd; local 2163 if ((tmpl_fd = init_template()) == -1) { 2170 (void) ct_tmpl_clear(tmpl_fd); [all...] |
/illumos-gate/usr/src/cmd/zoneadmd/ |
H A D | zoneadmd.c | 620 int tmpl_fd; local 674 if ((tmpl_fd = init_template()) == -1) { 680 (void) ct_tmpl_clear(tmpl_fd); 681 (void) close(tmpl_fd); 690 (void) ct_tmpl_clear(tmpl_fd); 724 (void) ct_tmpl_clear(tmpl_fd); 725 (void) close(tmpl_fd); 1012 int tmpl_fd; local 1048 if ((tmpl_fd = init_template()) == -1) { 1054 (void) ct_tmpl_clear(tmpl_fd); [all...] |
H A D | vplat.c | 5021 int tmpl_fd; local 5038 if ((tmpl_fd = init_template()) == -1) { 5044 (void) ct_tmpl_clear(tmpl_fd); 5045 (void) close(tmpl_fd); 5055 (void) ct_tmpl_clear(tmpl_fd); 5056 (void) close(tmpl_fd); 5063 (void) ct_tmpl_clear(tmpl_fd);
|
/illumos-gate/usr/src/cmd/zonestat/zonestatd/ |
H A D | zonestatd.c | 748 int fd, pid, stat, tmpl_fd; local 751 if ((tmpl_fd = init_template()) == -1) { 758 (void) ct_tmpl_clear(tmpl_fd); 765 (void) ct_tmpl_clear(tmpl_fd); 766 (void) close(tmpl_fd); 786 (void) ct_tmpl_clear(tmpl_fd); 787 (void) close(tmpl_fd); 2209 int p[2], pid, tmpl_fd, ret; local 2258 if ((tmpl_fd = init_template()) == -1) { 2265 (void) ct_tmpl_clear(tmpl_fd); [all...] |
Completed in 99 milliseconds