/linux-4.19.296/drivers/s390/net/ |
D | ctcm_dbug.h | 97 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument 99 CTCM_DBF_TEXT_(cat, CTC_DBF_INFO, "%s(%s) :- %s", \ 103 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument 105 CTCM_DBF_TEXT_(MPC_##cat, CTC_DBF_INFO, "%s(%s) := %s", \ 109 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument 112 MPC_DBF_DEV_NAME(cat, dev, text); \ 114 CTCM_DBF_DEV_NAME(cat, dev, text); \ 122 #define CTCM_DBF_DEV(cat, dev, text) \ argument 124 CTCM_DBF_TEXT_(cat, CTC_DBF_INFO, "%s(%p) :-: %s", \ 128 #define MPC_DBF_DEV(cat, dev, text) \ argument [all …]
|
/linux-4.19.296/fs/ubifs/ |
D | lprops.c | 38 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() argument 40 switch (cat) { in get_heap_comp_val() 63 struct ubifs_lprops *lprops, int cat) in move_up_lpt_heap() argument 70 val1 = get_heap_comp_val(lprops, cat); in move_up_lpt_heap() 75 val2 = get_heap_comp_val(heap->arr[ppos], cat); in move_up_lpt_heap() 100 struct ubifs_lprops *lprops, int hpos, int cat) in adjust_lpt_heap() argument 104 val1 = get_heap_comp_val(lprops, cat); in adjust_lpt_heap() 109 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 121 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 135 val2 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap() [all …]
|
D | lpt.c | 877 int cat = pnode->lprops[i].flags & LPROPS_CAT_MASK; in update_cats() local 882 ubifs_add_to_cat(c, &pnode->lprops[i], cat); in update_cats() 2112 int found, cat = lprops->flags & LPROPS_CAT_MASK; in dbg_chk_pnode() local 2124 if (cat != LPROPS_UNCAT) { in dbg_chk_pnode() 2126 lprops->lnum, cat); in dbg_chk_pnode() 2132 switch (cat) { in dbg_chk_pnode() 2139 lprops->lnum, cat); in dbg_chk_pnode() 2143 switch (cat) { in dbg_chk_pnode() 2152 lprops->lnum, cat); in dbg_chk_pnode() 2156 switch (cat) { in dbg_chk_pnode() [all …]
|
D | debug.h | 271 int cat); 296 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
|
D | find.c | 56 int n, cat = lprops->flags & LPROPS_CAT_MASK; in valuable() local 59 switch (cat) { in valuable() 63 heap = &c->lpt_heap[cat - 1]; in valuable()
|
D | ubifs.h | 1737 int cat);
|
D | debug.c | 893 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap() argument 898 current->pid, cat, heap->cnt); in ubifs_dump_heap()
|
/linux-4.19.296/fs/hfsplus/ |
D | catalog.c | 21 k1p = k1->cat.parent; in hfsplus_cat_case_cmp_key() 22 k2p = k2->cat.parent; in hfsplus_cat_case_cmp_key() 26 return hfsplus_strcasecmp(&k1->cat.name, &k2->cat.name); in hfsplus_cat_case_cmp_key() 34 k1p = k1->cat.parent; in hfsplus_cat_bin_cmp_key() 35 k2p = k2->cat.parent; in hfsplus_cat_bin_cmp_key() 39 return hfsplus_strcmp(&k1->cat.name, &k2->cat.name); in hfsplus_cat_bin_cmp_key() 48 key->cat.parent = cpu_to_be32(parent); in hfsplus_cat_build_key() 49 err = hfsplus_asc2uni(sb, &key->cat.name, HFSPLUS_MAX_STRLEN, in hfsplus_cat_build_key() 54 len = be16_to_cpu(key->cat.name.length); in hfsplus_cat_build_key() 63 key->cat.parent = cpu_to_be32(parent); in hfsplus_cat_build_key_with_cnid() [all …]
|
D | bfind.c | 67 cur_cnid = fd->key->cat.parent; in hfs_find_1st_rec_by_cnid() 68 search_cnid = fd->search_key->cat.parent; in hfs_find_1st_rec_by_cnid()
|
D | dir.c | 192 if (be32_to_cpu(fd.key->cat.parent) != inode->i_ino) { in hfsplus_readdir() 207 err = hfsplus_uni2asc(sb, &fd.key->cat.name, strbuf, &len); in hfsplus_readdir()
|
D | hfsplus_raw.h | 403 struct hfsplus_cat_key cat; member
|
/linux-4.19.296/fs/hfs/ |
D | catalog.c | 25 key->cat.reserved = 0; in hfs_cat_build_key() 26 key->cat.ParID = cpu_to_be32(parent); in hfs_cat_build_key() 28 hfs_asc2mac(sb, &key->cat.CName, name); in hfs_cat_build_key() 29 key->key_len = 6 + key->cat.CName.len; in hfs_cat_build_key() 31 memset(&key->cat.CName, 0, sizeof(struct hfs_name)); in hfs_cat_build_key() 175 k1p = key1->cat.ParID; in hfs_cat_keycmp() 176 k2p = key2->cat.ParID; in hfs_cat_keycmp() 181 return hfs_strcmp(key1->cat.CName.name, key1->cat.CName.len, in hfs_cat_keycmp() 182 key2->cat.CName.name, key2->cat.CName.len); in hfs_cat_keycmp() 204 fd->search_key->cat.ParID = rec.thread.ParID; in hfs_cat_find_brec() [all …]
|
D | dir.c | 37 inode = hfs_iget(dir->i_sb, &fd.search_key->cat, &rec); in hfs_lookup() 105 if (be32_to_cpu(fd.key->cat.ParID) != inode->i_ino) { in hfs_readdir() 118 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName); in hfs_readdir() 166 memcpy(&rd->key, &fd.key->cat, sizeof(struct hfs_cat_key)); in hfs_readdir()
|
D | attr.c | 36 fd.search_key->cat = HFS_I(inode)->cat_key; in __hfs_setxattr() 83 fd.search_key->cat = HFS_I(inode)->cat_key; in __hfs_getxattr()
|
D | hfs.h | 166 struct hfs_cat_key cat; member
|
D | inode.c | 459 fd.search_key->cat = HFS_I(main_inode)->cat_key; in hfs_write_inode() 535 fd.search_key->cat = HFS_I(dir)->cat_key; in hfs_file_lookup()
|
D | super.c | 437 root_inode = hfs_iget(sb, &fd.search_key->cat, &rec); in hfs_fill_super()
|
/linux-4.19.296/usr/ |
D | gen_initramfs_list.sh | 16 cat << EOF 51 cat <<-EOF >> ${output} 206 cat "$1" >> ${output} 209 cat "$1" | while read type dir file perm ; do 321 cat ${cpio_tfile} > ${output_file} 323 (cat ${cpio_tfile} | ${compr} - > ${output_file}) \
|
/linux-4.19.296/drivers/media/dvb-frontends/ |
D | lgs8gxx.c | 767 u8 agc_lvl[2], cat; in lgs8gxx_read_signal_agc() local 780 cat = 0; in lgs8gxx_read_signal_agc() 782 cat = 5; in lgs8gxx_read_signal_agc() 784 cat = 4; in lgs8gxx_read_signal_agc() 786 cat = 3; in lgs8gxx_read_signal_agc() 788 cat = 2; in lgs8gxx_read_signal_agc() 790 cat = 1; in lgs8gxx_read_signal_agc() 792 cat = 0; in lgs8gxx_read_signal_agc() 794 *signal = cat * 65535 / 5; in lgs8gxx_read_signal_agc()
|
/linux-4.19.296/include/net/ |
D | netlabel.h | 215 struct netlbl_lsm_catmap *cat; member 382 netlbl_catmap_free(secattr->attr.mls.cat); in netlbl_secattr_destroy()
|
D | cipso_ipv4.h | 110 } cat; member
|
/linux-4.19.296/fs/proc/ |
D | Kconfig | 9 version of the program less: you need to use more or cat. 11 It's totally cool; for example, "cat /proc/interrupts" gives
|
/linux-4.19.296/drivers/s390/crypto/ |
D | ap_bus.c | 1300 apinfo.cat = AP_DEVICE_TYPE_CEX6; in ap_get_compatible_type() 1303 && apinfo.cat >= AP_DEVICE_TYPE_CEX2A in ap_get_compatible_type() 1304 && apinfo.cat <= AP_DEVICE_TYPE_CEX6) in ap_get_compatible_type() 1305 comp_type = apinfo.cat; in ap_get_compatible_type()
|
/linux-4.19.296/drivers/xen/ |
D | Kconfig | 59 [ "`cat "$i"`" = offline ] && echo online > "$i"; done
|
/linux-4.19.296/drivers/auxdisplay/ |
D | Kconfig | 62 and execute "dmesg" or "cat /proc/ioports". You can see there how
|