Lines Matching defs:snapbuf
11352 char *snapbuf = NULL;
11361 snapbuf = safe_malloc(max_scf_name_len + 1);
11362 if (scf_snapshot_get_name(cur_snap, snapbuf,
11391 ret = scf_tmpl_validate_fmri(g_hndl, inst_fmri, snapbuf, &errs,
11435 free(snapbuf);
13330 char *snapbuf = NULL;
13346 snapbuf = safe_malloc(max_scf_name_len + 1);
13347 if (scf_snapshot_get_name(cur_snap, snapbuf,
13364 while (scf_tmpl_iter_pgs(pgt, fmribuf, snapbuf, NULL, 0) == 1) {
13405 free(snapbuf);