Searched refs:enter (Results 1 - 25 of 62) sorted by relevance

123

/freebsd-current/contrib/netbsd-tests/lib/libc/net/
H A Dt_nsdispatch.sh37 func1: enter
38 func2: enter
39 func3: enter
/freebsd-current/sbin/ddb/
H A Dddb.conf10 # kdb.enter.panic panic(9) was called.
11 script kdb.enter.panic=textdump set; capture on; run lockinfo; show pcpu; bt; ps; alltrace; capture off; textdump dump; reset
13 # kdb.enter.witness witness(4) detected a locking error.
14 script kdb.enter.witness=run lockinfo
/freebsd-current/sys/contrib/dev/rtw88/
H A Dps.h21 void rtw_power_mode_change(struct rtw_dev *rtwdev, bool enter);
H A Dhci.h18 void (*deep_ps)(struct rtw_dev *rtwdev, bool enter);
19 void (*link_ps)(struct rtw_dev *rtwdev, bool enter);
60 static inline void rtw_hci_deep_ps(struct rtw_dev *rtwdev, bool enter) argument
62 rtwdev->hci.ops->deep_ps(rtwdev, enter);
65 static inline void rtw_hci_link_ps(struct rtw_dev *rtwdev, bool enter) argument
67 rtwdev->hci.ops->link_ps(rtwdev, enter);
H A Dps.c69 void rtw_power_mode_change(struct rtw_dev *rtwdev, bool enter) argument
79 if (enter) {
106 enter ? "entering" : "leaving");
217 "Should enter LPS before entering deep PS\n");
H A Dpci.c680 "TX path not empty, cannot enter deep power save state\n");
702 static void rtw_pci_deep_ps(struct rtw_dev *rtwdev, bool enter) argument
708 if (enter && !test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags))
711 if (!enter && test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags))
1449 static void rtw_pci_link_ps(struct rtw_dev *rtwdev, bool enter) argument
1459 * to enter L1 state on the fly even when driver is having high
1466 if ((enter && atomic_dec_if_positive(&rtwpci->link_usage) == 0) ||
1467 (!enter && atomic_inc_return(&rtwpci->link_usage) == 1))
1468 rtw_pci_aspm_set(rtwdev, enter);
H A Dsdio.c756 "TX path not empty, cannot enter deep power save state\n");
770 static void rtw_sdio_deep_ps(struct rtw_dev *rtwdev, bool enter) argument
772 if (enter && !test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags))
775 if (!enter && test_bit(RTW_FLAG_LEISURE_PS_DEEP, rtwdev->flags))
786 static void rtw_sdio_link_ps(struct rtw_dev *rtwdev, bool enter) argument
/freebsd-current/sys/contrib/dev/rtw89/
H A Dps.c33 bool enter)
41 rtw89_mac_power_mode_change(rtwdev, enter);
42 rtw89_hci_switch_mode(rtwdev, enter);
47 if (!enter) {
54 static void rtw89_ps_power_mode_change(struct rtw89_dev *rtwdev, bool enter) argument
57 rtw89_ps_power_mode_change_with_hci(rtwdev, enter);
59 rtw89_mac_power_mode_change(rtwdev, enter);
32 rtw89_ps_power_mode_change_with_hci(struct rtw89_dev *rtwdev, bool enter) argument
/freebsd-current/contrib/dialog/samples/
H A Deditbox-utf814 allow the user to enter or modify free-form text.
/freebsd-current/lib/libcuse/
H A Dcuse_lib.c458 struct cuse_dev_entered enter; local
473 enter.thread = curr;
474 enter.per_file_handle = (void *)info.per_file_handle;
475 enter.cmd = info.command;
476 enter.is_local = 0;
477 enter.got_signal = 0;
478 enter.cdev = cdev;
479 TAILQ_INSERT_TAIL(&h_cuse_entered, &enter, entry);
509 enter.per_file_handle)
573 enter
[all...]
/freebsd-current/usr.sbin/lpr/pac/
H A Dpac.c89 static struct hent *enter(const char _name[]);
155 (void) enter(--cp);
226 hp = enter(cp);
320 enter(const char name[]) function
/freebsd-current/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-current/tools/test/stress2/misc/
H A Dumtx_suspend.sh76 // and enter the kernel.
/freebsd-current/sys/dev/usb/
H A Dusb_controller.h162 void (*enter)(struct usb_xfer *); member in struct:usb_pipe_methods
/freebsd-current/sbin/dhclient/
H A Ddhclient-script304 # Invoke the local dhcp client enter hooks, if they exist.
305 if [ -f /etc/dhclient-enter-hooks ]; then
307 . /etc/dhclient-enter-hooks
/freebsd-current/usr.bin/systat/
H A Dnetstat.c78 static struct netinfo *enter(struct in_conninfo *, uint8_t, int, const char *);
321 if ((p = enter(&inp->inp_inc, inp->inp_vflag, state, proto)) != NULL) {
333 if ((p = enter(&xip->inp_inc, xip->inp_vflag, state, proto)) != NULL) {
340 enter(struct in_conninfo *inc, uint8_t vflag, int state, const char *proto) function
/freebsd-current/contrib/tzcode/
H A Dtzselect.ksh111 "") echo >&2 "Please enter a number in range.";;
136 echo >&2 'Please enter a number in range.';;
143 echo >&2 'Please enter a number in range.'
486 echo >&2 'Please enter the desired value' \
503 echo >&2 'Please enter coordinates' \
/freebsd-current/sys/dev/superio/
H A Dsuperio.c57 sio_conf_enter_f enter; member in struct:sio_conf_methods
182 sc->methods->enter(sc->io_res, sc->io_port);
209 .enter = ite_conf_enter,
228 .enter = nvt_conf_enter,
247 .enter = fintek_conf_enter,
553 methods_table[m]->enter(res, port);
/freebsd-current/sys/sys/
H A Dfbio.h142 fb_enter_t *enter; member in struct:fb_info
/freebsd-current/sys/powerpc/include/
H A Dmmuvar.h128 pmap_enter_t enter; member in struct:pmap_funcs
/freebsd-current/sys/powerpc/powerpc/
H A Dpmap_dispatch.c126 DEFINE_PMAP_IFUNC(int, enter, (pmap_t, vm_offset_t, vm_page_t, vm_prot_t, u_int, int8_t));
/freebsd-current/sys/dev/vt/hw/fb/
H A Dvt_fb.c435 if (info->enter != NULL)
436 info->enter(info->fb_priv);
/freebsd-current/usr.sbin/bsdinstall/scripts/
H A Dauto323 echo "Use this shell to set up partitions for the new system. When finished, mount the system at $BSDINSTALL_CHROOT and place an fstab file for the new system at $PATH_FSTAB. Then type 'exit'. You can also enter the partition editor at any time by entering 'bsdinstall partedit'."
/freebsd-current/sys/dev/usb/controller/
H A Duss820dci.c1605 .enter = uss820dci_device_bulk_enter,
1642 .enter = uss820dci_device_ctrl_enter,
1679 .enter = uss820dci_device_intr_enter,
1730 .enter = uss820dci_device_isoc_fs_enter,
/freebsd-current/crypto/openssl/crypto/
H A Dsparccpuid.S186 ba .enter
199 .enter: ld [%i0],%i2

Completed in 351 milliseconds

123