Symbol: enter
crypto/libressl/crypto/bn/bn_asm.c
942
goto enter;
crypto/libressl/crypto/bn/bn_asm.c
959
enter:
games/adventure/init.c
110
static int enter, /*stream,*/ pour;
games/adventure/init.c
231
enter = vocab(DECR('e', 'n', 't', 'e', 'r'), 0, 0);
lib/libcuse/cuse_lib.c
471
struct cuse_dev_entered enter;
lib/libcuse/cuse_lib.c
486
enter.thread = curr;
lib/libcuse/cuse_lib.c
487
enter.per_file_handle = (void *)info.per_file_handle;
lib/libcuse/cuse_lib.c
488
enter.cmd = info.command;
lib/libcuse/cuse_lib.c
489
enter.is_local = 0;
lib/libcuse/cuse_lib.c
490
enter.got_signal = 0;
lib/libcuse/cuse_lib.c
491
enter.cdev = cdev;
lib/libcuse/cuse_lib.c
492
TAILQ_INSERT_TAIL(&h_cuse_entered, &enter, entry);
lib/libcuse/cuse_lib.c
522
enter.per_file_handle)
lib/libcuse/cuse_lib.c
586
enter.per_file_handle)
lib/libcuse/cuse_lib.c
603
TAILQ_REMOVE(&h_cuse_entered, &enter, entry);
sys/bus/u4b/controller/ehci.c
2314
.enter = ehci_device_bulk_enter,
sys/bus/u4b/controller/ehci.c
2355
.enter = ehci_device_ctrl_enter,
sys/bus/u4b/controller/ehci.c
2436
.enter = ehci_device_intr_enter,
sys/bus/u4b/controller/ehci.c
2728
.enter = ehci_device_isoc_fs_enter,
sys/bus/u4b/controller/ehci.c
3008
.enter = ehci_device_isoc_hs_enter,
sys/bus/u4b/controller/ohci.c
1698
.enter = ohci_device_bulk_enter,
sys/bus/u4b/controller/ohci.c
1739
.enter = ohci_device_ctrl_enter,
sys/bus/u4b/controller/ohci.c
1811
.enter = ohci_device_intr_enter,
sys/bus/u4b/controller/ohci.c
2019
.enter = ohci_device_isoc_enter,
sys/bus/u4b/controller/uhci.c
1943
.enter = uhci_device_bulk_enter,
sys/bus/u4b/controller/uhci.c
2005
.enter = uhci_device_ctrl_enter,
sys/bus/u4b/controller/uhci.c
2092
.enter = uhci_device_intr_enter,
sys/bus/u4b/controller/uhci.c
2300
.enter = uhci_device_isoc_enter,
sys/bus/u4b/controller/xhci.c
3190
.enter = xhci_device_generic_enter,
sys/bus/u4b/usb_controller.h
163
void (*enter)(struct usb_xfer *);
sys/bus/u4b/usb_transfer.c
1870
(ep->methods->enter) (xfer);
sys/dev/acpica/acpi_cpu_cstate.c
391
cx_ptr->enter = acpi_cst_c1_halt_enter;
sys/dev/acpica/acpi_cpu_cstate.c
425
cx_ptr->enter = acpi_cst_cx_io_enter;
sys/dev/acpica/acpi_cpu_cstate.c
453
cx_ptr->enter = acpi_cst_cx_io_enter;
sys/dev/acpica/acpi_cpu_cstate.c
549
cx_ptr->enter = acpi_cst_c1_halt_enter;
sys/dev/acpica/acpi_cpu_cstate.c
601
cx_ptr->enter = acpi_cst_cx_io_enter;
sys/dev/acpica/acpi_cpu_cstate.c
612
KASSERT(cx_ptr->enter != NULL,
sys/dev/acpica/acpi_cpu_cstate.c
952
cx_next->enter(cx_next);
sys/dev/acpica/acpi_cpu_cstate.c
970
cx_next->enter(cx_next);
sys/dev/acpica/acpi_cpu_cstate.h
43
void (*enter)(const struct acpi_cst_cx *);
sys/kern/kern_descrip.c
397
goto enter;
sys/kern/kern_descrip.c
414
enter:
sys/platform/pc64/acpica/acpi_cstate_machdep.c
168
cx->enter = acpi_cst_cx_mwait_enter;
usr.bin/systat/netstat.c
156
enter(&xtcp->xt_inp, xso, state, "tcp");
usr.bin/systat/netstat.c
168
enter(&xinp->xi_inp, xso, 0, "udp");
usr.bin/systat/netstat.c
76
static void enter(struct inpcb *, struct xsocket *, int, const char *);
usr.sbin/inetd/inetd.c
1012
sep = enter(new);
usr.sbin/inetd/inetd.c
192
struct servtab *enter(struct servtab *);
usr.sbin/lpr/pac/pac.c
155
enter(--cp);
usr.sbin/lpr/pac/pac.c
226
hp = enter(cp);
usr.sbin/lpr/pac/pac.c
89
static struct hent *enter(const char _name[]);