Searched refs:enter (Results 1 - 25 of 46) sorted by path

12

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh47 * Toss out the first 100 samples to wait for the program to enter
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox-utf814 allow the user to enter or modify free-form text.
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c301 static char enter[] = "\r"; local
337 write (out_to_inferior_fd, enter, sizeof(enter)-1);
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js947 if((/over|enter/).test(event.type) && (/out|leave/).test(cache.event.type) &&
1418 else if(/mouse(over|enter)/i.test(options.show.event)) {
1722 if(/mouse(over|enter)/i.test(events.show) && !/mouse(out|leave)/i.test(events.hide)) {
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dt_nsdispatch.sh37 func1: enter
38 func2: enter
39 func3: enter
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dpa-risc2W.s831 B $00000024 ; enter loop
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_asm.c934 goto enter;
951 enter:
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparccpuid.S179 ba .enter
192 .enter: ld [%i0],%i2
/freebsd-11-stable/etc/
H A Dddb.conf11 # kdb.enter.panic panic(9) was called.
12 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; call doadump; reset
14 # kdb.enter.witness witness(4) detected a locking error.
15 script kdb.enter.witness=run lockinfo
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsgen.c148 enum stringwork { enter, copy, edit, expand, edit_expand }; enumerator in enum:stringwork
191 scandeltatext(deltas->first, enter, false);
254 case enter: enterstring(); break;
432 "enter %s, terminated with single '.' or end of file:\n%s>> ",
/freebsd-11-stable/lib/libcuse/
H A Dcuse_lib.c464 struct cuse_dev_entered enter; local
479 enter.thread = curr;
480 enter.per_file_handle = (void *)info.per_file_handle;
481 enter.cmd = info.command;
482 enter.is_local = 0;
483 enter.got_signal = 0;
484 enter.cdev = cdev;
485 TAILQ_INSERT_TAIL(&h_cuse_entered, &enter, entry);
515 enter.per_file_handle)
579 enter
[all...]
/freebsd-11-stable/release/picobsd/floppy.tree/sbin/
H A Ddhclient-script288 # Invoke the local dhcp client enter hooks, if they exist.
289 if [ -f /etc/dhclient-enter-hooks ]; then
291 . /etc/dhclient-enter-hooks
/freebsd-11-stable/sbin/dhclient/
H A Ddhclient-script301 # Invoke the local dhcp client enter hooks, if they exist.
302 if [ -f /etc/dhclient-enter-hooks ]; then
304 . /etc/dhclient-enter-hooks
/freebsd-11-stable/sbin/ldconfig/
H A Dldconfig.c98 static void enter(char *, char *, char *, int *, int);
336 enter(dir, dp->d_name, name, dewey, ndewey);
344 enter(char *dir, char *file, char *name, int dewey[], int ndewey) function
/freebsd-11-stable/stand/i386/boot0/
H A Dboot0.S397 je use_default # enter -> default
/freebsd-11-stable/sys/dev/ce/
H A Dceddk.c45 static int enter=0; \
47 enter++; \
48 printf ("%s: >> enter (%16llx) %d\n", __FUNCTION__, rdtsc (), enter); \
53 enter--; \
54 printf ("%s: << exit (%16llx) %d line %d\n", __FUNCTION__, rdtsc (), enter, __LINE__); \
/freebsd-11-stable/sys/dev/usb/controller/
H A Dat91dci.c1571 .enter = at91dci_device_bulk_enter,
1608 .enter = at91dci_device_ctrl_enter,
1645 .enter = at91dci_device_intr_enter,
1727 .enter = at91dci_device_isoc_fs_enter,
H A Datmegadci.c1419 .enter = atmegadci_device_non_isoc_enter,
1505 .enter = atmegadci_device_isoc_fs_enter,
H A Davr32dci.c1349 .enter = avr32dci_device_non_isoc_enter,
1434 .enter = avr32dci_device_isoc_fs_enter,
H A Ddwc_otg.c4159 .enter = dwc_otg_device_non_isoc_enter,
4266 .enter = dwc_otg_device_isoc_enter,
H A Dehci.c2283 .enter = ehci_device_bulk_enter,
2324 .enter = ehci_device_ctrl_enter,
2405 .enter = ehci_device_intr_enter,
2697 .enter = ehci_device_isoc_fs_enter,
2977 .enter = ehci_device_isoc_hs_enter,
H A Dmusb_otg.c3356 .enter = musbotg_device_bulk_enter,
3393 .enter = musbotg_device_ctrl_enter,
3430 .enter = musbotg_device_intr_enter,
3519 .enter = musbotg_device_isoc_enter,
H A Dohci.c1704 .enter = ohci_device_bulk_enter,
1745 .enter = ohci_device_ctrl_enter,
1817 .enter = ohci_device_intr_enter,
2025 .enter = ohci_device_isoc_enter,
H A Dsaf1761_otg.c2625 .enter = saf1761_otg_device_non_isoc_enter,
2707 .enter = saf1761_otg_device_isoc_enter,
2789 .enter = saf1761_otg_host_isoc_enter,
H A Duhci.c674 /* enter global suspend */
1946 .enter = uhci_device_bulk_enter,
2008 .enter = uhci_device_ctrl_enter,
2081 /* enter QHs into the controller data structures */
2095 .enter = uhci_device_intr_enter,
2303 .enter = uhci_device_isoc_enter,

Completed in 822 milliseconds

12