Home | History | Annotate | Download | only in kern

Lines Matching defs:fdp

1420 	int * const fdp = kmem_alloc(nfds * sizeof(int), KM_SLEEP);
1453 if ((error = fd_alloc(p, 0, &fdp[i])) != 0) {
1458 fd_abort(p, NULL, fdp[i]);
1483 const int fd = fdp[i];
1525 kmem_free(fdp, nfds * sizeof(int));
1546 int i, fd, *fdp;
1564 fdp = (int *)CMSG_DATA(cm);
1567 fd = *fdp++;
1601 fdp = (int *)CMSG_DATA(cm) + nfds;
1605 fp = atomic_load_consume(&dt->dt_ff[*--fdp]->ff_file);
1616 fdp = (int *)CMSG_DATA(cm);
1618 fd_putfile(*fdp++);