| /onnv/onnv-gate/usr/src/cmd/svr4pkg/pkgremove/ |
| wsreg_pkgrm.c | 155 Wsreg_component **ppws; local 184 ppws = wsreg_get_all(); 186 for (i = 0; ((ppws != NULL) && (ppws[i] != NULL)); i++) { 187 char *pcpkgs = wsreg_get_data(ppws[i], "pkgs"); 189 char *pcID = wsreg_get_id(ppws[i]); 190 char *pcName = wsreg_get_display_name(ppws[i], 206 get_all_dependents_r(&id, &nm, ppws[i], &depth, locale); 217 if (ppws != NULL) 218 wsreg_free_component_array(ppws); 375 Wsreg_component **ppws = wsreg_get_dependent_components(pws); local [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| daisyforms.c | 104 PWSTATUS * ppws = prs->pwheel; local 108 if (ppws) { 109 ppws->requests--; 110 check_pwheel_alert (ppws, (PWHEEL *)0); 220 check_pwheel_alert(PWSTATUS *ppws, PWHEEL *ppw) 236 * of the structure "ppws->pwheel" may not be set. 245 trigger = ppws->trigger; 250 #define OALERT ppws->pwheel->alert 253 requests_waiting = max_requests_needing_pwheel_mounted(ppws->pwheel->name); 261 if (ppws->alert->active [all...] |
| disp3.c | 141 PWSTATUS *ppws; local 181 if (ppws = search_pwstatus(pwheel_name)) { 182 pps->pwheel = ppws; 183 ppws->mounted++; 193 if (ppws->requests) { 200 check_pwheel_alert (ppws, (PWHEEL *)0); 660 register PWSTATUS *ppws; local 680 } else if ((ppws = search_pwstatus(pwheel_name))) { 682 check_pwheel_alert (ppws, ppw); 684 } else if ((ppws = new_pwstatus(ppw))) 767 register PWSTATUS *ppws; local [all...] |
| disp4.c | 346 register PWSTATUS *ppws; local 407 if (!(ppws = search_pwstatus(name))) 410 else if (!ppws->alert->active) 414 cancel_alert (A_PWHEEL, ppws); 415 ppws->alert->active = 1;
|
| status.c | 90 PWSTATUS *ppws; local 192 ppws = search_pwstatus(buf); 195 ppws = 0; 220 if ((pps->pwheel = ppws) != NULL) 221 ppws->mounted++;
|
| lpsched.c | 295 PWSTATUS *ppws; local
|