Searched defs:leaf (Results 1 - 7 of 7) sorted by relevance

/drivers/net/ethernet/dec/tulip/
H A Deeprom.c65 0x8001, /* 1 leaf, extended type, bogus len */
244 struct medialeaf *leaf = &mtable->mleaf[i]; local
247 leaf->type = 0;
248 leaf->media = p[0] & 0x3f;
249 leaf->leafdata = p;
254 leaf->type = p[1];
257 leaf->media = p[2] & 0x0f;
263 leaf->leafdata = p + 2;
270 leaf->media = 11;
276 leaf
[all...]
/drivers/md/persistent-data/
H A Ddm-array.c771 int (*fn)(void *context, uint64_t key, void *leaf);
775 static int walk_ablock(void *context, uint64_t *keys, void *leaf) argument
786 memcpy(&block_le, leaf, sizeof(block_le));
806 int (*fn)(void *, uint64_t key, void *leaf),
805 dm_array_walk(struct dm_array_info *info, dm_block_t root, int (*fn)(void *, uint64_t key, void *leaf), void *context) argument
H A Ddm-btree.c851 int (*fn)(void *context, uint64_t *keys, void *leaf),
886 int (*fn)(void *context, uint64_t *keys, void *leaf),
850 walk_node(struct dm_btree_info *info, dm_block_t block, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) argument
885 dm_btree_walk(struct dm_btree_info *info, dm_block_t root, int (*fn)(void *context, uint64_t *keys, void *leaf), void *context) argument
/drivers/firewire/
H A Dcore-device.c116 * The string is taken from a minimal ASCII text descriptor leaf after
122 const u32 *leaf = search_leaf(directory, key); local
123 if (!leaf)
126 return textual_leaf_to_string(leaf, buf, size);
H A Dsbp2.c1017 const u32 *leaf)
1019 if ((leaf[0] & 0xffff0000) == 0x00020000)
1020 tgt->guid = (u64)leaf[1] << 32 | leaf[2];
1016 sbp2_get_unit_unique_id(struct sbp2_target *tgt, const u32 *leaf) argument
/drivers/md/
H A Ddm-cache-metadata.c1017 static int __load_mapping(void *context, uint64_t cblock, void *leaf) argument
1028 memcpy(&value, leaf, sizeof(value));
1076 static int __dump_mapping(void *context, uint64_t cblock, void *leaf) argument
1083 memcpy(&value, leaf, sizeof(value));
/drivers/scsi/
H A Dsg.c2424 const struct sg_proc_leaf *leaf = &sg_proc_leaf_arr[k]; local
2425 umode_t mask = leaf->fops->write ? S_IRUGO | S_IWUSR : S_IRUGO;
2426 proc_create(leaf->name, mask, sg_proc_sgp, leaf->fops);

Completed in 163 milliseconds