Home
last modified time | relevance | path

Searched refs:c_id (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm/mach-rpc/
H A Decard.h50 #define c_id(x) ((x)->r_id) macro
/linux/tools/testing/selftests/namespaces/
H A Dns_active_ref_test.c960 __u64 gp_id, p_id, c_id; in TEST() local
1019 if (ioctl(c_fd, NS_GET_ID, &c_id) < 0) { in TEST()
1029 write(pipefd[1], &c_id, sizeof(c_id)); in TEST()
1051 ret = read(pipefd[0], &c_id, sizeof(c_id)); in TEST()
1053 if (ret != sizeof(c_id)) { in TEST()
1079 c_fh->ns_id = c_id; in TEST()
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_dev.h510 u8 c_id; member