Lines Matching refs:postcmdbuf
2931 char postcmdbuf[MAXPATHLEN]; in install_func() local
2971 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postinstall, in install_func()
2979 if (postcmdbuf[0] != '\0') in install_func()
3027 if (addopt(postcmdbuf, optopt, optarg, sizeof (postcmdbuf)) in install_func()
3040 if (addopt(postcmdbuf, 0, argv[optind], sizeof (postcmdbuf)) in install_func()
3093 status = do_subproc(postcmdbuf); in install_func()
3567 char postcmdbuf[MAXPATHLEN]; in clone_func() local
3717 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postclone, in clone_func()
3761 if (addoptions(postcmdbuf, argv, sizeof (postcmdbuf)) != Z_OK) { in clone_func()
3826 if (err == Z_OK && postcmdbuf[0] != '\0') { in clone_func()
3827 status = do_subproc(postcmdbuf); in clone_func()
4647 char postcmdbuf[MAXPATHLEN]; in attach_func() local
4767 if (get_hook(bh, postcmdbuf, sizeof (postcmdbuf), brand_get_postattach, in attach_func()
4781 if (addoptions(postcmdbuf, argv, sizeof (postcmdbuf)) != Z_OK) in attach_func()
4863 if (err == Z_OK && !force && postcmdbuf[0] != '\0') { in attach_func()
4864 status = do_subproc(postcmdbuf); in attach_func()