Searched defs:cmdname (Results 1 - 5 of 5) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.h7 struct cmdname { struct in struct:cmdnames
/external/e2fsprogs/debugfs/
H A Ddump.c102 static void dump_file(const char *cmdname, ext2_ino_t ino, int fd, argument
112 if (debugfs_read_inode(ino, &inode, cmdname))
117 com_err(cmdname, retval, "while opening ext2 file");
122 com_err(cmdname, retval, "while allocating memory");
128 com_err(cmdname, retval, "while reading ext2 file");
133 com_err(cmdname, errno, "while writing file");
139 com_err(cmdname, retval, "while closing ext2 file");
H A Dlogdump.c332 static void dump_journal(char *cmdname, FILE *out_file, argument
349 retval = read_journal_block(cmdname, source, 0,
378 retval = read_journal_block(cmdname, source, blocknr*blocksize,
401 retval = read_journal_block(cmdname, source,
/external/e2fsprogs/lib/ext2fs/
H A Dtdbtool.c42 const char *cmdname; variable
428 if (cmdname && strlen(cmdname) == 0) {
433 if (strncmp(ctp->name,cmdname,cmd_len) == 0) {
568 cmdname = "";
575 cmdname = "open";
578 cmdname = "";
586 while ((cmdname = tdb_getline("tdb> "))) {
588 if ((arg1 = strchr((const char *)cmdname,' ')) != NULL) {
611 cmdname
[all...]
/external/libpcap/
H A Dpcap-linux.c5447 iface_ethtool_ioctl(pcap_t *handle, int cmd, const char *cmdname) argument
5469 cmdname, strerror(errno));

Completed in 531 milliseconds