Searched refs:s (Results 1 – 8 of 8) sorted by relevance
| /samples/connector/ |
| A D | ucon.c | 70 err = send(s, nlh, size, 0); in netlink_send() 99 int s; in main() local 110 while ((s = getopt(argc, argv, "hs")) != -1) { in main() 111 switch (s) { in main() 140 if (s == -1) { in main() 153 close(s); in main() 178 len = netlink_send(s, data); in main() 188 pfd.fd = s; in main() 208 len = recv(s, buf, sizeof(buf), 0); in main() 211 close(s); in main() [all …]
|
| /samples/vfio-mdev/ |
| A D | mtty.c | 164 struct serial_port s[2]; member 373 if (mdev_state->s[index].dlab) { in handle_bar_write() 383 mdev_state->s[index].rxtx.fifo[ in handle_bar_write() 423 if (mdev_state->s[index].dlab) in handle_bar_write() 444 mdev_state->s[index].fcr = data; in handle_bar_write() 490 mdev_state->s[index].dlab = true; in handle_bar_write() 491 mdev_state->s[index].divisor = 0; in handle_bar_write() 539 if (mdev_state->s[index].dlab) { in handle_bar_read() 572 if (mdev_state->s[index].dlab) { in handle_bar_read() 633 if (mdev_state->s[index].overrun) in handle_bar_read() [all …]
|
| A D | README.rst | 58 # lspci -s 00:05.0 -xxvv
|
| /samples/vfs/ |
| A D | test-fsmount.c | 50 void mount_error(int fd, const char *s) in mount_error() argument 53 fprintf(stderr, "%s: %m\n", s); in mount_error()
|
| /samples/landlock/ |
| A D | sandboxer.c | 304 #define XSTR(s) #s argument 305 #define STR(s) XSTR(s) argument
|
| /samples/bpf/ |
| A D | README.rst | 22 version numbers required and how to update them. Note that LLVM's tool 76 use the Ninja build system, you can find it in your system's package 111 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
|
| A D | Makefile | 250 $(obj)/syscall_nrs.h: $(obj)/syscall_nrs.s FORCE 253 targets += syscall_nrs.s
|
| /samples/pktgen/ |
| A D | README.rst | 20 -s : ($PKT_SIZE) packet size 33 -a : ($APPEND) Script will not reset generator's state, but will append its config
|
Completed in 17 milliseconds