Lines Matching defs:this
13 * notice, this list of conditions and the following disclaimer.
15 * notice, this list of conditions and the following disclaimer in the
17 * 3. All advertising materials mentioning features or use of this software
19 * This product includes software developed for the NetBSD Project by
22 * or promote products derived from this software without specific prior
25 * THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
45 * notice, this list of conditions and the following disclaimer.
47 * notice, this list of conditions and the following disclaimer in the
50 * may be used to endorse or promote products derived from this software
53 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
62 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
387 * XXX make this an option.
578 int curdirsize, this;
591 this = UFS_DIRSIZ(0, &tmpdir, 0); \
593 printf("ADDDIRENT: was: %s (%d) this %d cur %d\n", \
594 e, tmpdir.d_namlen, this, curdirsize); \
595 if (this + curdirsize > roundup(curdirsize, UFS_DIRBLKSIZ)) \
597 curdirsize += this; \
599 printf("ADDDIRENT: now: %s (%d) this %d cur %d\n", \
600 e, tmpdir.d_namlen, this, curdirsize); \
604 * XXX this needs to take into account extra space consumed
792 * otoh, this isn't a real filesystem, so who
800 * pass 2: write out dirbuf, then non-directories at this level
951 * sized chunk. however, ffs_balloc() handles this for us