Searched refs:cmd_set (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/torture/
H A Dsamtest.h30 struct cmd_set { struct
H A Dvfstest.c33 struct cmd_set *cmd_set; member in struct:cmd_list
63 if (!commands->cmd_set)
66 for (i=0; commands->cmd_set[i].name; i++)
68 if ((strncmp(text, commands->cmd_set[i].name, strlen(text)) == 0) &&
69 commands->cmd_set[i].fn)
71 matches[count] = SMB_STRDUP(commands->cmd_set[i].name);
130 struct cmd_set *tmp_set;
143 tmp_set = tmp->cmd_set;
168 tmp_set = tmp->cmd_set;
247 add_command_set(struct cmd_set *cmd_set) argument
508 struct cmd_set **cmd_set; local
[all...]
H A Dvfstest.h39 struct cmd_set { struct
H A Dcmd_vfs.c1019 struct cmd_set vfs_commands[] = {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Djedec_probe.c271 const uint16_t cmd_set; member in struct:amd_flash_info
302 .cmd_set = P_ID_AMD_STD,
314 .cmd_set = P_ID_AMD_STD,
329 .cmd_set = P_ID_AMD_STD,
344 .cmd_set = P_ID_AMD_STD,
359 .cmd_set = P_ID_AMD_STD,
374 .cmd_set = P_ID_AMD_STD,
390 .cmd_set = P_ID_AMD_STD,
407 .cmd_set = P_ID_AMD_STD,
424 .cmd_set
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Drpcclient.c39 struct cmd_set *cmd_set; member in struct:cmd_list
77 if (!commands->cmd_set) {
81 for (i=0; commands->cmd_set[i].name; i++) {
82 if ((strncmp(text, commands->cmd_set[i].name, strlen(text)) == 0) &&
83 (( commands->cmd_set[i].returntype == RPC_RTYPE_NTSTATUS &&
84 commands->cmd_set[i].ntfn ) ||
85 ( commands->cmd_set[i].returntype == RPC_RTYPE_WERROR &&
86 commands->cmd_set[i].wfn))) {
87 matches[count] = SMB_STRDUP(commands->cmd_set[
486 add_command_set(struct cmd_set *cmd_set) argument
691 struct cmd_set **cmd_set; local
[all...]
H A Drpcclient.h31 struct cmd_set { struct
H A Dcmd_test.c60 struct cmd_set test_commands[] = {
H A Dcmd_ds.c77 struct cmd_set ds_commands[] = {
H A Dcmd_shutdown.c106 struct cmd_set shutdown_commands[] = {
H A Dcmd_echo.c150 struct cmd_set echo_commands[] = {
H A Dcmd_dfs.c247 struct cmd_set dfs_commands[] = {
H A Dcmd_srvsvc.c462 struct cmd_set srvsvc_commands[] = {
H A Dcmd_netlogon.c540 struct cmd_set netlogon_commands[] = {
H A Dcmd_lsarpc.c1043 struct cmd_set lsarpc_commands[] = {
H A Dcmd_samr.c2198 struct cmd_set samr_commands[] = {
H A Dcmd_spoolss.c2692 struct cmd_set spoolss_commands[] = {

Completed in 193 milliseconds