Lines Matching refs:cmd_t

700 cmd_t *
703 return (calloc(1, sizeof (cmd_t))); in alloc_cmd()
707 free_cmd(cmd_t *cmd) in free_cmd()
1702 create_func(cmd_t *cmd) in create_func()
1839 export_func(cmd_t *cmd) in export_func()
2144 exit_func(cmd_t *cmd) in exit_func()
2207 add_resource(cmd_t *cmd) in add_resource()
2431 add_property(cmd_t *cmd) in add_property()
2556 add_func(cmd_t *cmd) in add_func()
2614 delete_func(cmd_t *cmd) in delete_func()
2723 fill_in_fstab(cmd_t *cmd, struct zone_fstab *fstab, boolean_t fill_in_only) in fill_in_fstab()
2768 fill_in_nwiftab(cmd_t *cmd, struct zone_nwiftab *nwiftab, in fill_in_nwiftab()
2818 fill_in_devtab(cmd_t *cmd, struct zone_devtab *devtab, boolean_t fill_in_only) in fill_in_devtab()
2852 fill_in_rctltab(cmd_t *cmd, struct zone_rctltab *rctltab, in fill_in_rctltab()
2887 fill_in_attrtab(cmd_t *cmd, struct zone_attrtab *attrtab, in fill_in_attrtab()
2930 fill_in_dstab(cmd_t *cmd, struct zone_dstab *dstab, boolean_t fill_in_only) in fill_in_dstab()
2963 fill_in_admintab(cmd_t *cmd, struct zone_admintab *admintab, in fill_in_admintab()
3002 fill_in_secflagstab(cmd_t *cmd, struct zone_secflagstab *secflagstab, in fill_in_secflagstab()
3071 prompt_remove_resource(cmd_t *cmd, char *rsrc) in prompt_remove_resource()
3126 remove_fs(cmd_t *cmd) in remove_fs()
3160 remove_net(cmd_t *cmd) in remove_net()
3193 remove_device(cmd_t *cmd) in remove_device()
3226 remove_attr(cmd_t *cmd) in remove_attr()
3259 remove_dataset(cmd_t *cmd) in remove_dataset()
3292 remove_rctl(cmd_t *cmd) in remove_rctl()
3411 remove_admin(cmd_t *cmd) in remove_admin()
3472 remove_resource(cmd_t *cmd) in remove_resource()
3547 remove_property(cmd_t *cmd) in remove_property()
3686 remove_func(cmd_t *cmd) in remove_func()
3707 clear_property(cmd_t *cmd) in clear_property()
3774 clear_global(cmd_t *cmd) in clear_global()
3874 clear_func(cmd_t *cmd) in clear_func()
3896 select_func(cmd_t *cmd) in select_func()
4276 set_func(cmd_t *cmd) in set_func()
5182 info_fs(zone_dochandle_t handle, FILE *fp, cmd_t *cmd) in info_fs()
5232 info_net(zone_dochandle_t handle, FILE *fp, cmd_t *cmd) in info_net()
5276 info_dev(zone_dochandle_t handle, FILE *fp, cmd_t *cmd) in info_dev()
5324 info_rctl(zone_dochandle_t handle, FILE *fp, cmd_t *cmd) in info_rctl()
5362 info_attr(zone_dochandle_t handle, FILE *fp, cmd_t *cmd) in info_attr()
5406 info_ds(zone_dochandle_t handle, FILE *fp, cmd_t *cmd) in info_ds()
5591 info_auth(zone_dochandle_t handle, FILE *fp, cmd_t *cmd) in info_auth()
5635 info_func(cmd_t *cmd) in info_func()
6087 verify_func(cmd_t *cmd) in verify_func()
6427 cancel_func(cmd_t *cmd) in cancel_func()
6573 end_func(cmd_t *cmd) in end_func()
7024 commit_func(cmd_t *cmd) in commit_func()
7072 revert_func(cmd_t *cmd) in revert_func()
7162 help_func(cmd_t *cmd) in help_func()
7225 cmd_t *cmd; in cleanup()