Searched refs:old_type (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.c897 struct inode *old_dir, char *old_name, __le16 old_type,
910 ncp_add_word(server, old_type); /* search attributes */
940 __le16 old_type = cpu_to_le16(0x06); local
943 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type,
947 old_type = cpu_to_le16(0x16);
948 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type,
954 result = ncp_RenameNSEntry(server, old_dir, old_name, old_type,
896 ncp_RenameNSEntry(struct ncp_server *server, struct inode *old_dir, char *old_name, __le16 old_type, struct inode *new_dir, char *new_name) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Dserial_core.c735 unsigned int old_type, old_iotype, old_hub6, old_shift; local
739 old_type = port->type;
747 if (old_type != PORT_UNKNOWN)
771 if (retval && old_type != PORT_UNKNOWN) {
773 port->type = old_type;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_te.c622 struct te_link_subtlv_link_type old_type; local
656 old_type = lp->link_type;
662 if ((ntohs (old_type.header.type) != ntohs (lp->link_type.header.type)
663 || old_type.link_type.value != lp->link_type.link_type.value)
H A Dospf_vty.c4779 int old_type = IF_DEF_PARAMS (ifp)->type;
4791 if (IF_DEF_PARAMS (ifp)->type == old_type)
4834 int old_type = IF_DEF_PARAMS (ifp)->type;
4839 if (IF_DEF_PARAMS (ifp)->type == old_type)
4761 int old_type = IF_DEF_PARAMS (ifp)->type; variable
4816 int old_type = IF_DEF_PARAMS (ifp)->type; variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/lmc/
H A Dlmc_main.c185 u_int16_t old_type = sc->if_type; local
197 if (new_type == old_type)

Completed in 88 milliseconds