Searched refs:link (Results 201 - 225 of 333) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dcp_mv.c140 if (link(name, destName) < 0) {
141 perror_msg("link(%s, %s)", name, destName);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/po/
H A DMakefile262 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
268 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
284 echo "installing $$realcat link as $(DESTDIR)$(localedir)/$$lang/$$lc/$(DOMAIN).mo"; \
311 link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
317 ln -s ../$$link/$$file $(DESTDIR)$(localedir)/$$lang/$$lc/$$file; \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnfs_xdr.h323 int (*link) (struct inode *, struct inode *, struct qstr *); member in struct:nfs_rpc_ops
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/irda/
H A Dirlmp.h134 hashbin_t *lsaps; /* LSAP associated with this link */
237 void irlmp_status_indication(struct lap_cb *, LINK_STATUS link, LOCK_STATUS lock);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnfs_xdr.h323 int (*link) (struct inode *, struct inode *, struct qstr *); member in struct:nfs_rpc_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/irda/
H A Dirlmp.h134 hashbin_t *lsaps; /* LSAP associated with this link */
237 void irlmp_status_indication(struct lap_cb *, LINK_STATUS link, LOCK_STATUS lock);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ramfs/
H A Dinode.c284 link: ramfs_link,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/sysv/
H A Dnamei.c316 link: sysv_link,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ieee1394/
H A Dvideo1394.c115 struct list_head link; member in struct:dma_iso_ctx
240 if (d->iso_tasklet.link.next != NULL)
267 list_del(&d->link);
543 ctx = list_entry(lh, struct dma_iso_ctx, link);
873 list_add_tail(&d->link, &ctx->context_list);
896 list_add_tail(&d->link, &ctx->context_list);
1274 d = list_entry(lh, struct dma_iso_ctx, link);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/decnet/
H A Daf_decnet.c1504 struct linkinfo_dn link; local
1543 link.idn_linkstate = LL_CONNECTING;
1546 link.idn_linkstate = LL_DISCONNECTING;
1549 link.idn_linkstate = LL_RUNNING;
1552 link.idn_linkstate = LL_INACTIVE;
1555 link.idn_segsize = scp->segsize_rem;
1556 r_data = &link;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/devfs/
H A Dbase.c543 Replaced global rwsem for symlink with per-link refcount.
1229 struct devfs_entry *de, *link; local
1237 { /* Need to follow the link: this is a stack chomper */
1238 link = _devfs_walk_path (dir, de->u.symlink.linkname,
1241 if (!link)
1246 de = link;
1727 unsigned int flags, const char *link,
1741 if (link == NULL)
1743 PRINTK ("(%s): NULL link pointer\n", name);
1746 linklength = strlen (link);
1726 devfs_do_symlink(devfs_handle_t dir, const char *name, unsigned int flags, const char *link, devfs_handle_t *handle, void *info) argument
1792 devfs_mk_symlink(devfs_handle_t dir, const char *name, unsigned int flags, const char *link, devfs_handle_t *handle, void *info) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsignal32.c350 regs->link = (u64)(saved_regs[PT_LNK]) & 0xFFFFFFFF;
375 regs->link = (unsigned long) &sr->tramp;
501 regs->link = (unsigned long) frame->tramp;
655 regs->link = (u64)(saved_regs[PT_LNK]) & 0xFFFFFFFF;
685 /* Set up link register to return to sigreturn when the */
687 regs->link = (u64)&signalregs->tramp;
1161 regs->link = (unsigned long) frame->tramp;
H A Dmk_defs.c166 DEFINE(_LINK, STACK_FRAME_OVERHEAD+offsetof(struct pt_regs, link));
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dgmac.c185 * handles monitoring the link and updating GMAC with the correct
190 * want to stop rx and tx side when the link is down.
195 { 0, 0, 0 }, /* No link */
238 int aux_stat, link; local
255 link = (aux_stat & MII_BCM5400_AUXSTATUS_LINKMODE_MASK) >>
258 printk(KERN_INFO "%s: Link up ! BCM54xx aux_stat: 0x%04x (link mode: %d)\n",
259 gm->dev->name, aux_stat, link);
261 full_duplex = phy_BCM5400_link_table[link][0];
262 link_100 = phy_BCM5400_link_table[link][1];
263 gigabit = phy_BCM5400_link_table[link][
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/rio/
H A Driowinif.h191 _u16 link; /* 0x04 Which link to send packet down ? */ member in struct:_RUP
205 #define RUP_link 0x04 /* 0x04 Which link to send packet down ? */
243 _u16 link; /* 0x08 The host link associated with the PHB */ member in struct:_PHB
264 #define PHB_link 0x08 /* 0x08 The host link associated with the PHB */
320 RUP link_rup; /* 0x40 RUP for the link (POLL, topology etc.) */
321 _u16 attached_link; /* 0x52 Number of attached link */
359 #define LPB_link_rup 0x40 /* 0x40 RUP for the link (POLL, topology etc.) */
360 #define LPB_attached_link 0x52 /* 0x52 Number of attached link */
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dvfs.h46 /* Changed to version 2 for CIFS UNIX extensions (mknod and link added). JRA. */
241 int (*link)(struct vfs_handle_struct *handle, struct connection_struct *conn, const char *oldpath, const char *newpath); member in struct:vfs_ops::vfs_fn_pointers
341 struct vfs_handle_struct *link; member in struct:vfs_ops::vfs_handles_pointers
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/coda/
H A Dsysctl.c91 "link ", /* 13 */
330 ps->link,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ext2/
H A Dnamei.c341 link: ext2_link,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/hotplug/
H A Dibmphp_core.c166 debug ("rtable->slots[loop].irq[0].link= %x\n", rtable->slots[loop].irq[0].link);
167 debug ("rtable->slots[loop].irq[1].link = %x\n", rtable->slots[loop].irq[1].link);
168 debug ("rtable->slots[loop].irq[2].link = %x\n", rtable->slots[loop].irq[2].link);
169 debug ("rtable->slots[loop].irq[3].link = %x\n", rtable->slots[loop].irq[3].link);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/solaris/
H A Dsystbl.S36 .word CHAIN(link) /* link ss 9 */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/alpha/math-emu/
H A Dqrnnd.S12 # Free Software Foundation gives you unlimited permission to link the
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/minix/
H A Dnamei.c308 link: minix_link,
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ufs/
H A Dnamei.c330 link: ufs_link,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/kernel/
H A Dirixsig.c743 u32 link; member in struct:irix5_context
772 __put_user(current->thread.irix_oldctx, &ctx->link);
837 current->thread.irix_oldctx = ctx->link;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/nfsd/
H A Dnfs3proc.c685 PROC(link, link, link, fhandle2, RC_REPLBUFF, ST+pAT+WC),

Completed in 302 milliseconds

1234567891011>>