NDHISLOTS 754 kern/kern_descrip.c if (NDHISLOTS(nfiles) > NDHISLOTS(fdp->fd_nfiles)) {
NDHISLOTS 755 kern/kern_descrip.c newhimap = malloc(NDHISLOTS(nfiles) * sizeof(u_int),
NDHISLOTS 761 kern/kern_descrip.c (i = NDHISLOTS(fdp->fd_nfiles) * sizeof(u_int)));
NDHISLOTS 763 kern/kern_descrip.c NDHISLOTS(nfiles) * sizeof(u_int) - i);
NDHISLOTS 770 kern/kern_descrip.c if (NDHISLOTS(fdp->fd_nfiles) > NDHISLOTS(NDFILE)) {
NDHISLOTS 921 kern/kern_descrip.c if (NDHISLOTS(i) <= NDHISLOTS(NDFILE)) {
NDHISLOTS 927 kern/kern_descrip.c newfdp->fd_himap = malloc(NDHISLOTS(i) * sizeof(u_int),
NDHISLOTS 935 kern/kern_descrip.c bcopy(fdp->fd_himap, newfdp->fd_himap, NDHISLOTS(i) * sizeof(u_int));
NDHISLOTS 992 kern/kern_descrip.c if (NDHISLOTS(fdp->fd_nfiles) > NDHISLOTS(NDFILE)) {
NDHISLOTS 57 sys/filedesc.h #define NDLOSLOTS(x) (NDHISLOTS(x) << NDENTRYSHIFT)