Searched refs:expected (Results 1 - 4 of 4) sorted by relevance
/lxc/src/lxc/bdev/ |
H A D | lxclvm.h | 45 int lvm_compare_lv_attr(const char *path, int pos, const char expected);
|
H A D | lxclvm.c | 182 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 D | lxc-test-symlink | 29 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 D | attach.c | 730 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 14 milliseconds