Searched refs:ldev (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c381 isc_socketevent_t *ldev; local
407 ldev = ISC_LIST_HEAD(sock->recv_list);
408 while (ldev != NULL) {
409 printf("\t\tdev: %p\n", ldev);
410 ldev = ISC_LIST_NEXT(ldev, ev_link);
414 ldev = ISC_LIST_HEAD(sock->send_list);
415 while (ldev != NULL) {
416 printf("\t\tdev: %p\n", ldev);
417 ldev
2329 isc_socketevent_t *ldev; local
2341 isc_socket_newconnev_t *ldev; local
[all...]
/freebsd-11-stable/sys/dev/bhnd/
H A Dbhnd.c271 device_t ldev, rdev; local
274 ldev = (*(const device_t *) lhs);
277 lorder = BHND_BUS_GET_PROBE_ORDER(device_get_parent(ldev), ldev);
/freebsd-11-stable/stand/uboot/common/
H A Dmain.c424 const char *ldev; local
521 ldev = uboot_fmtdev(&currdev);
522 env_setenv("currdev", EV_VOLATILE, ldev, uboot_setcurrdev, env_nounset);
523 env_setenv("loaddev", EV_VOLATILE, ldev, env_noset, env_nounset);
524 printf("Booting from %s\n", ldev);
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c108 static void linux_cdev_deref(struct linux_cdev *ldev);
715 struct linux_cdev *ldev; local
718 ldev = filp->f_cdev;
720 if (ldev != NULL) {
721 for (siref = ldev->siref;;) {
723 ldev = &dummy_ldev;
724 siref = ldev->siref;
725 *fop = ldev->ops;
726 MPASS((ldev->siref & LDEV_SI_DTR) == 0);
727 } else if (atomic_fcmpset_int(&ldev
737 linux_drop_fop(struct linux_cdev *ldev) argument
761 struct linux_cdev *ldev; local
1150 struct linux_cdev *ldev; local
1390 struct linux_cdev *ldev; local
1432 struct linux_cdev *ldev; local
1475 struct linux_cdev *ldev; local
1498 struct linux_cdev *ldev; local
1538 struct linux_cdev *ldev; local
1617 struct linux_cdev *ldev; local
1727 struct linux_cdev *ldev; local
2147 linux_cdev_deref(struct linux_cdev *ldev) argument
2180 linux_destroy_dev(struct linux_cdev *ldev) argument
2388 struct linux_cdev *ldev = cdev->si_drv1; local
[all...]

Completed in 517 milliseconds