Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dutil.c261 if (hndl->trace_file_name == NULL) in check_trace_error()
385 _tnfctl_create_tracefile(tnfctl_handle_t *hndl, const char *trace_file_name, in _tnfctl_create_tracefile() argument
436 if (trace_file_name == NULL) { in _tnfctl_create_tracefile()
439 if (trace_file_name[0] == '/') { in _tnfctl_create_tracefile()
441 if ((strlen(trace_file_name) + 1) > (size_t) MAXPATHLEN) { in _tnfctl_create_tracefile()
445 (void) strcpy(path, trace_file_name); in _tnfctl_create_tracefile()
454 if ((strlen(cwd) + 1 + strlen(trace_file_name) + 1) > in _tnfctl_create_tracefile()
459 (void) sprintf(path, "%s/%s", cwd, trace_file_name); in _tnfctl_create_tracefile()
507 hndl->trace_file_name = strdup(path); in _tnfctl_create_tracefile()
508 if (hndl->trace_file_name == NULL) in _tnfctl_create_tracefile()
[all …]
H A Dopen.c307 attrs->trace_file_name = hdl->trace_file_name; in tnfctl_trace_attrs_get()
325 tnfctl_buffer_alloc(tnfctl_handle_t *hdl, const char *trace_file_name, in tnfctl_buffer_alloc() argument
339 if (hdl->trace_file_name != NULL) { in tnfctl_buffer_alloc()
344 prexstat = _tnfctl_create_tracefile(hdl, trace_file_name, in tnfctl_buffer_alloc()
H A Dtnfctl_int.h132 const char *trace_file_name; member
238 const char *trace_file_name, uint_t trace_file_size);
H A Dtnfctl.h85 const char *trace_file_name; /* user process only */ member
H A Dkernel_int.c333 hdl->trace_file_name = NULL; in prbk_get_buf_attrs()