Home
last modified time | relevance | path

Searched refs:log_str (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dixfr.h86 char* log_str; member
H A Dixfr.c940 free(data->log_str); in ixfr_data_free()
1064 if(log_buf && !ixfr_store->data->log_str) in ixfr_store_finish()
1065 ixfr_store->data->log_str = strdup(log_buf); in ixfr_store_finish()
1966 if(data->log_str) { in ixfr_write_file_header()
1967 if(!fprintf(out, "; %s\n", data->log_str)) in ixfr_write_file_header()
H A Dixfrcreate.c1014 store->data->log_str = strdup(log_buf); in ixfr_create_finishup()
1015 if(!store->data->log_str) { in ixfr_create_finishup()
H A Ddifffile.c106 uint32_t num_parts, uint8_t commit, const char* log_str, in diff_write_commit() argument
149 if(!write_str(df, log_str)) { in diff_write_commit()
/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/
H A Dlibzfs_pool.c1231 zpool_destroy(zpool_handle_t *zhp, const char *log_str) in zpool_destroy() argument
1243 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_destroy()
1381 const char *log_str) in zpool_export_common() argument
1392 zc.zc_history = (uint64_t)(uintptr_t)log_str; in zpool_export_common()
1414 zpool_export(zpool_handle_t *zhp, boolean_t force, const char *log_str) in zpool_export() argument
1416 return (zpool_export_common(zhp, force, B_FALSE, log_str)); in zpool_export()
1420 zpool_export_force(zpool_handle_t *zhp, const char *log_str) in zpool_export_force() argument
1422 return (zpool_export_common(zhp, B_TRUE, B_TRUE, log_str)); in zpool_export_force()