Searched refs:targetname (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/client/
H A Dclient.c719 pstring targetname; local
726 if ( !cli_resolve_path( "", cli, rname, &targetcli, targetname ) ) {
734 fnum = cli_open(targetcli, targetname, O_RDONLY, DENY_NONE);
1020 pstring targetname; local
1022 if ( !cli_resolve_path( "", cli, name, &targetcli, targetname ) ) {
1027 if (!cli_mkdir(targetcli, targetname)) {
1145 pstring targetname; local
1147 if ( !cli_resolve_path( "", cli, rname, &targetcli, targetname ) ) {
1155 fnum = cli_open(targetcli, targetname, O_RDWR|O_CREAT, DENY_NONE);
1164 fnum = cli_open(targetcli, targetname, O_RDW
1649 pstring targetname; local
1679 pstring targetname; local
1711 pstring targetname; local
1787 pstring targetname; local
1937 pstring targetname; local
2096 pstring targetname; local
2174 pstring targetname; local
2247 pstring targetname; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dlibiscsi.h226 char *targetname; member in struct:iscsi_session
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c404 parse_target(const char *targetname) argument
408 if (strlen(targetname) < 1)
412 if (strlen(targetname) >= XT_EXTENSION_MAXNAMELEN)
415 targetname, XT_EXTENSION_MAXNAMELEN - 1);
417 for (ptr = targetname; *ptr; ptr++)
420 "Invalid target name `%s'", targetname);
421 return targetname;
H A Diptables.c409 parse_target(const char *targetname) argument
413 if (strlen(targetname) < 1)
417 if (strlen(targetname) >= XT_EXTENSION_MAXNAMELEN)
420 targetname, XT_EXTENSION_MAXNAMELEN - 1);
422 for (ptr = targetname; *ptr; ptr++)
425 "Invalid target name `%s'", targetname);
426 return targetname;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/path_id/
H A Dpath_id367 if [ -e "${iscsi_session_path}/targetname" ]; then
368 read iscsi_tgtname < ${iscsi_session_path}/targetname
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dlibiscsi.c1464 kfree(session->targetname);
1872 if (session->targetname)
1875 session->targetname = kstrdup(buf, GFP_KERNEL);
1876 if (!session->targetname)
1938 len = sprintf(buf, "%s\n", session->targetname);
H A Dscsi_transport_iscsi.c1172 iscsi_session_attr(targetname, ISCSI_PARAM_TARGET_NAME);
1360 SETUP_SESSION_RD_ATTR(targetname, ISCSI_TARGET_NAME);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c938 parse_target(const char *targetname) argument
942 if (strlen(targetname) < 1)
946 if (strlen(targetname)+1 > sizeof(ip6t_chainlabel))
949 targetname, (unsigned int)sizeof(ip6t_chainlabel)-1);
951 for (ptr = targetname; *ptr; ptr++)
954 "Invalid target name `%s'", targetname);
955 return targetname;
H A Diptables.c906 parse_target(const char *targetname) argument
910 if (strlen(targetname) < 1)
914 if (strlen(targetname)+1 > sizeof(ipt_chainlabel))
917 targetname, (unsigned int)sizeof(ipt_chainlabel)-1);
919 for (ptr = targetname; *ptr; ptr++)
922 "Invalid target name `%s'", targetname);
923 return targetname;

Completed in 143 milliseconds