Searched refs:link (Results 1 - 25 of 894) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.c1412 // Creates a link called newpath to existing oldpath
1436 yaffs_Object *link = NULL; local
1454 link = yaffs_Link(newdir,newname,obj);
1455 if(link)
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c216 .link = yaffs_link,
425 /* delete is called when the link count is zero and the inode
1095 * Create a link...
1102 yaffs_Object *link = NULL; local
1112 if (!S_ISDIR(inode->i_mode)) /* Don't link directories */
1114 link =
1119 if (link) {
1124 (KERN_DEBUG "yaffs_link link count %d i_count %d\n",
1132 if (link) {
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com18 $ link miniunz,unzip,ioapi,[--]libz.olb/lib
19 $ link minizip,zip,ioapi,[--]libz.olb/lib
/external/zlib/src/
H A Dmake_vms.com446 link $(LOPTS) example,libz.olb/lib
449 link $(LOPTS) minigzip,libz.olb/lib
617 $ link 'tmpnam',tmp.opt/opt
676 $ link 'tmpnam'_'i',tmp.opt/opt
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_util.c16 #include <netlink/route/link.h>
17 #include <netlink/route/link/vlan.h>
73 /* link does not exist */
80 /* link does exist */
91 wpa_printf(MSG_ERROR, "VLAN: failed to allocate new link");
96 wpa_printf(MSG_ERROR, "VLAN: failed to set link type");
104 wpa_printf(MSG_ERROR, "VLAN: failed to set link vlan id");
109 wpa_printf(MSG_ERROR, "VLAN: failed to create link %s for "
155 /* link does not exist */
162 wpa_printf(MSG_ERROR, "VLAN: failed to remove link
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dvlan_util.c16 #include <netlink/route/link.h>
17 #include <netlink/route/link/vlan.h>
73 /* link does not exist */
80 /* link does exist */
91 wpa_printf(MSG_ERROR, "VLAN: failed to allocate new link");
96 wpa_printf(MSG_ERROR, "VLAN: failed to set link type");
104 wpa_printf(MSG_ERROR, "VLAN: failed to set link vlan id");
109 wpa_printf(MSG_ERROR, "VLAN: failed to create link %s for "
155 /* link does not exist */
162 wpa_printf(MSG_ERROR, "VLAN: failed to remove link
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dnmake.mak182 link.exe /out:wpa_supplicant.exe $(LFLAGS) $(OBJS) $(OBJS2) $(LIBS)
185 link.exe /out:wpasvc.exe $(LFLAGS) $(OBJS) $(OBJS3) $(LIBS)
188 link.exe /out:wpa_cli.exe $(LFLAGS) $(OBJS_c) $(LIBS)
191 link.exe /out:wpa_passphrase.exe $(LFLAGS) $(OBJS_p) $(LIBS)
194 link.exe /out:eapol_test.exe $(LFLAGS) $(OBJS_t) $(LIBS)
197 link.exe /out:preauth_test.exe $(LFLAGS) $(OBJS_t2) $(LIBS)
200 link.exe /out:win_if_list.exe $(LFLAGS) $(OBJDIR)\win_if_list.obj $(LIBS)
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_util.c16 #include <netlink/route/link.h>
17 #include <netlink/route/link/vlan.h>
73 /* link does not exist */
80 /* link does exist */
91 wpa_printf(MSG_ERROR, "VLAN: failed to allocate new link");
96 wpa_printf(MSG_ERROR, "VLAN: failed to set link type");
104 wpa_printf(MSG_ERROR, "VLAN: failed to set link vlan id");
109 wpa_printf(MSG_ERROR, "VLAN: failed to create link %s for "
155 /* link does not exist */
162 wpa_printf(MSG_ERROR, "VLAN: failed to remove link
[all...]
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp2.c29 #include <link.h>
/external/valgrind/main/none/tests/ppc64/
H A Dtest_dfp2.c29 #include <link.h>
/external/valgrind/main/perf/
H A Dtinycc.c1107 #define SHT_MIPS_LIBLIST 0x70000000 /* Shared objects used in link */
1634 in the input to a link step */
2050 /* link and run main() function and return its value. DO NOT call
2055 non zero if link error. */
2212 struct Section *link; /* link to another section */
2459 /* if true, only link in referenced objects from archive */
18175 strtab = s->link->data;
18213 name_offset = put_elf_str(s->link, name);
18267 name1 = s->link
2210 struct Section *link; /* link to another section */ member in struct:Section
[all...]
/external/vixl/src/a64/
H A Dassembler-a64.cc407 // Update the label's link.
421 offset = label->link() - pc_;
H A Dassembler-a64.h583 inline Instruction* link() const { return link_; }
678 // Branch with link to register.
696 // Branch with link to label.
699 // Branch with link to PC offset.
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c95 E18CC00C (orr r12,r12,r12) branch-and-link-to-noredir R4
14448 // BLX (1), viz, unconditional branch and link to R15+simm24
14632 /* branch-and-link-to-noredir R4 */
14633 DIP("branch-and-link-to-noredir r4\n");
15493 UInt link = (insn >> 24) & 1; local
15498 IRJumpKind jk = link ? Ijk_Call : Ijk_Boring;
15499 if (link) {
15516 DIP("b%s 0x%x\n", link ? "l" : "", dst);
15523 !link, that is, this is a normal conditional branch to a
15525 if (!link
15586 UInt link = (INSN(11,4) >> 1) & 1; local
[all...]
H A Dguest_mips_toIR.c1369 static void dis_branch(Bool link, IRExpr * guard, UInt imm, IRStmt ** set) argument
1374 if (link) { /* LR (GPR31) = addr of the 2nd instr after branch instr */
1395 *set = IRStmt_Exit(mkexpr(t0), link ? Ijk_Call : Ijk_Boring,
1399 *set = IRStmt_Exit(mkexpr(t0), link ? Ijk_Call : Ijk_Boring,
2079 UChar regLnk = 31; /* reg 31 is link reg in MIPS */
11785 /* branch-and-link-to-noredir $25 */
11786 DIP("branch-and-link-to-noredir $25");
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c304 regs->link = arch->vex.guest_LR;
325 regs->link = arch->vex.guest_LR;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-xen.c819 PRE_XEN_HVMOP_READ(set_pci_link_route, link);
/external/valgrind/main/coregrind/
H A Dvgdb-invoker-ptrace.c916 user_mod.regs.link = bad_return;
1017 user_mod.regs.link = bad_return;
/external/valgrind/main/docs/lib/
H A Dvg_basic.css1 /* default link colours */
2 a, a:link, a:visited, a:active { color: #74240f; }
20 code a, code a:link, code a:visited, code a:active, code a:hover {
/external/valgrind/main/include/vki/
H A Dvki-ppc32-linux.h209 unsigned long link; member in struct:vki_pt_regs
H A Dvki-ppc64-linux.h203 VKI_PPC_REG link; member in struct:vki_pt_regs
H A Dvki-xen-hvm.h24 vki_uint8_t link; member in struct:vki_xen_hvm_set_pci_link_route
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp96 Syscall param link(oldpath) contains uninitialised byte(s)
99 Syscall param link(newpath) contains uninitialised byte(s)
102 Syscall param link(oldpath) points to unaddressable byte(s)
106 Syscall param link(newpath) points to unaddressable byte(s)
/external/valgrind/main/memcheck/tests/linux/
H A Dproc-auxv.c2 #include <link.h>
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp123 Syscall param link(oldpath) contains uninitialised byte(s)
127 Syscall param link(newpath) contains uninitialised byte(s)
131 Syscall param link(oldpath) points to unaddressable byte(s)
136 Syscall param link(newpath) points to unaddressable byte(s)

Completed in 471 milliseconds

1234567891011>>