Lines Matching refs:sevstr
142 * struct sevstr
149 struct sevstr {
153 struct sevstr *sevnext;
332 * struct sevstr *getauxsevs(ptr)
336 * definition, or (struct sevstr *) NULL if none was parsed.
344 * Returns: struct sevstr *
346 * parsed from string, or (struct sevstr *) NULL if none.
356 static struct sevstr *
370 struct sevstr *rtnval; /* Value to return */
379 return ((struct sevstr *) NULL);
390 rtnval = (struct sevstr *) NULL;
426 if (rtnval = (struct sevstr *) malloc(sizeof(struct sevstr))) {
432 rtnval->sevnext = (struct sevstr *) NULL;
541 struct sevstr *penvsev; /* Ptr to SEV_LEVEL values */
771 if (penvsev != (struct sevstr *) NULL) do {
780 } while (!found && (penvsev != (struct sevstr *) NULL));