Home
last modified time | relevance | path

Searched +full:button +full:- +full:uid (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/dialog/samples/
H A Dinputmenu24 # "inputmenu1" with defaultitem, help-button.
6 . ./setup-vars
8 backtitle="An Example for the use of --inputmenu:"
10 ids=`id|sed -e 's/([^)]*)//g'`
11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
22 returntext=`$DIALOG --clear --ok-label "Create" \
23 --backtitle "$backtitle" \
24 --help-button \
25 --help-label "Script" \
[all …]
H A Dinputmenu34 # "inputmenu1" with defaultitem, help-button and item-help.
6 . ./setup-vars
8 backtitle="An Example for the use of --inputmenu:"
10 ids=`id|sed -e 's/([^)]*)//g'`
11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
22 returntext=`$DIALOG --clear --ok-label "Create" \
23 --backtitle "$backtitle" \
24 --help-button \
25 --help-label "Script" \
[all …]
H A Dform1-both2 # $Id: form1-both,v 1.8 2020/11/26 00:34:22 tom Exp $
4 . ./setup-vars
6 backtitle="An Example for the use of --form:"
8 ids=`id|sed -e 's/([^)]*)//g'`
9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
19 returntext=`$DIALOG --ok-label "Submit" \
20 --extra-button --help-button \
21 --backtitle "$backtitle" "$@" \
22 --form "Here is a possible piece of a configuration program." \
[all …]
H A Dform33 # form1 with --help-button
5 . ./setup-vars
7 backtitle="An Example for the use of --form:"
9 ids=`id|sed -e 's/([^)]*)//g'`
10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
20 returntext=`$DIALOG --ok-label "Submit" \
21 --help-button \
22 --backtitle "$backtitle" "$@" \
23 --form "Here is a possible piece of a configuration program." \
[all …]
H A Dform14 . ./setup-vars
9 backtitle="An Example for the use of --form:"
11 ids=`id|sed -e 's/([^)]*)//g'`
12 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
13 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
22 returntext=`$DIALOG --ok-label "Submit" \
23 --backtitle "$backtitle" "$@" \
24 --form "Here is a possible piece of a configuration program." \
27 "UID:" 2 1 "$uid" 2 10 8 0 \
32 exec 3>&-
[all …]
H A Dinputmenu44 # "inputmenu1" with a different label for the extra-button
6 . ./setup-vars
8 backtitle="An Example for the use of --inputmenu:"
10 ids=`id|sed -e 's/([^)]*)//g'`
11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
21 returntext=`$DIALOG --clear --ok-label "Create" \
22 --extra-label "Edit" \
23 --backtitle "$backtitle" "$@" \
24 --inputmenu "Originally I designed --inputmenu for a \
[all …]
H A Dform1-extra2 # $Id: form1-extra,v 1.8 2020/11/26 00:34:05 tom Exp $
4 . ./setup-vars
6 backtitle="An Example for the use of --form:"
8 ids=`id|sed -e 's/([^)]*)//g'`
9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
19 returntext=`$DIALOG --ok-label "Submit" \
20 --extra-button \
21 --backtitle "$backtitle" "$@" \
22 --form "Here is a possible piece of a configuration program." \
[all …]
H A Dform1-help2 # $Id: form1-help,v 1.8 2020/11/26 00:33:42 tom Exp $
4 . ./setup-vars
6 backtitle="An Example for the use of --form:"
8 ids=`id|sed -e 's/([^)]*)//g'`
9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
19 returntext=`$DIALOG --ok-label "Submit" \
20 --help-button \
21 --backtitle "$backtitle" "$@" \
22 --form "Here is a possible piece of a configuration program." \
[all …]
H A Dform63 # form4 with --help-status
5 . ./setup-vars
7 backtitle="An Example for the use of --form:"
9 ids=`id|sed -e 's/([^)]*)//g'`
10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
20 returntext=`$DIALOG --ok-label "Submit" \
21 --help-status \
22 --help-button \
23 --item-help \
[all …]
H A Dform53 # form4 with --help-status
5 . ./setup-vars
7 backtitle="An Example for the use of --form:"
9 ids=`id|sed -e 's/([^)]*)//g'`
10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
20 returntext=`$DIALOG --ok-label "Submit" \
21 --help-status \
22 --help-button \
23 --item-help \
[all …]
H A Dform43 # form3 with --item-help
5 . ./setup-vars
7 backtitle="An Example for the use of --form:"
9 ids=`id|sed -e 's/([^)]*)//g'`
10 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
11 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
20 returntext=`$DIALOG --ok-label "Submit" \
21 --help-button \
22 --item-help \
23 --backtitle "$backtitle" "$@" \
[all …]
H A Dinputmenu-stdout2 # $Id: inputmenu-stdout,v 1.17 2020/11/26 00:30:01 tom Exp $
3 # 2002 - written by Tobias Rittweiler <tobrit@freebits.de>
5 . ./setup-vars
8 uid=`id|sed -e 's/^uid=//' -e 's/(.*//'`
9 gid=`id|sed -e 's/^.*gid=//' -e 's/(.*//'`
12 while [ "${returncode:-99}" -ne 1 ] && [ "${returncode:-99}" -ne 250 ]; do
14 --stdout --clear --ok-label "Create" \
15 --backtitle "An Example for the use of --inputmenu:" "$@" \
16 --inputmenu "Originally I designed --inputmenu for a \
20 "UID:" "$uid" \
[all …]
H A Dinputmenu3 # 2002 - written by Tobias Rittweiler <tobrit@freebits.de>
5 . ./setup-vars
8 uid=`id|sed -e 's/^uid=//' -e 's/(.*//'`
9 gid=`id|sed -e 's/^.*gid=//' -e 's/(.*//'`
12 while [ "${returncode:-99}" -ne 1 ] && [ "${returncode:-99}" -ne 250 ]; do
15 --clear --ok-label "Create" \
16 --backtitle "An Example for the use of --inputmenu:" "$@" \
17 --inputmenu "Originally I designed --inputmenu for a \
21 "UID:" "$uid" \
26 exec 3>&-
[all …]
H A Dinputmenu16 . ./setup-vars
8 backtitle="An Example for the use of --inputmenu:"
10 ids=`id|sed -e 's/([^)]*)//g'`
11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
21 returntext=`$DIALOG --clear --ok-label "Create" \
22 --backtitle "$backtitle" "$@" \
23 --inputmenu "Originally I designed --inputmenu for a \
27 "UID:" "$uid" \
32 exec 3>&-
[all …]
H A Dform24 . ./setup-vars
6 backtitle="An Example for the use of --form:"
8 ids=`id|sed -e 's/([^)]*)//g'`
9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
19 returntext=`$DIALOG --ok-label "Submit" \
20 --backtitle "$backtitle" "$@" \
21 --form "Here is a possible piece of a configuration program." \
24 "1 UID:" 2 1 "$uid" 2 12 10 10 \
28 "2 UID:" 6 1 "$uid" 6 12 10 10 \
[all …]
H A Dform1-utf82 # $Id: form1-utf8,v 1.10 2020/11/26 00:33:23 tom Exp $
4 . ./setup-vars
6 . ./setup-utf8
8 backtitle="An Example for the use of --form:"
10 ids=`id|sed -e 's/([^)]*)//g'`
11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
21 returntext=`$DIALOG --ok-label "Submit" \
22 --backtitle "$backtitle" \
23 --insecure "$@" \
[all …]
H A Dpasswordform1-utf82 # $Id: passwordform1-utf8,v 1.10 2020/11/26 00:22:47 tom Exp $
4 . ./setup-vars
6 . ./setup-utf8
8 backtitle="An Example for the use of --passwordform:"
10 ids=`id|sed -e 's/([^)]*)//g'`
11 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
12 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
21 returntext=`$DIALOG --ok-label "Submit" \
22 --backtitle "$backtitle" \
23 --insecure "$@" \
[all …]
H A Dpasswordform14 . ./setup-vars
6 backtitle="An Example for the use of --form:"
8 ids=`id|sed -e 's/([^)]*)//g'`
9 uid=`echo "$ids" | sed -e 's/^uid=//' -e 's/ .*//'`
10 gid=`echo "$ids" | sed -e 's/^.* gid=//' -e 's/ .*//'`
19 returntext=`$DIALOG --ok-label "Submit" \
20 --backtitle "$backtitle" \
21 --insecure "$@" \
22 --passwordform "Here is a possible piece of a configuration program." \
25 "UID:" 2 1 "$uid" 2 10 8 0 \
[all …]
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/
H A Dnuvoton-wpcm450-supermicro-x9sci-ln4f.dts1 // SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
4 /dts-v1/;
9 #include "nuvoton-wpcm450.dtsi"
11 #include <dt-bindings/input/linux-event-codes.h>
12 #include <dt-bindings/gpio/gpio.h>
15 model = "Supermicro X9SCi-LN4F BMC";
16 compatible = "supermicro,x9sci-ln4f-bmc", "nuvoton,wpcm450";
24 stdout-path = "serial0:115200n8";
32 gpio-keys {
33 compatible = "gpio-keys";
[all …]
/freebsd/sys/contrib/device-tree/src/arm/aspeed/
H A Daspeed-bmc-inventec-transformers.dts1 // SPDX-License-Identifier: GPL-2.0-or-later
4 /dts-v1/;
6 #include "aspeed-g6.dtsi"
7 #include "aspeed-g6-pinctrl.dtsi"
8 #include <dt-binding
[all...]
H A Daspeed-bmc-asrock-e3c246d4i.dts1 // SPDX-License-Identifier: GPL-2.0+
2 /dts-v1/;
4 #include "aspeed-g5.dtsi"
5 #include <dt-bindings/gpio/aspeed-gpio.h>
6 #include <dt-bindings/i2c/i2c.h>
7 #include <dt-bindings/interrupt-controller/irq.h>
11 compatible = "asrock,e3c246d4i-bmc", "aspeed,ast2500";
18 stdout-path = &uart5;
27 compatible = "gpio-leds";
32 linux,default-trigger = "timer";
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnuvoton,wpcm450-pinctrl.yaml1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
3 ---
4 $id: http://devicetree.org/schemas/pinctrl/nuvoton,wpcm450-pinctrl.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jonathan Neuschäfer <j.neuschaefer@gmx.net>
14 const: nuvoton,wpcm450-pinctrl
19 '#address-cells':
22 '#size-cells':
31 "^gpio@[0-7]$":
44 gpio-controller: true
[all …]
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_acpi.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
128 * Fortunately, drm-kmod do not distinct AC event types too, so we can in linux_handle_acpi_acad_event()
137 nb->notifier_call(nb, 0, &abe); in linux_handle_acpi_acad_event()
150 nb->notifier_call(nb, 0, &abe); in linux_handle_acpi_video_event()
156 nb->tags[LINUX_ACPI_ACAD] = EVENTHANDLER_REGISTER(acpi_acad_event, in register_acpi_notifier()
158 nb->tags[LINUX_ACPI_VIDEO] = EVENTHANDLER_REGISTER(acpi_video_event, in register_acpi_notifier()
167 EVENTHANDLER_DEREGISTER(acpi_acad_event, nb->tags[LINUX_ACPI_ACAD]); in unregister_acpi_notifier()
168 EVENTHANDLER_DEREGISTER(acpi_video_event, nb->tags[LINUX_ACPI_VIDEO]); in unregister_acpi_notifier()
181 const char *uid; member
[all …]
/freebsd/sbin/devd/
H A Ddevd.conf.526 .\" Copyright (c) 1999-2000 by Internet Software Consortium
59 .Bl -tag -width ".Ic options"
94 .Bd -literal -offset indent
101 .Ss Sub-statements
102 The following sub-statements are supported within the
105 .Bl -tag -width ".Ic directory"
114 .It Ic pid-file Qq Pa /var/run/devd.pid ;
116 .It Ic set Ar regexp-name Qq Ar (some|regexp) ;
118 .Ar regexp-name .
130 The following sub-statements are supported within the
[all …]
/freebsd/sys/dev/acpica/
H A Dacpi.c1 /*-
264 acpi_ca_version, 0, "Version of Intel ACPI-CA");
369 * Pre-allocate space for RSDT/XSDT and DSDT tables and allow resizing in acpi_Startup()
382 /* If the user manually set the disabled hint to 0, force-enable ACPI. */ in acpi_Startup()
429 if (rsdp->Revision > 1 && rsdp->XsdtPhysicalAddress != 0) in acpi_identify()
430 paddr = (ACPI_PHYSICAL_ADDRESS)rsdp->XsdtPhysicalAddress; in acpi_identify()
432 paddr = (ACPI_PHYSICAL_ADDRESS)rsdp->RsdtPhysicalAddress; in acpi_identify()
438 sbuf_bcat(&sb, rsdt->OemId, ACPI_OEM_ID_SIZE); in acpi_identify()
441 sbuf_bcat(&sb, rsdt->OemTableId, ACPI_OEM_TABLE_ID_SIZE); in acpi_identify()
479 sc->acpi_dev = dev; in acpi_attach()
[all …]

12