Searched refs:sarg (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/chardev/ |
H A D | char-serial.c | 203 int sarg = 0; in tty_serial_ioctl() local 207 if (sarg & TIOCM_CTS) { in tty_serial_ioctl() 210 if (sarg & TIOCM_CAR) { in tty_serial_ioctl() 213 if (sarg & TIOCM_DSR) { in tty_serial_ioctl() 216 if (sarg & TIOCM_RI) { in tty_serial_ioctl() 219 if (sarg & TIOCM_DTR) { in tty_serial_ioctl() 222 if (sarg & TIOCM_RTS) { in tty_serial_ioctl() 229 int sarg = *(int *)arg; in tty_serial_ioctl() local 234 if (sarg & CHR_TIOCM_CTS) { in tty_serial_ioctl() 237 if (sarg & CHR_TIOCM_CAR) { in tty_serial_ioctl() [all …]
|
/openbmc/hiomapd/ |
H A D | mboxctl.c | 178 static int handle_cmd_resume(struct mboxctl_context *context, char *sarg) in handle_cmd_resume() argument 185 if (!sarg) { in handle_cmd_resume() 201 if (!strncmp(sarg, "clean", strlen("clean"))) { in handle_cmd_resume() 203 } else if (!strncmp(sarg, "modified", strlen("modified"))) { in handle_cmd_resume() 245 static int handle_cmd_backend(struct mboxctl_context *context, char *sarg) in handle_cmd_backend() argument 253 if (!sarg) { in handle_cmd_backend() 269 if (!strncmp(sarg, "vpnor", strlen("vpnor"))) { in handle_cmd_backend() 270 if (strchr(sarg, ':')) { in handle_cmd_backend() 279 } else if (!strncmp(sarg, "mtd", strlen("mtd"))) { in handle_cmd_backend() 283 } else if (!strncmp(sarg, "file", strlen("file"))) { in handle_cmd_backend() [all …]
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | lib.sh | 1586 local sarg="" 1589 sarg="${sarg} and .source_list[].address == \"$src\"" 1593 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
|
/openbmc/linux/tools/testing/selftests/drivers/net/dsa/ |
H A D | lib.sh | 1586 local sarg="" 1589 sarg="${sarg} and .source_list[].address == \"$src\"" 1593 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
|
/openbmc/linux/tools/testing/selftests/drivers/net/bonding/ |
H A D | net_forwarding_lib.sh | 1586 local sarg="" 1589 sarg="${sarg} and .source_list[].address == \"$src\"" 1593 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
|
/openbmc/linux/tools/testing/selftests/drivers/net/team/ |
H A D | net_forwarding_lib.sh | 1586 local sarg="" 1589 sarg="${sarg} and .source_list[].address == \"$src\"" 1593 select(.grp == \"$TEST_GROUP\" and .source_list != null $sarg)" &>/dev/null
|
/openbmc/linux/sound/pci/ |
H A D | cmipci.c | 2438 #define DEFINE_SWITCH(sname, stype, sarg) \ argument 2444 .private_value = (unsigned long)&cmipci_switch_arg_##sarg,\ 2447 #define DEFINE_CARD_SWITCH(sname, sarg) DEFINE_SWITCH(sname, SNDRV_CTL_ELEM_IFACE_CARD, sarg) argument 2448 #define DEFINE_MIXER_SWITCH(sname, sarg) DEFINE_SWITCH(sname, SNDRV_CTL_ELEM_IFACE_MIXER, sarg) argument
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/ |
H A D | webmin_1.850.bb | 43 …rm -rf stunnel squid sarg pptp-client pptp-server jabber openslp sentry cluster-* vgetty burner he…
|