Searched refs:basedev (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c17 char *basedev, *type, *nodname, buf[255]; local
23 basedev = argv[1];
29 nodname = argc == 8 ? basedev : buf;
50 sz = snprintf(buf, sizeof(buf), "%s%d", basedev, S);
52 bb_error_msg_and_die("%s too large", basedev);
59 if (nodname == basedev) /* ex. /dev/hda - to /dev/hda1 ... */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Diptunnel.c112 static int do_get_ioctl(const char *basedev, struct ip_tunnel_parm *p) argument
118 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
128 static int do_add_ioctl(int cmd, const char *basedev, struct ip_tunnel_parm *p) argument
137 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
147 static int do_del_ioctl(const char *basedev, struct ip_tunnel_parm *p) argument
156 strncpy(ifr.ifr_name, basedev, IFNAMSIZ);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Diptunnel.c71 static int do_get_ioctl(const char *basedev, struct ip_tunnel_parm *p) argument
77 strncpy(ifr.ifr_name, basedev, sizeof(ifr.ifr_name));
86 static int do_add_ioctl(int cmd, const char *basedev, struct ip_tunnel_parm *p) argument
94 strncpy(ifr.ifr_name, basedev, sizeof(ifr.ifr_name));
112 static int do_del_ioctl(const char *basedev, struct ip_tunnel_parm *p) argument
120 strncpy(ifr.ifr_name, basedev, sizeof(ifr.ifr_name));

Completed in 46 milliseconds