HomeSort by relevance Sort by last modified time
    Searched refs:CSTATUS (Results 1 - 10 of 10) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
lpsched.h 62 * These are the fields in the PSTATUS and CSTATUS files,
339 extern CSTATUS *new_cstatus(CLASS *);
351 extern void free_cstatus(CSTATUS *);
355 extern CSTATUS *search_cstatus ( char * );
373 extern CSTATUS **CStatus; /* Status of classes */
disp2.c 203 for (i = 0; CStatus != NULL && CStatus[i] != NULL; i++)
204 (void) dellist(&(CStatus[i]->class->members),
374 register CSTATUS *pcs;
452 _unload_class(CSTATUS *pcs)
468 register CSTATUS *pcs;
483 for (i = 0; ((CStatus[i] != NULL) && (status == MOK)); i++) {
486 CStatus[i]->class->name)) {
493 for (i = 0; CStatus != NULL && CStatus[i] != NULL; i++
    [all...]
nodes.h 33 typedef struct cstat_node CSTATUS;
requeue.c 71 register CSTATUS *pcs;
init.c 36 CSTATUS **CStatus = NULL; /* Status of same */
disp4.c 47 register CSTATUS *pcs;
97 register CSTATUS *pcs;
fncs.c 274 free_cstatus(CSTATUS *csp)
285 CSTATUS *
288 CSTATUS *result = calloc(1, sizeof (*result));
296 list_append((void ***)&CStatus, result);
505 CSTATUS *
508 CSTATUS *ps = NULL;
511 if (CStatus != NULL) {
514 for (i = 0; ((CStatus[i] != NULL) && (ps == NULL)); i++)
515 if (SAME(CStatus[i]->class->name, name))
516 ps = CStatus[i]
    [all...]
status.c 51 *cstatus = 0; variable
340 CSTATUS *pcs;
357 if (!cstatus)
358 cstatus = makepath(Lp_System, CSTATUSFILE, (char *)0);
360 if ((fd = open_locked(cstatus, "r", 0)) >= 0) {
361 char *tmp = cstatus; /* not NULL */
416 note("Had trouble reading file %s", cstatus);
438 note("Had trouble reading file %s", cstatus);
444 for (i = 0; CStatus != NULL && CStatus[i] != NULL; i++
    [all...]
alerts.c 297 CSTATUS * pc;
validate.c 79 register CSTATUS *pcs = 0;

Completed in 180 milliseconds