Searched refs:component_name (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs4.c | 1148 component_name(component4 *cp) in component_name() function 1466 snprintf(buf, buflen, "%s", component_name(comp)); in sumarg_compnt() 1474 sprintf(get_line(0, 0), "Name = %s", component_name(comp)); in dtlarg_compnt() 1482 snprintf(buf, buflen, "%s %s ", component_name(&args->objname), in sumarg_create() 1491 sprintf(get_line(0, 0), "Name = %s", component_name(&args->objname)); in dtlarg_create() 1715 snprintf(buf, buflen, "%s", component_name(&args->newname)); in sumarg_link() 1724 component_name(&args->newname)); in dtlarg_link() 1954 component_name(&args->oldname), in sumarg_rename() 1955 component_name(&args->newname)); in sumarg_rename() 1964 component_name(&args->oldname)); in dtlarg_rename() [all …]
|