Searched refs:cmd_stat (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin.h27 extern int cmd_stat(int argc, const char **argv, const char *prefix);
H A Dperf.c321 { "stat", cmd_stat, 0 },
H A Dbuiltin-stat.c551 int cmd_stat(int argc, const char **argv, const char *prefix __used) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dvtysh.c361 int ret, cmd_stat;
407 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_ZEBRA],
409 if (cmd_stat != CMD_WARNING)
410 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_RIP],
412 if (cmd_stat != CMD_WARNING)
413 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_RIPNG], line, fp);
414 if (cmd_stat != CMD_WARNING)
415 cmd_stat = vtysh_client_execute (&vtysh_client[VTYSH_INDEX_OSPF],
417 if (cmd_stat != CMD_WARNING)
418 cmd_stat
360 int ret, cmd_stat; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dcmd_vfs.c494 static NTSTATUS cmd_stat(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc, const char **argv) function
1041 { "stat", cmd_stat, "VFS stat()", "stat <fname>" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dclient.c2509 static int cmd_stat(void) function
3250 {"stat",cmd_stat,"filename Do a UNIX extensions stat call on a file",{COMPL_REMOTE,COMPL_REMOTE}},
H A Dsmbctool.c2307 static int cmd_stat(void) function
2970 /* {"stat",cmd_stat,"filename Do a UNIX extensions stat call on a file",{COMPL_REMOTE,COMPL_REMOTE}},*/

Completed in 116 milliseconds