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

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c83 static int ibcfg_tmpfd = 0; /* tmp file "fd" */ variable
702 if (ibcfg_tmpfd && wrote_tmp == B_TRUE) {
705 close(ibcfg_tmpfd);
1019 if ((ibcfg_tmpfd = creat(tmpnamef, 0666)) == -1) {
1031 close(ibcfg_tmpfd);
1037 if (write(ibcfg_tmpfd, file_buf, ibcfg_brec) == -1) {
1040 close(ibcfg_tmpfd);
1046 if (write(ibcfg_tmpfd, sbuf, sbuf_len) == -1) {
1049 close(ibcfg_tmpfd);
1055 if (write(ibcfg_tmpfd, file_bu
[all...]

Completed in 58 milliseconds