Lines Matching refs:postcmdbuf
2922 char postcmdbuf[MAXPATHLEN]; in install_func() local
2962 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postinstall, in install_func()
2970 if (postcmdbuf[0] != '\0') in install_func()
3018 if (addopt(postcmdbuf, optopt, optarg, sizeof (postcmdbuf)) in install_func()
3031 if (addopt(postcmdbuf, 0, argv[optind], sizeof (postcmdbuf)) in install_func()
3084 status = do_subproc(postcmdbuf); in install_func()
3558 char postcmdbuf[MAXPATHLEN]; in clone_func() local
3708 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postclone, in clone_func()
3752 if (addoptions(postcmdbuf, argv, sizeof (postcmdbuf)) != Z_OK) { in clone_func()
3817 if (err == Z_OK && postcmdbuf[0] != '\0') { in clone_func()
3818 status = do_subproc(postcmdbuf); in clone_func()
4638 char postcmdbuf[MAXPATHLEN]; in attach_func() local
4758 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postattach, in attach_func()
4772 if (addoptions(postcmdbuf, argv, sizeof (postcmdbuf)) != Z_OK) in attach_func()
4854 if (err == Z_OK && !force && postcmdbuf[0] != '\0') { in attach_func()
4855 status = do_subproc(postcmdbuf); in attach_func()