Searched refs:key1 (Results 1 - 19 of 19) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dcdl.h38 cdl_drv_f (devfs_handle_t vhdl, int key1, int key2, int error);
96 int key1,
139 int key1,
157 int key1,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dcdl.h38 cdl_drv_f (devfs_handle_t vhdl, int key1, int key2, int error);
96 int key1,
139 int key1,
157 int key1,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/
H A Dcdl.c75 cdl_add_driver(cdl_p reg, int key1, int key2, char *prefix, int flags, cdl_drv_f *func) argument
133 cdl_del_connpt(cdl_p reg, int key1, int key2, devfs_handle_t connpt, int drv_flags) argument
H A Dpciio.c1129 int key1,
1142 int key1,
1127 pciio_driver_reg_callback( devfs_handle_t pconn_vhdl, int key1, int key2, int error) argument
1140 pciio_driver_unreg_callback( devfs_handle_t pconn_vhdl, int key1, int key2, int error) argument
/asus-wl-520gu-7.0.1.45/src/router/infosvr/
H A Dpacket.h102 void PackKey(int keytype, char *keystr, char *key1, char *key2, char *key3, char *key4);
103 void UnpackKey(int keytype, char *keystr, char *key1, char *key2, char *key3, char *key4);
H A Dpacket.c39 void PackKey(int keytype, char *keystr, char *key1, char *key2, char *key3, char *key4) argument
57 strncpy(tmp, key1+i*2, 2);
81 void UnpackKey(int keytype, char *keystr, char *key1, char *key2, char *key3, char *key4) argument
88 sprintf(key1,"");
94 sprintf(key1, "%s%02x", key1, (unsigned char)keystr[i]);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/reiserfs/
H A Dstree.c95 Returns: -1 if key1 < key2
96 0 if key1 == key2
97 1 if key1 > key2 */
120 Returns: -1 if key1 < key2 0
121 if key1 = key2 1 if key1 > key2 */
151 inline int comp_cpu_keys (const struct cpu_key * key1, argument
154 if (key1->on_disk_key.k_dir_id < key2->on_disk_key.k_dir_id)
156 if (key1->on_disk_key.k_dir_id > key2->on_disk_key.k_dir_id)
159 if (key1
179 comp_short_le_keys(const struct key * key1, const struct key * key2) argument
195 comp_short_cpu_keys(const struct cpu_key * key1, const struct cpu_key * key2) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Ddes.h227 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
235 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
H A Ddes_old.h377 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2,
384 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Ddes.h223 void DES_string_to_2keys(const char *str,DES_cblock *key1,DES_cblock *key2);
231 int DES_read_2passwords(DES_cblock *key1, DES_cblock *key2, const char *prompt,
H A Ddes_old.h385 int _ossl_old_des_read_2passwords(_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2,
392 void _ossl_old_des_string_to_2keys(char *str,_ossl_old_des_cblock *key1,_ossl_old_des_cblock *key2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/befs/
H A Dbtree.c114 static int befs_compare_strings(const void *key1, int keylen1,
701 * @key1: pointer to the first key to be compared
702 * @keylen1: length in bytes of key1
706 * Returns 0 if @key1 and @key2 are equal.
707 * Returns >0 if @key1 is greater.
711 befs_compare_strings(const void *key1, int keylen1, argument
715 int result = strncmp(key1, key2, len);
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/hfs/
H A Dextent.c631 * struct hfs_ext_key *key1: pointer to the first key to compare
636 * int: negative if key1<key2, positive if key1>key2, and 0 if key1==key2
638 * key1 and key2 point to "valid" (struct hfs_ext_key)s.
641 int hfs_ext_compare(const struct hfs_ext_key *key1, argument
647 tmp = hfs_get_hl(key1->FNum) - hfs_get_hl(key2->FNum);
651 tmp = (unsigned char)key1->FkType - (unsigned char)key2->FkType;
655 retval = (int)(hfs_get_hs(key1->FABN)
H A Dcatalog.c976 * struct hfs_cat_key *key1: pointer to the first key to compare
981 * int: negative if key1<key2, positive if key1>key2, and 0 if key1==key2
983 * key1 and key2 point to "valid" (struct hfs_cat_key)s.
987 int hfs_cat_compare(const struct hfs_cat_key *key1, argument
993 parents = hfs_get_hl(key1->ParID) - hfs_get_hl(key2->ParID);
997 retval = hfs_strcmp(key1->CName.Name, key1->CName.Len,
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/pci/
H A Dpciio.h436 int key1,
442 int key1,
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/pci/
H A Dpciio.h436 int key1,
442 int key1,
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Drrunner.h615 u32 key1; member in struct:eeprom_boot
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Ddict.c1254 static int comparef(const void *key1, const void *key2) argument
1256 return strcmp(key1, key2);
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/sn/io/sn2/pcibr/
H A Dpcibr_dvr.c1096 int key1, int key2, int error)
1105 if ((key1 == -1) || (key2 == -1))
1144 int key1, int key2, int error)
1153 if ((key1 == -1) || (key2 == -1))
1095 pcibr_driver_reg_callback(devfs_handle_t pconn_vhdl, int key1, int key2, int error) argument
1143 pcibr_driver_unreg_callback(devfs_handle_t pconn_vhdl, int key1, int key2, int error) argument

Completed in 363 milliseconds