HomeSort by relevance Sort by last modified time
    Searched defs:link (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /bionic/libc/arch-arm/syscalls/
link.S 5 .type link, #function
6 .globl link
10 link: label
  /bionic/libc/arch-x86/syscalls/
link.S 5 .type link, @function
6 .globl link
9 link: label
  /bionic/libc/arch-sh/syscalls/
link.S 5 .type link, @function
6 .globl link
9 link: label
  /external/dropbear/
queue.h 28 struct Link {
31 struct Link* link; member in struct:Link
37 struct Link* head;
38 struct Link* tail;
  /external/iproute2/ip/
link_veth.c 22 printf("Usage: ip link <options> type veth "
24 "'ip link add help'\n");
30 char *name, *type, *link, *dev; local
45 &name, &type, &link, &dev);
  /external/e2fsprogs/e2fsck/
prof_err.c 56 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
75 if (!link.table)
76 et = &link;
  /external/e2fsprogs/lib/et/test_cases/
continuation.c 26 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
45 if (!link.table)
46 et = &link;
heimdal.c 107 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
126 if (!link.table)
127 et = &link;
heimdal2.c 93 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
112 if (!link.table)
113 et = &link;
heimdal3.c 27 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
46 if (!link.table)
47 et = &link;
imap_err.c 55 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
74 if (!link.table)
75 et = &link;
simple.c 47 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
66 if (!link.table)
67 et = &link;
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 132 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
151 if (!link.table)
152 et = &link;
  /external/qemu/hw/
bt.c 26 static void bt_dummy_lmp_mode_change(struct bt_link_s *link)
31 static void bt_dummy_lmp_connection_complete(struct bt_link_s *link)
33 if (link->slave->reject_reason)
42 static void bt_dummy_lmp_disconnect_master(struct bt_link_s *link)
48 static void bt_dummy_lmp_acl_resp(struct bt_link_s *link,
55 /* Slaves that don't hold any additional per link state can use these */
58 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s)); local
60 link->slave = req->slave;
61 link->host = req->host;
64 req->host->lmp_connection_complete(link);
    [all...]
  /system/extras/ext4_utils/
contents.h 24 char *link; member in struct:dentry
37 u32 make_link(const char *filename, const char *link);
  /bootable/recovery/applypatch/
freecache.c 43 char link[FILENAME_MAX]; local
48 count = readlink(fd_path, link, sizeof(link)-1);
50 link[count] = '\0';
55 if (strncmp(link, "/cache/", 7) == 0) {
58 if (files[j] && strcmp(files[j], link) == 0) {
59 printf("%s is open by %s\n", link, de->d_name);
  /external/bluetooth/glib/gio/inotify/
inotify-missing.c 82 GList *link; local
84 link = g_list_find (missing_sub_list, sub);
86 if (!link)
94 missing_sub_list = g_list_remove_link (missing_sub_list, link);
95 g_list_free_1 (link);
  /external/iproute2/include/linux/
ip6_tunnel.h 22 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ip6_tunnel.h 24 int link; /* ifindex of underlying L2 interface */ member in struct:ip6_tnl_parm
  /bionic/libc/kernel/common/linux/
android_power.h 19 struct list_head link; member in struct:__anon185
38 struct list_head link; member in struct:android_early_suspend
  /development/ndk/platforms/android-3/include/linux/
android_power.h 19 struct list_head link; member in struct:__anon834
38 struct list_head link; member in struct:android_early_suspend
  /external/clearsilver/util/
neo_hdf.h 49 int link; member in struct:_hdf
397 * Function: hdf_set_symlink - Set part of the tree to link to another
398 * Description: hdf_set_symlink creates a link between two sections of
399 * an HDF dataset. The link is "by name" hence the term
  /external/dbus/bus/
test.c 197 DBusList *link; local
199 link = _dbus_list_get_first_link (&clients);
200 while (link != NULL)
202 DBusConnection *connection = link->data;
203 DBusList *next = _dbus_list_get_next_link (&clients, link);
208 link = next;
215 DBusList *link; local
217 link = _dbus_list_get_first_link (&clients);
218 while (link != NULL)
220 DBusConnection *c = link->data
    [all...]
  /external/kernel-headers/original/linux/
android_power.h 18 struct list_head link; member in struct:__anon4580
38 struct list_head link; member in struct:android_early_suspend
  /external/proguard/src/proguard/classfile/util/
MethodLinker.java 98 // Link both members.
99 link(member, otherMember); method
109 private static void link(Member member1, Member member2) method in class:MethodLinker
115 // Check if both link chains aren't already ending in the same element.

Completed in 413 milliseconds

1 2 3 4 5 6 7