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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/scsi_id/
H A Dscsi_id.h13 #define MAX_PATH_LEN 512 macro
H A Dscsi_id.c63 static char config_file[MAX_PATH_LEN] = SCSI_ID_CONFIG_FILE;
190 snprintf(tmpdev, MAX_PATH_LEN, "%s/%s-maj%d-min%d-%u",
448 strncpy(maj_min_dev, optarg, MAX_PATH_LEN);
449 maj_min_dev[MAX_PATH_LEN-1] = '\0';
457 strncpy(config_file, optarg, MAX_PATH_LEN);
458 config_file[MAX_PATH_LEN-1] = '\0';
506 strncpy(target, optarg, MAX_PATH_LEN);
507 target[MAX_PATH_LEN-1] = '\0';
768 char devpath[MAX_PATH_LEN];
769 char maj_min_dev[MAX_PATH_LEN];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/boot/
H A Dvirtex.c83 char path[MAX_PATH_LEN];
89 if (getprop(devp, "linux,stdout-path", path, MAX_PATH_LEN) > 0) {
H A Dserial.c89 char path[MAX_PATH_LEN];
95 if (getprop(devp, "linux,stdout-path", path, MAX_PATH_LEN) > 0) {
H A Dops.h19 #define MAX_PATH_LEN 256 macro
176 char path[MAX_PATH_LEN];
177 if (getprop(devp, alias, path, MAX_PATH_LEN) > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dprobe-finder.h8 #define MAX_PATH_LEN 256 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-probe.c46 #define MAX_PATH_LEN 256 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/usb_id/
H A Dusb_id.c27 #define MAX_PATH_LEN 512 macro
369 char devpath[MAX_PATH_LEN];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c125 #ifndef MAX_PATH_LEN
126 # define MAX_PATH_LEN 1024 /* max pathname length */ macro

Completed in 120 milliseconds