Home
last modified time | relevance | path

Searched full:usr1 (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/bin/sh/tests/builtins/
H A Dtrap6.03 ${SH} -c 'trap "echo ok; exit" USR1; kill -USR1 $$' &
8 [ "$v" = "ok" ] && { [ "$r" = "USR1" ] || [ "$r" = "usr1" ]; }
H A Dtrap5.03 trap - USR1
5 trap -- -l USR1
8 trap - USR1
16 trap -- - USR1
H A Dtrap17.04 trap 'trap "echo bad" USR1
7 :' USR1
8 kill -USR1 "$$"
H A Dtrap11.02 # Check that the return statement will not break the USR1 trap, ie. all
5 result=$(${SH} -c 'trap "printf trap; echo ped" USR1; f() { return $(kill -USR1 $$); }; f')
H A Dtrap12.03 trap 'return 42' USR1
4 kill -USR1 $$
H A Dbreak2.06 trap 'break' USR1
7 kill -USR1 $$
H A Dtrap2.06 trap -- "$teststring" USR1
17 trap - USR1
/freebsd/sys/dev/uart/
H A Duart_dev_imx.c97 "UCR3 0x%08x UCR4 0x%08x USR1 0x%08x USR2 0x%08x\n",
101 GETREG(bas, REG(USR1)), GETREG(bas, REG(USR2)));
232 while (!(IS(bas, USR1, TRDY))) in imx_uart_putc()
394 SETREG(bas, REG(USR1), 0xffff); in imx_uart_bus_attach()
495 uint32_t usr1, usr2; in imx_uart_bus_ipend() local
504 usr1 = GETREG(bas, REG(USR1)); in imx_uart_bus_ipend()
507 SETREG(bas, REG(USR1), usr1); in imx_uart_bus_ipend()
515 if ((usr1 & FLD(USR1, TRDY)) && (ucr1 & FLD(UCR1, TRDYEN))) { in imx_uart_bus_ipend()
525 if (((usr1 & FLD(USR1, RRDY)) && (ucr1 & FLD(UCR1, RRDYEN))) || in imx_uart_bus_ipend()
526 ((usr1 & FLD(USR1, AGTIM)) && (ucr2 & FLD(UCR2, ATEN)))) { in imx_uart_bus_ipend()
/freebsd/bin/sh/tests/expansion/
H A Dcmdsubst20.04 trap "trapped=x$trapped" USR1
5 [ "x$(kill -USR1 $$)y" = xy ] && [ "$trapped" = x ]
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_uart.c165 int usr1; in vf_uart_rxready() local
167 usr1 = uart_getreg(bas, UART_S1); in vf_uart_rxready()
168 if (usr1 & UART_S1_RDRF) { in vf_uart_rxready()
366 uint32_t usr1, usr2; in vf_uart_bus_ipend() local
374 usr1 = uart_getreg(bas, UART_S1); in vf_uart_bus_ipend()
381 if (usr1 & UART_S1_TDRE) { in vf_uart_bus_ipend()
391 if (usr1 & UART_S1_RDRF) { in vf_uart_bus_ipend()
/freebsd/lib/libproc/tests/
H A Dtarget_prog.c37 usr1(int sig __unused) in usr1() function
73 if (signal(SIGUSR1, usr1) == SIG_ERR) in main()
/freebsd/sys/dev/netmap/
H A Dnetmap_pipe.c365 * usr1 --> e1 --> e2
372 * usr1 --> e1 --> e2
465 * usr1 --> e1 --> e2
472 * usr1 --> e1 --> e2 <-- usr2
480 * usr1 --> e1 --> e2
487 * usr1 --> e1 e2 <-- usr2
603 * usr1 --> e1 --> e2
610 * usr1 --> e1 e2 <-- usr2
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap5-igep0050.dts43 label = "board:red:usr1";
48 label = "board:blue:usr1";
H A Dam335x-boneblack.dts89 "[usr1 led]",
/freebsd/usr.sbin/pw/
H A Dpw.c339 "\t-M usr1,usr2 add users as group members\n" in cmdhelp()
357 "\t-M usr1,usr2 replaces users as group members\n" in cmdhelp()
358 "\t-m usr1,usr2 add users as group members\n" in cmdhelp()
359 "\t-d usr1,usr2 delete users as group members\n" in cmdhelp()
/freebsd/libexec/rc/rc.d/
H A Dnfscbd15 sig_stop="USR1"
H A Dnfsuserd15 sig_stop="USR1"
H A Dnfsd23 sig_stop="USR1"
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/telegraf.d/
H A Dexecd_zpool_influxdb.conf12 ## "SIGUSR1" : Send a USR1 signal. Not available on Windows.
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-is31fl32xx.txt41 label = "EB:blue:usr1";
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dcap11xx.txt68 label = "cap11xx:green:usr1";
H A Dmicrochip,cap11xx.yaml216 label = "cap11xx:green:usr1";
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/proc/
H A Dtst.signal.ksh62 kill -USR1 $!
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dmax77650.yaml133 label = "red:usr1";
/freebsd/lib/libc/gen/
H A Dsiglist.c65 [SIGUSR1] = "USR1",

123