Lines Matching refs:details
48 char *details;
56 cache_and_print_inode_details(const unsigned long inode, char *const details)
59 free(e->details);
61 e->details = details;
63 tprints(details);
72 tprints(e->details);
153 char *details;
167 if (asprintf(&details, "%s:[%s:%u->%s:%u]", proto_name,
172 if (asprintf(&details, "%s:[%s:%u]", proto_name, src_buf,
177 return cache_and_print_inode_details(inode, details);
331 char *details;
332 if (asprintf(&details, "%s:[%lu%s%s]", proto_name, inode,
336 return cache_and_print_inode_details(inode, details);
366 char *details;
386 if (asprintf(&details, "%s:[%s:%u]", proto_name,
390 if (asprintf(&details, "%s:[%u]", proto_name,
395 return cache_and_print_inode_details(inode, details);
461 /* Given an inode number of a socket, print out the details