Searched refs:dd_name (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_dtime.c | 77 char dd_name[TLM_MAX_PATH_NAME]; member in struct:dumpdates 460 (void) strlcpy(ddp->dd_name, nmp, TLM_MAX_PATH_NAME); 499 ddatep->dd_name, ddatep->dd_level, ddatep->dd_ddate); 502 ddatep->dd_name, ddatep->dd_level, ddatep->dd_ddate); 560 ddp->dd_name, ddp->dd_level, ddp->dd_ddate); 563 ddp->dd_name, ddp->dd_level, ddp->dd_ddate); 565 put_ddname(fp, ddp->dd_name); 701 if (strcmp(path, ddp->dd_name)) 705 ddp->dd_name, ddp->dd_level, ddp->dd_ddate); 713 ddp->dd_name, dd [all...] |
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 45 if (ddp->dd_name != NULL && strcmp(ddp->dd_name, "char") == 0 && 51 if (ddp->dd_name != NULL && strcmp(ddp->dd_name, "void") == 0 && 86 ddp->dd_name = name; 100 free(ddp->dd_name); 127 top->dd_kind == CTF_K_UNKNOWN && top->dd_name == NULL) { 182 if (ddp->dd_kind == CTF_K_UNKNOWN && ddp->dd_name == NULL) { 244 if (ddp->dd_name != NULL && kind == CTF_K_TYPEDEF) { 250 if (ddp->dd_name ! [all...] |
H A D | dt_decl.h | 50 char *dd_name; /* string name of this decl (or NULL) */ member in struct:dt_decl
|
H A D | dt_lex.l | 753 if (ddp != NULL && ddp->dd_name != NULL)
|
Completed in 55 milliseconds