Searched defs:autostart (Results 1 - 1 of 1) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_ls.c73 bool autostart; member in struct:ls
467 l->autostart = astart == 1 ? true : false;
858 printf("%-*d ", lht->autostart_length, m->autostart);
900 printf("%-*d ", lht->autostart_length, m->autostart);
1064 nbytes = sizeof(n->autostart);
1065 if (lxc_write_nointr(wpipefd, &n->autostart, (size_t)nbytes) != nbytes)
1147 nbytes = sizeof(n->autostart);
1148 if (lxc_read_nointr(rpipefd, &n->autostart, (size_t)nbytes) != nbytes)

Completed in 18 milliseconds