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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_netatalk.c149 char *dpath; local
162 if (!(dpath = talloc_asprintf(ctx, "%s/%s",
165 atalk_unlink_file(dpath);
200 char *dpath; local
213 if (!(dpath = talloc_asprintf(ctx, "%s/%s%s",
217 atalk_rrmdir(ctx, dpath);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c526 send_mbox(ch->is, SET_DPS(ch->dpath) |
580 send_mbox(ch->is, SET_DPS(ch->dpath) |
608 (ch->dpath == 1 ? BSTAT_RDM1 : BSTAT_RDM2)))
644 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA,
648 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA,
655 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA,
658 send_mbox(ch->is, SET_DPS(ch->dpath) | ISAR_HIS_SDATA,
671 sel_bch_isar(struct isar_hw *isar, u8 dpath) argument
675 if ((!dpath) || (dpath >
[all...]
H A Disar.h33 u8 dpath; member in struct:isar_ch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dalbumart.c101 char dpath[MAXPATHLEN]; local
124 strncpyt(dpath, path, sizeof(dpath));
125 dir = dirname(dpath);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Disar.c586 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) |
652 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) |
683 (bcs->hw.isar.dpath == 1 ? BSTAT_RDM1 : BSTAT_RDM2)))
714 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA,
718 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA,
726 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA,
729 sendmsg(cs, SET_DPS(bcs->hw.isar.dpath) | ISAR_HIS_SDATA,
745 struct BCState *sel_bcs_isar(struct IsdnCardState *cs, u_char dpath) argument
747 if ((!dpath) || (dpath
[all...]
H A Dhisax.h389 int dpath; member in struct:isar_hw
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A D4xx.c208 u32 cs, col, row, bank, dpath; local
230 dpath = 4; /* 32 bits */
232 dpath = 8; /* 64 bits */
255 memsize = cs * (1 << (col+row)) * bank * dpath;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Ddevfsd.c949 char *dpath; local
953 dpath = concat_path_file(mount_point, spath + rootlen);
954 lstat(dpath, &dest_stat);
955 free(dpath);
957 copy_inode(dpath, &dest_stat,(source_stat.st_mode & ~S_ISVTX) , spath, &source_stat);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddirectory.c231 char spath[MAXPATHLEN + 1], dpath[MAXPATHLEN + 1]; local
242 ((dlen = strlen(dst)) > sizeof(dpath) - 2) ||
258 strcpy(dpath, dst);
259 strcat(dpath, "/");
261 drem = sizeof(dpath) - dlen -1;
280 strcpy(dpath + dlen, de->d_name);
283 if (AFP_OK != (err = copydir(vol, dirfd, spath, dpath)))
285 } else if (AFP_OK != (err = copyfile(vol, vol, dirfd, spath, dpath, NULL, NULL))) {
291 utime(dpath, &ut);

Completed in 197 milliseconds