Searched refs:expected (Results 1 - 4 of 4) sorted by relevance

/lxc/src/lxc/bdev/
H A Dlxclvm.h45 int lvm_compare_lv_attr(const char *path, int pos, const char expected);
H A Dlxclvm.c182 int lvm_compare_lv_attr(const char *path, int pos, const char expected) argument
215 if (start + pos < len && output[start + pos] == expected)
/lxc/src/tests/
H A Dlxc-test-symlink29 expected=$1
34 if [ "$pass" != "$expected" ]; then
35 echo "Test $run: expected $expected but container did not. Start log:"
37 echo "FAIL: Test $run: expected $expected but container did not."
/lxc/src/lxc/
H A Dattach.c730 pid_t init_pid, pid, attached_pid, expected; local
906 expected = 1;
907 ret = lxc_read_nointr_expect(ipc_sockets[0], &status, sizeof(status), &expected);
925 expected = 3;
926 ret = lxc_read_nointr_expect(ipc_sockets[0], &status, sizeof(status), &expected);
988 expected = 0;
990 ret = lxc_read_nointr_expect(ipc_sockets[1], &status, sizeof(status), &expected);
1073 int expected; local
1083 expected = 0;
1085 ret = lxc_read_nointr_expect(ipc_socket, &status, sizeof(status), &expected);
[all...]

Completed in 8 milliseconds