Lines Matching refs:sevstr
148 struct sevstr { struct
152 struct sevstr *sevnext; argument
352 static struct sevstr *
366 struct sevstr *rtnval; /* Value to return */
375 return ((struct sevstr *) NULL);
386 rtnval = (struct sevstr *) NULL;
422 if (rtnval = (struct sevstr *) malloc(sizeof(struct sevstr))) {
428 rtnval->sevnext = (struct sevstr *) NULL;
536 struct sevstr *penvsev; /* Ptr to SEV_LEVEL values */ in main()
766 if (penvsev != (struct sevstr *) NULL) do { in main()
775 } while (!found && (penvsev != (struct sevstr *) NULL)); in main()