Home
last modified time | relevance | path

Searched refs:topo (Results 1 – 2 of 2) sorted by relevance

/system/uapp/waitfor/
A Dwaitfor.c108 char topo[1024+1]; in expr_topo() local
109 int r = ioctl_device_get_topo_path(fd, topo, sizeof(topo) - 1); in expr_topo()
114 topo[r] = 0; in expr_topo()
116 fprintf(stderr, "waitfor: topo='%s'\n", topo); in expr_topo()
119 if ((r < len) || strncmp(arg, topo, len)) { in expr_topo()
/system/uapp/lsblk/
A Dmain.c53 char topo[1024]; member
83 if (ioctl_device_get_topo_path(fd, info.topo, sizeof(info.topo)) < 0) { in cmd_list_blk()
84 strcpy(info.topo, "UNKNOWN"); in cmd_list_blk()
114 info.label, flags, info.topo); in cmd_list_blk()
142 if (ioctl_device_get_topo_path(fd, info.topo, sizeof(info.topo)) < 0) { in cmd_list_skip_blk()
143 strcpy(info.topo, "UNKNOWN"); in cmd_list_skip_blk()
162 de->d_name, info.sizestr, type ? type : "", "", "", info.topo); in cmd_list_skip_blk()

Completed in 4 milliseconds