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

/illumos-gate/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_conf.c88 static struct stat ibcfg_st; /* file stat struct */ variable in typeref:struct:stat
757 if (fstat(ibcfg_fd, &ibcfg_st) != 0) {
763 if ((file_buf = (char *)malloc(ibcfg_st.st_size)) == NULL) {
770 if (ibcfg_st.st_size != read(ibcfg_fd, file_buf, ibcfg_st.st_size)) {
892 ibcfg_st.st_size - ibcfg_brec) == -1) {
1056 ibcfg_st.st_size - ibcfg_brec - sbuf_len - tot_len) == -1) {

Completed in 82 milliseconds