Searched refs:Lhp (Results 1 – 1 of 1) sorted by relevance
2843 prheader_t *Lhp; in read_lfile() local2867 if ((Lhp = malloc(size)) == NULL) in read_lfile()2869 if ((rval = pread(fd, Lhp, size, 0)) < 0 || in read_lfile()2871 free(Lhp); in read_lfile()2872 Lhp = NULL; in read_lfile()2878 free(Lhp); in read_lfile()2883 return (Lhp); in read_lfile()2892 prheader_t *Lhp; in Plwp_iter() local2940 if ((Lhp = Plstatus(P)) == NULL) in Plwp_iter()2943 for (nlwp = Lhp->pr_nent, Lsp = (lwpstatus_t *)(uintptr_t)(Lhp + 1); in Plwp_iter()[all …]