Lines Matching refs:use
6 * (the "License"). You may not use this file except in compliance
503 struct unall_space_ent *use;
521 use = (struct unall_space_ent *)bp->b_un.b_addr;
522 sz = SWAP_32(use->use_len_ad);
523 adesc = SWAP_16(use->use_icb_tag.itag_flags) & 0x7;
527 sad = (struct short_ad *)use->use_ad;
584 sad = (struct short_ad *)use->use_ad;
593 use->use_len_ad = SWAP_32(sz);
601 lad = (struct long_ad *)use->use_ad;
658 lad = (struct long_ad *)use->use_ad;
667 use->use_len_ad = SWAP_32(sz);
757 * decide unallocated/freed table to use
844 struct unall_space_ent *use;
868 use = (struct unall_space_ent *)bp->b_un.b_addr;
869 sz = SWAP_32(use->use_len_ad);
870 adesc = SWAP_16(use->use_icb_tag.itag_flags) & 0x7;
874 sad = (struct short_ad *)use->use_ad;
910 dummy = SWAP_32(use->use_len_ad);
911 sad = (struct short_ad *)&use->use_ad[dummy];
916 use->use_len_ad = SWAP_32(dummy);
920 lad = (struct long_ad *)use->use_ad;
956 dummy = SWAP_32(use->use_len_ad);
957 lad = (struct long_ad *)&use->use_ad[dummy];
963 use->use_len_ad = SWAP_32(dummy);
1034 * clients are not likely to set the gid), then use it if
1039 * then use the process's gid.