Home
last modified time | relevance | path

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
757 if (fstat(ibcfg_fd, &ibcfg_st) != 0) { in ib_init_file()
763 if ((file_buf = (char *)malloc(ibcfg_st.st_size)) == NULL) { in ib_init_file()
770 if (ibcfg_st.st_size != read(ibcfg_fd, file_buf, ibcfg_st.st_size)) { in ib_init_file()
892 ibcfg_st.st_size - ibcfg_brec) == -1) { in ib_add_service()
1056 ibcfg_st.st_size - ibcfg_brec - sbuf_len - tot_len) == -1) { in ib_delete_service()