Searched refs:bindings (Results 1 - 19 of 19) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dbananapi.dts33 #include <dt-bindings/gpio/gpio.h>
H A Dsun7i-a20.dtsi29 #include <dt-bindings/interrupt-controller/arm-gic.h>
30 #include <dt-bindings/pinctrl/sun4i-a10.h>
H A Dsun4i-a10.dtsi29 #include <dt-bindings/pinctrl/sun4i-a10.h>
H A Darmada-38x.dtsi52 #include <dt-bindings/interrupt-controller/arm-gic.h>
53 #include <dt-bindings/interrupt-controller/irq.h>
H A Darmada-388-gp.dts46 #include <dt-bindings/gpio/gpio.h>
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwhocalls.ksh28 whocalls will audit all function bindings between <utility> and any library
/illumos-gate/usr/src/cmd/sgs/link_audit/
H A DMakefile35 src/bindings.c \
36 src/bindings.h \
H A DMakefile.com43 BINDLIB= bindings.so.1
44 BINDSRC= bindings.c
88 $(BINDLIB):= MAPFILES = ../common/mapfile-vers-bindings
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.h40 * This module defines a binary-search symbol table of key-bindings. *
73 * Enumerate the possible sources of key-bindings in order of decreasing
135 * Remove all key bindings that came from a specified source.
149 * Merge an array of bindings with existing bindings.
151 int _kt_add_bindings(KeyTab *kt, KtBinder binder, const KtKeyBinding *bindings,
H A Dkeytab.c459 * Lookup the sub-array of key-bindings who's key-sequences minimally
784 * Remove all key bindings that came from a specified source.
787 * kt KeyTab * The table of key bindings.
788 * binder KtBinder The source of the bindings to be cleared.
795 * If there is no table, then no bindings exist to be deleted.
800 * Clear bindings of the given source.
930 * Merge an array of bindings with existing bindings.
933 * kt KeyTab * The table of key bindings.
934 * binder KtBinder The source of the bindings
941 _kt_add_bindings(KeyTab *kt, KtBinder binder, const KtKeyBinding *bindings, unsigned n) argument
[all...]
H A Dgetline.c416 KeyTab *bindings; /* A table of key-bindings */ member in struct:GetLine
780 * Set up terminal-specific key bindings.
972 * Bind the actual arrow key bindings to match those of the symbolic
973 * arrow-key bindings.
1458 * Define the default key-bindings in emacs mode.
1534 * Define the default key-bindings in vi mode. Note that in vi-mode
1535 * meta-key bindings are command-mode bindings. For example M-i first
1790 gl->bindings
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnreaddir.c428 FN_bindinglist_t *bindings; local
435 bindings = fn_ctx_list_bindings(ctx, empty_cname, status);
436 if (bindings == NULL) {
439 while ((child = fn_bindinglist_next(bindings, &ref, status)) != NULL) {
467 fn_bindinglist_destroy(bindings XFN1(status));
H A Dns_fnmount.c437 FN_bindinglist_t *bindings = NULL; local
451 bindings = fn_ctx_list_bindings(ctx, empty_cname, status);
453 if (bindings == NULL) {
458 while ((child_s = fn_bindinglist_next(bindings, &child_ref, status))
492 fn_bindinglist_destroy(bindings XFN1(status));
805 * User-relative bindings in the initial context, and the leading components
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymprof.pl35 # LD_DEBUG=files,bindings and parsing the linker debug output.
354 # it before any bindings processing. that is why we iterate
484 # header, and before the bindings (if any). See
508 # Now collect the bindings info:
522 # There are exactly four(4) types of bindings that will be
680 "bindings line: %s\n"), $line));
687 # ignore no bindings warning for non-ELF
737 # the dynamic bindings and we get "unbound symbols".
828 # to augment the bindings of the binary with unbounds
849 # try using the bindings o
[all...]
H A DAppcertUtil.pm492 # direct bindings symbol names and places them in a newline
1845 my ($warn, $tag, $desc, $bindings);
1847 ($warn, $tag, $desc, $bindings, $text) =
1853 $bindings =~ s/^\s*//;
1872 if ($bindings =~ /^MATCH\s*(\S.*)$/) {
1902 foreach $bind (split(/,/, $bindings)) {
/illumos-gate/usr/src/cmd/iscsiadm/
H A Discsiadm.h233 IMA_ADDRESS_KEY bindings[1]; /* IN/OUT */ member in struct:_SUN_IMA_CONFIG_SESSIONS
H A Dsun_ima.c1663 (*pConfigSessions)->bindings[idx].ipAddress.
1666 (*pConfigSessions)->bindings[idx].ipAddress.
1669 (*pConfigSessions)->bindings[idx].ipAddress.
1672 (*pConfigSessions)->bindings[idx].ipAddress.
1714 if (pConfigSessions->bindings[idx].ipAddress.
1718 bcopy(pConfigSessions->bindings[idx].
1725 bcopy(pConfigSessions->bindings[idx].
H A Discsiadm_main.c2696 if (pConfigSessions->bindings[out].
2699 pConfigSessions->bindings[out].
2704 pConfigSessions->bindings[out].
3317 * First we need to determine how many bindings
3372 pConfigSessions->bindings[sessions].
3375 pConfigSessions->bindings[sessions].
3378 pConfigSessions->bindings[sessions].ipAddress.
3382 pConfigSessions->bindings[sessions].
/illumos-gate/usr/src/uts/common/io/warlock/
H A Dddi_dki_comm.inc56 * function pointers have no bindings.

Completed in 83 milliseconds