/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/ |
H A D | bananapi.dts | 33 #include <dt-bindings/gpio/gpio.h>
|
H A D | sun7i-a20.dtsi | 29 #include <dt-bindings/interrupt-controller/arm-gic.h> 30 #include <dt-bindings/pinctrl/sun4i-a10.h>
|
H A D | sun4i-a10.dtsi | 29 #include <dt-bindings/pinctrl/sun4i-a10.h>
|
H A D | armada-38x.dtsi | 52 #include <dt-bindings/interrupt-controller/arm-gic.h> 53 #include <dt-bindings/interrupt-controller/irq.h>
|
H A D | armada-388-gp.dts | 46 #include <dt-bindings/gpio/gpio.h>
|
/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | whocalls.ksh | 28 whocalls will audit all function bindings between <utility> and any library
|
/illumos-gate/usr/src/cmd/sgs/link_audit/ |
H A D | Makefile | 35 src/bindings.c \ 36 src/bindings.h \
|
H A D | Makefile.com | 43 BINDLIB= bindings.so.1 44 BINDSRC= bindings.c 88 $(BINDLIB):= MAPFILES = ../common/mapfile-vers-bindings
|
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | keytab.h | 40 * 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 D | keytab.c | 459 * 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 D | getline.c | 416 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 D | ns_fnreaddir.c | 428 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 D | ns_fnmount.c | 437 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 D | symprof.pl | 35 # 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 D | AppcertUtil.pm | 492 # 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 D | iscsiadm.h | 233 IMA_ADDRESS_KEY bindings[1]; /* IN/OUT */ member in struct:_SUN_IMA_CONFIG_SESSIONS
|
H A D | sun_ima.c | 1663 (*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 D | iscsiadm_main.c | 2696 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 D | ddi_dki_comm.inc | 56 * function pointers have no bindings.
|