Lines Matching refs:lp
1737 struct bofi_link *lp;
1798 lp = bofi_link_freelist;
1799 if (lp != NULL) {
1800 bofi_link_freelist = lp->link;
1801 lp->errentp = ep;
1802 lp->link = hp->link;
1803 hp->link = lp;
1823 struct bofi_link *lp, *prev_lp, *next_lp;
1863 for (lp = hp->link; lp != NULL; ) {
1864 if (lp->errentp == ep) {
1866 prev_lp->link = lp->link;
1868 hp->link = lp->link;
1869 next_lp = lp->link;
1870 lp->link = bofi_link_freelist;
1871 bofi_link_freelist = lp;
1872 lp = next_lp;
1874 prev_lp = lp;
1875 lp = lp->link;
2411 struct bofi_link *lp;
2424 for (lp = hp->link; lp != NULL; lp = lp->link) {
2425 ep = lp->errentp;
2529 struct bofi_link *lp;
2540 for (lp = hp->link; lp != NULL; lp = lp->link) {
2541 ep = lp->errentp;
3096 struct bofi_link *lp, *next_lp;
3206 lp = bofi_link_freelist;
3207 if (lp != NULL) {
3208 bofi_link_freelist = lp->link;
3209 lp->errentp = ep;
3210 lp->link = hp->link;
3211 hp->link = lp;
3255 for (lp = hp->link; lp != NULL; ) {
3256 next_lp = lp->link;
3257 lp->link = bofi_link_freelist;
3258 bofi_link_freelist = lp;
3259 lp = next_lp;
3284 struct bofi_link *lp;
3304 lp = bofi_link_freelist;
3305 if (lp != NULL) {
3306 bofi_link_freelist = lp->link;
3307 lp->errentp = ep;
3308 lp->link = hp->link;
3309 hp->link = lp;
3636 struct bofi_link *lp, *next_lp;
3671 for (lp = hp->link; lp != NULL; ) {
3672 next_lp = lp->link;
3677 ep = lp->errentp;
3683 lp->link = bofi_link_freelist;
3684 bofi_link_freelist = lp;
3685 lp = next_lp;
3716 struct bofi_link *lp;
3756 for (lp = hp->link; lp != NULL; lp = lp->link) {
3757 ep = lp->errentp;
4050 struct bofi_link *lp;
4114 lp = bofi_link_freelist;
4115 if (lp != NULL) {
4116 bofi_link_freelist = lp->link;
4117 lp->errentp = ep;
4118 lp->link = hp->link;
4119 hp->link = lp;
4133 struct bofi_link *lp, *next_lp;
4173 for (lp = hp->link; lp != NULL; ) {
4174 next_lp = lp->link;
4175 ep = lp->errentp;
4182 lp->link = bofi_link_freelist;
4183 bofi_link_freelist = lp;
4184 lp = next_lp;
4205 struct bofi_link *lp;
4255 for (lp = hp->link; lp != NULL; lp = lp->link) {
4256 ep = lp->errentp;
4291 struct bofi_link *lp;
4311 for (lp = hp->link; lp != NULL; lp = lp->link) {
4312 ep = lp->errentp;
4386 struct bofi_link *lp;
4393 for (lp = hp->link; lp != NULL; lp = lp->link) {
4398 if (lp->errentp->errdef.access_count == 0 &&
4399 (lp->errentp->state & BOFI_DEV_ACTIVE)) {
4400 result = (lp->errentp->errdef.acc_chk & 1);
4415 struct bofi_link *lp;
4434 for (lp = hp->link; lp != NULL; lp = lp->link) {
4439 if (lp->errentp->errdef.access_count == 0 &&
4440 (lp->errentp->state & BOFI_DEV_ACTIVE)) {
4441 result = ((lp->errentp->errdef.acc_chk & 2) ? 1 : 0);
4459 struct bofi_link *lp;
4478 for (lp = hp->link; lp != NULL; lp = lp->link) {
4479 ep = lp->errentp;
4509 struct bofi_link *lp;
4533 for (lp = hp->link; lp != NULL; lp = lp->link) {
4534 ep = lp->errentp;
4582 struct bofi_link *lp, *next_lp;
4653 lp = bofi_link_freelist;
4654 if (lp != NULL) {
4655 bofi_link_freelist = lp->link;
4656 lp->errentp = ep;
4657 lp->link = hp->link;
4658 hp->link = lp;
4702 for (lp = hp->link; lp != NULL; ) {
4703 next_lp = lp->link;
4704 lp->link = bofi_link_freelist;
4705 bofi_link_freelist = lp;
4706 lp = next_lp;