Searched refs:usercmd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/RHEL/setup/
H A Dsmbprint64 usercmd="-U"
66 usercmd=""
83 $hostip -N -P $usercmd "$user" $workgroupcmd "$workgroup" \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/vga/
H A Dvga_switcheroo.c264 char usercmd[64]; local
274 if (copy_from_user(usercmd, ubuf, cnt))
285 if (strncmp(usercmd, "OFF", 3) == 0) {
295 if (strncmp(usercmd, "ON", 2) == 0) {
306 if (strncmp(usercmd, "DIGD", 4) == 0) {
311 if (strncmp(usercmd, "DDIS", 4) == 0) {
316 if (strncmp(usercmd, "IGD", 3) == 0)
319 if (strncmp(usercmd, "DIS", 3) == 0)

Completed in 108 milliseconds