Lines Matching refs:snapbuf
11365 char *snapbuf = NULL;
11374 snapbuf = safe_malloc(max_scf_name_len + 1);
11375 if (scf_snapshot_get_name(cur_snap, snapbuf,
11404 ret = scf_tmpl_validate_fmri(g_hndl, inst_fmri, snapbuf, &errs,
11448 free(snapbuf);
13343 char *snapbuf = NULL;
13359 snapbuf = safe_malloc(max_scf_name_len + 1);
13360 if (scf_snapshot_get_name(cur_snap, snapbuf,
13377 while (scf_tmpl_iter_pgs(pgt, fmribuf, snapbuf, NULL, 0) == 1) {
13418 free(snapbuf);