/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_lnode.c | 117 struct csio_lnode *ln = hw->rln; in csio_ln_lookup_by_portid() local 122 ln = (struct csio_lnode *) tmp; in csio_ln_lookup_by_portid() 123 if (ln->portid == portid) in csio_ln_lookup_by_portid() 124 return ln; in csio_ln_lookup_by_portid() 261 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_done() local 264 csio_ln_dbg(ln, "WR error:%x in processing fdmi rpa cmd\n", in csio_ln_fdmi_done() 266 CSIO_INC_STATS(ln, n_fdmi_err); in csio_ln_fdmi_done() 271 csio_ln_dbg(ln, "fdmi rpa cmd rejected reason %x expl %x\n", in csio_ln_fdmi_done() 290 struct csio_lnode *ln = fdmi_req->lnode; in csio_ln_fdmi_rhba_cbfn() local 297 csio_ln_dbg(ln, "WR error:%x in processing fdmi rhba cmd\n", in csio_ln_fdmi_rhba_cbfn() [all …]
|
D | csio_attr.c | 48 csio_vport_set_state(struct csio_lnode *ln); 61 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_reg_rnode() local 62 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_reg_rnode() 80 csio_ln_err(ln, "Failed to register rport = 0x%x.\n", in csio_reg_rnode() 85 ln->num_reg_rnodes++; in csio_reg_rnode() 108 csio_ln_dbg(ln, "Remote port x%x role 0x%x registered\n", in csio_reg_rnode() 123 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_unreg_rnode() local 128 ln->num_reg_rnodes--; in csio_unreg_rnode() 130 csio_ln_dbg(ln, "Remote port x%x un-registered\n", rn->nport_id); in csio_unreg_rnode() 141 csio_lnode_async_event(struct csio_lnode *ln, enum csio_ln_fc_evt fc_evt) in csio_lnode_async_event() argument [all …]
|
D | csio_rnode.c | 121 csio_rn_lookup(struct csio_lnode *ln, uint32_t flowid) in csio_rn_lookup() argument 123 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead; in csio_rn_lookup() 145 csio_rn_lookup_wwpn(struct csio_lnode *ln, uint8_t *wwpn) in csio_rn_lookup_wwpn() argument 147 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead; in csio_rn_lookup_wwpn() 169 csio_rnode_lookup_portid(struct csio_lnode *ln, uint32_t portid) in csio_rnode_lookup_portid() argument 171 struct csio_rnode *rnhead = (struct csio_rnode *) &ln->rnhead; in csio_rnode_lookup_portid() 185 csio_rn_dup_flowid(struct csio_lnode *ln, uint32_t rdev_flowid, in csio_rn_dup_flowid() argument 192 struct csio_hw *hw = csio_lnode_to_hw(ln); in csio_rn_dup_flowid() 196 if (ln_tmp == ln) in csio_rn_dup_flowid() 216 csio_alloc_rnode(struct csio_lnode *ln) in csio_alloc_rnode() argument [all …]
|
D | csio_lnode.h | 204 #define csio_lnode_to_hw(ln) ((ln)->hwp) argument 205 #define csio_root_lnode(ln) (csio_lnode_to_hw((ln))->rln) argument 206 #define csio_parent_lnode(ln) ((ln)->pln) argument 207 #define csio_ln_flowid(ln) ((ln)->vnp_flowid) argument 208 #define csio_ln_wwpn(ln) ((ln)->ln_sparm.wwpn) argument 209 #define csio_ln_wwnn(ln) ((ln)->ln_sparm.wwnn) argument 211 #define csio_is_root_ln(ln) (((ln) == csio_root_lnode((ln))) ? 1 : 0) argument 212 #define csio_is_phys_ln(ln) (((ln)->pln == NULL) ? 1 : 0) argument 213 #define csio_is_npiv_ln(ln) (((ln)->pln != NULL) ? 1 : 0) argument 238 void csio_lnode_state_to_str(struct csio_lnode *ln, int8_t *str);
|
D | csio_init.c | 604 struct csio_lnode *ln; in csio_shost_init() local 625 ln = shost_priv(shost); in csio_shost_init() 626 memset(ln, 0, sizeof(struct csio_lnode)); in csio_shost_init() 629 ln->dev_num = (shost->host_no << 16); in csio_shost_init() 645 hw->rln = ln; in csio_shost_init() 648 if (csio_lnode_init(ln, hw, pln)) in csio_shost_init() 654 return ln; in csio_shost_init() 657 csio_lnode_exit(ln); in csio_shost_init() 670 csio_shost_exit(struct csio_lnode *ln) in csio_shost_exit() argument 672 struct Scsi_Host *shost = csio_ln_to_shost(ln); in csio_shost_exit() [all …]
|
D | csio_scsi.c | 1194 struct csio_lnode *ln = ioreq->lnode; in csio_abrt_cls() local 1195 struct csio_hw *hw = ln->hwp; in csio_abrt_cls() 1205 ready = csio_is_lnode_ready(ln); in csio_abrt_cls() 1318 csio_scsim_cleanup_io_lnode(struct csio_scsim *scm, struct csio_lnode *ln) in csio_scsim_cleanup_io_lnode() argument 1325 csio_dbg(hw, "Gathering all SCSI I/Os on lnode %p\n", ln); in csio_scsim_cleanup_io_lnode() 1328 sld.lnode = ln; in csio_scsim_cleanup_io_lnode() 1329 INIT_LIST_HEAD(&ln->cmpl_q); in csio_scsim_cleanup_io_lnode() 1330 csio_scsi_gather_active_ios(scm, &sld, &ln->cmpl_q); in csio_scsim_cleanup_io_lnode() 1333 if (list_empty(&ln->cmpl_q)) in csio_scsim_cleanup_io_lnode() 1337 while (!list_empty(&ln->cmpl_q) && count--) { in csio_scsim_cleanup_io_lnode() [all …]
|
D | csio_init.h | 83 csio_ln_to_shost(struct csio_lnode *ln) in csio_ln_to_shost() argument 85 return container_of((void *)ln, struct Scsi_Host, hostdata[0]); in csio_ln_to_shost()
|
D | csio_mb.c | 834 csio_write_fcoe_link_cond_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_write_fcoe_link_cond_init_mb() argument 842 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_write_fcoe_link_cond_init_mb() 903 csio_fcoe_vnp_alloc_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_alloc_init_mb() argument 911 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_fcoe_vnp_alloc_init_mb() 945 csio_fcoe_vnp_read_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_read_init_mb() argument 952 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_fcoe_vnp_read_init_mb() 974 csio_fcoe_vnp_free_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_vnp_free_init_mb() argument 981 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_fcoe_vnp_free_init_mb() 1005 csio_fcoe_read_fcf_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, in csio_fcoe_read_fcf_init_mb() argument 1012 CSIO_INIT_MBP(mbp, cmdp, mb_tmo, ln, cbfn, 1); in csio_fcoe_read_fcf_init_mb()
|
D | csio_rnode.h | 134 void csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn);
|
/linux-4.4.14/fs/lockd/ |
D | svc.c | 95 struct lockd_net *ln = container_of(dwork, struct lockd_net, in grace_ender() local 98 locks_end_grace(&ln->lockd_manager); in grace_ender() 104 struct lockd_net *ln = net_generic(net, lockd_net_id); in set_grace_period() local 106 locks_start_grace(net, &ln->lockd_manager); in set_grace_period() 107 cancel_delayed_work_sync(&ln->grace_period_end); in set_grace_period() 108 schedule_delayed_work(&ln->grace_period_end, grace_period); in set_grace_period() 115 struct lockd_net *ln = net_generic(net, lockd_net_id); in restart_grace() local 117 cancel_delayed_work_sync(&ln->grace_period_end); in restart_grace() 118 locks_end_grace(&ln->lockd_manager); in restart_grace() 241 struct lockd_net *ln = net_generic(net, lockd_net_id); in lockd_up_net() local [all …]
|
D | procfs.c | 24 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_write() local 38 locks_end_grace(&ln->lockd_manager); in nlm_end_grace_write() 51 struct lockd_net *ln = net_generic(current->nsproxy->net_ns, in nlm_end_grace_read() local 55 resp[0] = list_empty(&ln->lockd_manager.list) ? 'Y' : 'N'; in nlm_end_grace_read()
|
D | host.c | 178 struct lockd_net *ln = net_generic(host->net, lockd_net_id); in nlm_destroy_host_locked() local 192 ln->nrhosts--; in nlm_destroy_host_locked() 232 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmclnt_lookup_host() local 267 ln->nrhosts++; in nlmclnt_lookup_host() 341 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlmsvc_lookup_host() local 349 if (time_after_eq(jiffies, ln->next_gc)) in nlmsvc_lookup_host() 387 ln->nrhosts++; in nlmsvc_lookup_host() 576 struct lockd_net *ln = net_generic(net, lockd_net_id); in nlm_complain_hosts() local 578 if (ln->nrhosts == 0) in nlm_complain_hosts() 581 dprintk("lockd: %lu hosts left in net %p:\n", ln->nrhosts, net); in nlm_complain_hosts() [all …]
|
D | mon.c | 317 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_get_handle() local 332 cached = nsm_lookup_hostname(&ln->nsm_handles, in nsm_get_handle() 335 cached = nsm_lookup_addr(&ln->nsm_handles, sap); in nsm_get_handle() 349 list_add(&new->sm_link, &ln->nsm_handles); in nsm_get_handle() 377 struct lockd_net *ln = net_generic(net, lockd_net_id); in nsm_reboot_lookup() local 381 cached = nsm_lookup_priv(&ln->nsm_handles, &info->priv); in nsm_reboot_lookup()
|
/linux-4.4.14/arch/frv/mb93090-mb00/ |
D | pci-frv.c | 83 struct list_head *ln; in pcibios_allocate_bus_resources() local 90 for (ln=bus_list->next; ln != bus_list; ln=ln->next) { in pcibios_allocate_bus_resources() 91 bus = list_entry(ln, struct pci_bus, node); in pcibios_allocate_bus_resources()
|
/linux-4.4.14/drivers/md/persistent-data/ |
D | dm-btree.c | 527 struct btree_node *ln, *rn, *pn; in btree_split_sibling() local 536 ln = dm_block_data(left); in btree_split_sibling() 539 nr_left = le32_to_cpu(ln->header.nr_entries) / 2; in btree_split_sibling() 540 nr_right = le32_to_cpu(ln->header.nr_entries) - nr_left; in btree_split_sibling() 542 ln->header.nr_entries = cpu_to_le32(nr_left); in btree_split_sibling() 544 rn->header.flags = ln->header.flags; in btree_split_sibling() 546 rn->header.max_entries = ln->header.max_entries; in btree_split_sibling() 547 rn->header.value_size = ln->header.value_size; in btree_split_sibling() 548 memcpy(rn->keys, ln->keys + nr_left, nr_right * sizeof(rn->keys[0])); in btree_split_sibling() 550 size = le32_to_cpu(ln->header.flags) & INTERNAL_NODE ? in btree_split_sibling() [all …]
|
/linux-4.4.14/net/ipv6/ |
D | ip6_fib.c | 466 struct fib6_node *fn, *in, *ln; in fib6_add_1() local 544 ln = node_alloc(); in fib6_add_1() 546 if (!ln) in fib6_add_1() 548 ln->fn_bit = plen; in fib6_add_1() 550 ln->parent = pn; in fib6_add_1() 551 ln->fn_sernum = sernum; in fib6_add_1() 554 pn->right = ln; in fib6_add_1() 556 pn->left = ln; in fib6_add_1() 558 return ln; in fib6_add_1() 587 ln = node_alloc(); in fib6_add_1() [all …]
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | sorgf119.c | 69 int ln, int vs, int pe, int pc) in gf119_sor_dp_drv_ctl() argument 73 const u32 shift = g94_sor_dp_lane_map(device, ln); in gf119_sor_dp_drv_ctl() 94 if ((data[2] & 0x0000ff00) < (ocfg.tx_pu << 8) || ln == 0) in gf119_sor_dp_drv_ctl()
|
D | sorgm204.c | 94 int ln, int vs, int pe, int pc) in gm204_sor_dp_drv_ctl() argument 98 const u32 shift = gm204_sor_dp_lane_map(device, ln); in gm204_sor_dp_drv_ctl() 120 if ((data[2] & 0x00000f00) < (ocfg.tx_pu << 8) || ln == 0) in gm204_sor_dp_drv_ctl()
|
D | sorg94.c | 122 g94_sor_dp_drv_ctl(struct nvkm_output_dp *outp, int ln, int vs, int pe, int pc) in g94_sor_dp_drv_ctl() argument 126 const u32 shift = g94_sor_dp_lane_map(device, ln); in g94_sor_dp_drv_ctl() 147 if ((data[2] & 0x0000ff00) < (ocfg.tx_pu << 8) || ln == 0) in g94_sor_dp_drv_ctl()
|
D | outpdp.h | 43 int (*drv_ctl)(struct nvkm_output_dp *, int ln, int vs, int pe, int pc);
|
/linux-4.4.14/drivers/video/fbdev/matrox/ |
D | matroxfb_maven.c | 258 unsigned int ln; in matroxfb_PLL_mavenclock() local 266 ln = fxtal * n; in matroxfb_PLL_mavenclock() 269 if (ln % dvd) in matroxfb_PLL_mavenclock() 271 ln = ln / dvd; in matroxfb_PLL_mavenclock() 273 if (ln < scrlen + 2) in matroxfb_PLL_mavenclock() 275 ln = ln - scrlen; in matroxfb_PLL_mavenclock() 276 if (ln > htotal) in matroxfb_PLL_mavenclock() 278 dprintk(KERN_DEBUG "Match: %u / %u / %u / %u\n", n, m, p, ln); in matroxfb_PLL_mavenclock() 279 if (ln > besth2) { in matroxfb_PLL_mavenclock() 281 *h2 = besth2 = ln; in matroxfb_PLL_mavenclock()
|
/linux-4.4.14/drivers/scsi/bfa/ |
D | bfa_svc.c | 171 static void bfa_fcport_queue_cb(struct bfa_fcport_ln_s *ln, 212 static void bfa_fcport_ln_sm_dn(struct bfa_fcport_ln_s *ln, 214 static void bfa_fcport_ln_sm_dn_nf(struct bfa_fcport_ln_s *ln, 216 static void bfa_fcport_ln_sm_dn_up_nf(struct bfa_fcport_ln_s *ln, 218 static void bfa_fcport_ln_sm_up(struct bfa_fcport_ln_s *ln, 220 static void bfa_fcport_ln_sm_up_nf(struct bfa_fcport_ln_s *ln, 222 static void bfa_fcport_ln_sm_up_dn_nf(struct bfa_fcport_ln_s *ln, 224 static void bfa_fcport_ln_sm_up_dn_up_nf(struct bfa_fcport_ln_s *ln, 2851 bfa_fcport_ln_sm_dn(struct bfa_fcport_ln_s *ln, in bfa_fcport_ln_sm_dn() argument 2854 bfa_trc(ln->fcport->bfa, event); in bfa_fcport_ln_sm_dn() [all …]
|
D | bfa_svc.h | 496 struct bfa_fcport_ln_s ln; /* Link Notification */ member
|
/linux-4.4.14/scripts/ |
D | checkpatch.pl | 2034 for (my $ln = $linenr + 1; $cnt > 0; $ln++) { 2035 next if (defined $rawlines[$ln - 1] && 2036 $rawlines[$ln - 1] =~ /^-/); 2039 last if (!defined $rawlines[$ln - 1]); 2040 if ($rawlines[$ln - 1] =~ m@(/\*|\*/)@ && 2041 $rawlines[$ln - 1] !~ m@"[^"]*(?:/\*|\*/)[^"]*"@) { 2531 my $ln = $linenr + 1; 2535 for (; $cnt > 0 && defined $lines[$ln - 1]; $ln++) { 2536 $f = $lines[$ln - 1]; 2537 $cnt-- if ($lines[$ln - 1] !~ /^-/); [all …]
|
D | depmod.sh | 49 ln -s "$KERNELRELEASE" "$symlink"
|
/linux-4.4.14/Documentation/video4linux/bttv/ |
D | MAKEDEV | 14 ln -s /dev/${1}0 /dev/$1
|
/linux-4.4.14/scripts/gdb/linux/ |
D | Makefile | 7 $(Q)ln -fsn $(SRCTREE)/$(obj)/*.py $(objtree)/$(obj)
|
/linux-4.4.14/arch/m68k/68360/ |
D | Makefile | 12 ln -sf head-$(model-y).o $(obj)/head.o
|
/linux-4.4.14/tools/lguest/ |
D | Makefile | 8 ln -sf ../../../../include/uapi/linux/virtio_types.h $@
|
/linux-4.4.14/tools/testing/selftests/exec/ |
D | Makefile | 13 ln -s -f $< $@
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | Makefile | 15 cmd_cptotop = ln -f $< $@
|
/linux-4.4.14/arch/arc/boot/ |
D | Makefile | 34 @ln -sf $(notdir $<) $@
|
/linux-4.4.14/tools/testing/selftests/rcutorture/doc/ |
D | initrd.txt | 35 ln -sf /proc/mounts /etc/mtab 52 ln -s /run/initramfs /dev/.initramfs
|
/linux-4.4.14/sound/firewire/digi00x/ |
D | amdtp-dot.c | 95 const u8 ln = idx & 0xf; in dot_scrt() local 99 if (len[ln] < off) in dot_scrt() 102 return ((nib[14 + off - len[ln]]) | (hr << 4)); in dot_scrt()
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_hipd.c | 58 static void sym_alloc_lcb_tags (struct sym_hcb *np, u_char tn, u_char ln); 1899 int ln; local 1901 for (ln = 1; ln < SYM_CONF_MAX_LUN; ln++) 1902 if (tp->lunmp[ln]) 1903 tp->lunmp[ln]->to_clear = 0; 4653 u_char ln = cmd->device->lun; local 4655 struct sym_lcb *lp = sym_lp(tp, ln); 4686 sym_alloc_lcb_tags(np, tn, ln); 4761 cp->lun = ln; 4973 struct sym_lcb *sym_alloc_lcb (struct sym_hcb *np, u_char tn, u_char ln) argument [all …]
|
D | sym_hipd.h | 1068 struct sym_lcb *sym_alloc_lcb(struct sym_hcb *np, u_char tn, u_char ln); 1069 int sym_free_lcb(struct sym_hcb *np, u_char tn, u_char ln);
|
/linux-4.4.14/scripts/package/ |
D | builddeb | 334 ln -sf "/usr/src/linux-headers-$version" "$kernel_headers_dir/lib/modules/$version/build" 390 ln -s ../lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/boot/vmlinux-$version 392 ln -s lib/modules/$version/vmlinux $dbg_dir/usr/lib/debug/vmlinux-$version
|
D | Makefile | 42 ln -sf $(srctree) $(2); \
|
/linux-4.4.14/tools/power/cpupower/po/ |
D | cs.po | 242 " minimální frekvence CPU - maximální frekvence CPU - regulátor\n" 393 " -f, --freq Zjistí aktuální frekvenci, na které CPU běží\n" 402 " -w, --hwfreq Zjistí aktuální frekvenci, na které CPU běží\n" 411 " -l, --hwlimits Zjistí minimální a maximální dostupnou frekvenci CPU " 422 msgstr " -p, --policy Zjistí aktuální taktiku cpufreq *\n" 456 " -l, --hwlimits Zjistí minimální a maximální dostupnou frekvenci CPU " 734 msgstr " -p, --policy Zjistí aktuální taktiku cpufreq *\n"
|
/linux-4.4.14/arch/metag/boot/ |
D | Makefile | 67 @ln -sf $(notdir $<) $@
|
/linux-4.4.14/tools/lib/lockdep/ |
D | Makefile | 103 $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='"$@"';$(shell ln -s $@ liblockdep.so))
|
/linux-4.4.14/arch/arm/vdso/ |
D | Makefile | 69 ln -sf "../../vdso.so" "$(MODLIB)/vdso/.build-id/$$first/$$last.debug"; \
|
/linux-4.4.14/arch/blackfin/boot/ |
D | Makefile | 68 @ln -sf $(notdir $<) $@
|
/linux-4.4.14/arch/mips/boot/ |
D | Makefile | 101 @ln -sf $(notdir $<) $@
|
/linux-4.4.14/net/ceph/crush/ |
D | mapper.c | 303 __s64 ln, draw, high_draw = 0; in bucket_straw2_choose() local 322 ln = crush_ln(u) - 0x1000000000000ll; in bucket_straw2_choose() 330 draw = div64_s64(ln, w); in bucket_straw2_choose()
|
/linux-4.4.14/tools/perf/ |
D | perf-with-kcore.sh | 97 ln -s "$KCORE_DIR_BASENAME" "$PERF_DATA_DIR/kcore_dir"
|
D | Makefile.perf | 139 LN = ln -f
|
/linux-4.4.14/arch/um/ |
D | Makefile | 103 $(Q)ln -f $< $@
|
/linux-4.4.14/Documentation/hwmon/ |
D | da9052 | 60 where t1 = (1/B)* ln(( ADCval * 2.5)/(R25*ITBAT*255))
|
/linux-4.4.14/arch/sh/boot/ |
D | Makefile | 110 @ln -sf $(notdir $<) $@
|
/linux-4.4.14/Documentation/DocBook/media/ |
D | Makefile | 210 @(ln -sf `cd $(MEDIA_SRC_DIR) && /bin/pwd`/v4l/*xml $(MEDIA_OBJ_DIR)/) 211 @(ln -sf `cd $(MEDIA_SRC_DIR) && /bin/pwd`/dvb/*xml $(MEDIA_OBJ_DIR)/)
|
/linux-4.4.14/Documentation/filesystems/ |
D | devpts.txt | 41 $ ln -s pts/ptmx /dev/ptmx 72 $ ln -s pts/ptmx /dev/ptmx
|
D | hpfs.txt | 46 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem.
|
/linux-4.4.14/drivers/scsi/ |
D | ncr53c8xx.c | 1919 static void ncr_alloc_ccb (struct ncb *np, u_char tn, u_char ln); 1925 static struct lcb * ncr_alloc_lcb (struct ncb *np, u_char tn, u_char ln); 5634 unsigned char tn = sdev->id, ln = sdev->lun; in ncr_setup_tags() local 5636 struct lcb *lp = tp->lp[ln]; in ncr_setup_tags() 7146 u_char ln = cmd->device->lun; in ncr_get_ccb() local 7148 struct lcb *lp = tp->lp[ln]; in ncr_get_ccb() 7167 ncr_alloc_ccb(np, tn, ln); in ncr_get_ccb() 7236 cp->lun = ln; in ncr_get_ccb() 7355 static void ncr_alloc_ccb(struct ncb *np, u_char tn, u_char ln) in ncr_alloc_ccb() argument 7358 struct lcb *lp = tp->lp[ln]; in ncr_alloc_ccb() [all …]
|
D | dc395x.c | 2485 int ln = srb->total_xfer_length; in data_io_transfer() local 2519 if (ln % 2) { in data_io_transfer()
|
/linux-4.4.14/Documentation/kbuild/ |
D | headers_install.txt | 46 Remember to provide the appropriate linux/asm directory via "mv" or "ln -s"
|
/linux-4.4.14/Documentation/usb/ |
D | gadget-testing.txt | 691 # ln -s header/h class/fs 692 # ln -s header/h class/ss 702 # ln -s ../../uncompressed/u 704 # ln -s ../../header/h 706 # ln -s ../../header/h 708 # ln -s ../../header/h
|
D | gadget_configfs.txt | 154 $ ln -s functions/<name>.<instance name> configs/<name>.<number> 158 $ ln -s functions/ncm.usb0 configs/c.1
|
/linux-4.4.14/ |
D | Makefile | 451 $(Q)ln -fsn $(srctree) source 928 $(Q)ln -fsn `cd $(srctree) && /bin/pwd`/scripts/gdb/vmlinux-gdb.py 1126 @ln -s `cd $(srctree) && /bin/pwd` $(MODLIB)/source 1129 ln -s $(CURDIR) $(MODLIB)/build ; \
|
D | CREDITS | 3577 D: Linux-Workshop Köln (aka LUG Cologne, Germany), Installfests 3579 S: D-50968 Köln
|
/linux-4.4.14/arch/x86/entry/vdso/ |
D | Makefile | 181 ln -sf "../../$(@:install_%=%)" "$(MODLIB)/vdso/.build-id/$$first/$$last.debug"; \
|
/linux-4.4.14/Documentation/input/ |
D | joystick.txt | 72 ln -s input/js0 js0 73 ln -s input/js1 js1 74 ln -s input/js2 js2 75 ln -s input/js3 js3
|
/linux-4.4.14/fs/gfs2/ |
D | dir.c | 783 u64 ln; in gfs2_dirent_search() local 799 ln = be64_to_cpu(leaf->lf_next); in gfs2_dirent_search() 801 if (!ln) in gfs2_dirent_search() 804 error = get_leaf(ip, ln, &bh); in gfs2_dirent_search()
|
/linux-4.4.14/arch/x86/ |
D | Makefile | 253 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
|
/linux-4.4.14/Documentation/target/ |
D | tcm_mod_builder.txt | 99 target:/sys/kernel/config/target/nab5000/iqn.foo/tpgt_1/lun/lun_0# ln -s /sys/kernel/config/target/…
|
/linux-4.4.14/drivers/usb/atm/ |
D | ueagle-atm.c | 1952 int ret, size, u, ln; in load_XILINX_firmware() local 1974 for (u = 0; u < size; u += ln) { in load_XILINX_firmware() 1975 ln = min(size - u, 64); in load_XILINX_firmware() 1976 ret = uea_request(sc, 0xe, 0, ln, pfw + u); in load_XILINX_firmware()
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | hif_usb.c | 237 int ln = skb->len; in ath9k_skb_queue_complete() local 243 TX_STAT_ADD(skb_success_bytes, ln); in ath9k_skb_queue_complete()
|
/linux-4.4.14/Documentation/device-mapper/ |
D | cache-policies.txt | 109 based on their hit count (~ln(hit count)). This means the bottom
|
/linux-4.4.14/drivers/dma/ |
D | edma.c | 2122 int i, off, ln; in edma_probe() local 2217 ln = rsv_slots[i][1]; in edma_probe() 2218 set_bits(off, ln, ecc->slot_inuse); in edma_probe()
|
/linux-4.4.14/Documentation/serial/ |
D | moxa-smartio | 310 # ln -s linux-2.4 linux 314 # ln -s /moxa/mxser/driver/mxser.c mxser.c
|
/linux-4.4.14/tools/perf/util/ |
D | probe-event.c | 786 struct int_node *ln; in __show_line_range() local 847 intlist__for_each(ln, lr->line_list) { in __show_line_range() 848 for (; ln->i > l; l++) { in __show_line_range()
|
/linux-4.4.14/Documentation/scsi/ |
D | osst.txt | 72 ln -s nosst0 /dev/tape
|
/linux-4.4.14/Documentation/ide/ |
D | ide.txt | 128 ln -sf /dev/hdc /dev/cdrom
|
/linux-4.4.14/Documentation/isdn/ |
D | README.gigaset | 118 ln -s /dev/ttyGB0 /dev/ttyG
|
/linux-4.4.14/Documentation/cdrom/ |
D | ide-cd | 109 ln -s /dev/hdX /dev/cdrom
|
/linux-4.4.14/arch/m68k/ifpsp060/src/ |
D | fpsp.S | 9507 BIGRN: long 0x3ffe0000,0xb17217f7,0xd1cf79ac # ln(2) 9508 long 0x40000000,0x935d8ddd,0xaaa8ac17 # ln(10) 9526 long 0x3ffe0000,0xb17217f7,0xd1cf79ab # ln(2) 9527 long 0x40000000,0x935d8ddd,0xaaa8ac16 # ln(10) 9545 long 0x3ffe0000,0xb17217f7,0xd1cf79ac # ln(2) 9546 long 0x40000000,0x935d8ddd,0xaaa8ac17 # ln(10)
|
/linux-4.4.14/Documentation/sound/oss/ |
D | README.OSS | 992 uses /dev/dsp (and /dev/audio). Command "ln -sf /dev/dsp1 /dev/dsp" 1125 !!!!! (cd /dev;rm dsp;ln -s dsp0 dsp). !!!!
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 178 ln -s /mnt/foo bar
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 58 ln -s /sys/kernel/debug /debug
|
/linux-4.4.14/drivers/staging/speakup/ |
D | spkguide.txt | 355 ln -s /sys/accessibility/speakup /speakup
|