/linux-4.4.14/drivers/scsi/libfc/ |
D | fc_disc.c | 64 static void fc_disc_stop_rports(struct fc_disc *disc) in fc_disc_stop_rports() argument 69 lport = fc_disc_lport(disc); in fc_disc_stop_rports() 71 mutex_lock(&disc->disc_mutex); in fc_disc_stop_rports() 72 list_for_each_entry_rcu(rdata, &disc->rports, peers) in fc_disc_stop_rports() 74 mutex_unlock(&disc->disc_mutex); in fc_disc_stop_rports() 85 static void fc_disc_recv_rscn_req(struct fc_disc *disc, struct fc_frame *fp) in fc_disc_recv_rscn_req() argument 98 lport = fc_disc_lport(disc); in fc_disc_recv_rscn_req() 100 FC_DISC_DBG(disc, "Received an RSCN event\n"); in fc_disc_recv_rscn_req() 133 FC_DISC_DBG(disc, "Port address format for port " in fc_disc_recv_rscn_req() 148 FC_DISC_DBG(disc, "Address format is (%d)\n", fmt); in fc_disc_recv_rscn_req() [all …]
|
D | fc_rport.c | 105 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) in fc_rport_lookup() 151 list_add_rcu(&rdata->peers, &lport->disc.rports); in fc_rport_create() 343 mutex_lock(&lport->disc.disc_mutex); in fc_rport_work() 373 mutex_unlock(&lport->disc.disc_mutex); in fc_rport_work() 753 struct fc_disc *disc; in fc_rport_recv_flogi_req() local 764 disc = &lport->disc; in fc_rport_recv_flogi_req() 765 mutex_lock(&disc->disc_mutex); in fc_rport_recv_flogi_req() 854 mutex_unlock(&disc->disc_mutex); in fc_rport_recv_flogi_req() 859 mutex_unlock(&disc->disc_mutex); in fc_rport_recv_flogi_req() 1480 mutex_lock(&lport->disc.disc_mutex); in fc_rport_recv_els_req() [all …]
|
D | fc_libfc.h | 52 #define FC_DISC_DBG(disc, fmt, args...) \ argument 55 fc_disc_lport(disc)->host->host_no, \
|
D | fc_lport.c | 245 mutex_lock(&lport->disc.disc_mutex); in fc_lport_ptp_setup() 254 mutex_unlock(&lport->disc.disc_mutex); in fc_lport_ptp_setup() 1431 mutex_lock(&lport->disc.disc_mutex); in fc_lport_enter_dns() 1433 mutex_unlock(&lport->disc.disc_mutex); in fc_lport_enter_dns() 1548 mutex_lock(&lport->disc.disc_mutex); in fc_lport_enter_fdmi() 1550 mutex_unlock(&lport->disc.disc_mutex); in fc_lport_enter_fdmi()
|
/linux-4.4.14/drivers/scsi/snic/ |
D | snic_disc.c | 190 list_for_each_safe(cur, nxt, &snic->disc.tgt_list) { in snic_tgt_lookup() 304 list_add_tail(&tgt->list, &snic->disc.tgt_list); in snic_tgt_create() 305 tgt->scsi_tgt_id = snic->disc.nxt_tgt_id++; in snic_tgt_create() 346 kfree(snic->disc.rtgt_info); in snic_handle_tgt_disc() 352 mutex_lock(&snic->disc.mutex); in snic_handle_tgt_disc() 354 if (snic->disc.req_cnt) { in snic_handle_tgt_disc() 355 snic->disc.state = SNIC_DISC_DONE; in snic_handle_tgt_disc() 356 snic->disc.req_cnt = 0; in snic_handle_tgt_disc() 357 mutex_unlock(&snic->disc.mutex); in snic_handle_tgt_disc() 358 kfree(snic->disc.rtgt_info); in snic_handle_tgt_disc() [all …]
|
D | snic.h | 274 struct snic_disc disc; member
|
D | snic_main.c | 644 snic_disc_init(&snic->disc); in snic_probe()
|
/linux-4.4.14/drivers/tty/ |
D | tty_ldisc.c | 60 int tty_register_ldisc(int disc, struct tty_ldisc_ops *new_ldisc) in tty_register_ldisc() argument 65 if (disc < N_TTY || disc >= NR_LDISCS) in tty_register_ldisc() 69 tty_ldiscs[disc] = new_ldisc; in tty_register_ldisc() 70 new_ldisc->num = disc; in tty_register_ldisc() 90 int tty_unregister_ldisc(int disc) in tty_unregister_ldisc() argument 95 if (disc < N_TTY || disc >= NR_LDISCS) in tty_unregister_ldisc() 99 if (tty_ldiscs[disc]->refcount) in tty_unregister_ldisc() 102 tty_ldiscs[disc] = NULL; in tty_unregister_ldisc() 109 static struct tty_ldisc_ops *get_ldops(int disc) in get_ldops() argument 116 ldops = tty_ldiscs[disc]; in get_ldops() [all …]
|
D | tty_buffer.c | 417 struct tty_ldisc *disc = tty->ldisc; in receive_buf() local 424 if (disc->ops->receive_buf2) in receive_buf() 425 count = disc->ops->receive_buf2(tty, p, f, count); in receive_buf() 428 if (count && disc->ops->receive_buf) in receive_buf() 429 disc->ops->receive_buf(tty, p, f, count); in receive_buf() 452 struct tty_ldisc *disc; in flush_to_ldisc() local 458 disc = tty_ldisc_ref(tty); in flush_to_ldisc() 459 if (disc == NULL) in flush_to_ldisc() 498 tty_ldisc_deref(disc); in flush_to_ldisc()
|
/linux-4.4.14/drivers/scsi/libsas/ |
D | sas_discover.c | 150 memset(port->disc.fanout_sas_addr, 0, SAS_ADDR_SIZE); in sas_get_port_device() 151 memset(port->disc.eeds_a, 0, SAS_ADDR_SIZE); in sas_get_port_device() 152 memset(port->disc.eeds_b, 0, SAS_ADDR_SIZE); in sas_get_port_device() 153 port->disc.max_level = 0; in sas_get_port_device() 221 clear_bit(DISCE_PROBE, &port->disc.pending); in sas_probe_devices() 252 clear_bit(DISCE_SUSPEND, &port->disc.pending); in sas_suspend_devices() 279 clear_bit(DISCE_RESUME, &port->disc.pending); in sas_resume_devices() 362 clear_bit(DISCE_DESTRUCT, &port->disc.pending); in sas_destruct_devices() 446 clear_bit(DISCE_DISCOVER_DOMAIN, &port->disc.pending); in sas_discover_domain() 513 clear_bit(DISCE_REVALIDATE_DOMAIN, &port->disc.pending); in sas_revalidate_domain() [all …]
|
D | sas_expander.c | 204 struct discover_resp *dr = &resp->disc; in sas_set_ex_phy() 337 set_bit(DISCE_REVALIDATE_DOMAIN, &dev->port->disc.pending); in sas_set_ex_phy() 383 dr = &((struct smp_resp *)disc_resp)->disc; in sas_ex_phy_discover_helper() 961 parent->port->disc.max_level = max(parent->port->disc.max_level, in sas_ex_discover_expander() 1057 if (SAS_ADDR(dev->port->disc.fanout_sas_addr)) { in sas_ex_discover_dev() 1067 memcpy(dev->port->disc.fanout_sas_addr, in sas_ex_discover_dev() 1275 if (SAS_ADDR(parent->port->disc.fanout_sas_addr) != 0) { in sas_check_eeds() 1283 SAS_ADDR(parent->port->disc.fanout_sas_addr)); in sas_check_eeds() 1284 } else if (SAS_ADDR(parent->port->disc.eeds_a) == 0) { in sas_check_eeds() 1285 memcpy(parent->port->disc.eeds_a, parent->sas_addr, in sas_check_eeds() [all …]
|
D | sas_event.c | 109 struct sas_discovery *d = &port->disc; in sas_enable_revalidation()
|
D | sas_port.c | 342 sas_init_disc(&port->disc, port); in sas_register_ports()
|
/linux-4.4.14/Documentation/cdrom/ |
D | packet-writing.txt | 12 - Grab a new CD-RW disc and format it (assuming CD-RW is hdc, substitute 27 the so called "restricted overwrite" mode. To put a disc in restricted 32 You can then use the disc the same way you would use a CD-RW disc: 44 2KB on such a disc. For example, it should be possible to do: 46 # dvd+rw-format /dev/hdc (only needed if the disc has never 82 filesystem corruption if the disc wears out. 84 - Since the pktcdvd driver makes the disc appear as a regular block 86 the disc. For example, run: 90 to create an ext2 filesystem on the disc.
|
D | cdrom-standard.tex | 156 block-devices such as floppy or hard disc drives), to define a set 358 up the disc, etc. % and device-use count 373 information on the status of the drive (not the status of the disc, 379 CDS_NO_DISC& no disc is inserted, tray is closed\cr 382 CDS_DISC_OK& a disc is loaded and everything is fine\cr 392 ignored for single-disc drives. Note that by `re-routing' this 445 current disc loaded and the return value should be positive. A negative 451 will perform disc selection. It should return the number of the 452 selected disc on success, a negative value on error. Currently, only 459 device $cdi\to dev$, the start of the last session of the current disc [all …]
|
D | ide-cd | 39 appended to the end of this file. The Sanyo 3-disc changer 121 An ISO 9660 CDROM can be mounted by putting the disc in the drive and 281 ISO 9660 disc. You can't mount an audio CD. 499 printf ("\tAudio disc.\t"); 503 printf ("\tData disc type %d.\t", status-CDS_DATA_1+1); 507 printf ("\tXA data disc type %d.\t", status-CDS_XA_2_1+1); 510 printf ("\tUnknown disc type 0x%x!\t", status);
|
/linux-4.4.14/drivers/scsi/aic7xxx/ |
D | scsi_message.h | 47 #define MSG_IDENTIFY(lun, disc) (((disc) ? 0xc0 : MSG_IDENTIFYFLAG) | (lun)) argument
|
/linux-4.4.14/drivers/scsi/fcoe/ |
D | fcoe_ctlr.c | 2095 struct fcoe_ctlr *fip = lport->disc.priv; in fcoe_ctlr_vn_rport_callback() 2137 mutex_lock(&lport->disc.disc_mutex); in fcoe_ctlr_disc_stop_locked() 2138 list_for_each_entry_rcu(rdata, &lport->disc.rports, peers) in fcoe_ctlr_disc_stop_locked() 2140 lport->disc.disc_callback = NULL; in fcoe_ctlr_disc_stop_locked() 2141 mutex_unlock(&lport->disc.disc_mutex); in fcoe_ctlr_disc_stop_locked() 2153 struct fcoe_ctlr *fip = lport->disc.priv; in fcoe_ctlr_disc_stop() 2458 mutex_lock(&lport->disc.disc_mutex); in fcoe_ctlr_vn_add() 2461 mutex_unlock(&lport->disc.disc_mutex); in fcoe_ctlr_vn_add() 2466 rdata->disc_id = lport->disc.disc_id; in fcoe_ctlr_vn_add() 2474 mutex_unlock(&lport->disc.disc_mutex); in fcoe_ctlr_vn_add() [all …]
|
/linux-4.4.14/include/scsi/ |
D | libfc.h | 871 struct fc_disc disc; member 1089 static inline struct fc_lport *fc_disc_lport(struct fc_disc *disc) in fc_disc_lport() argument 1091 return container_of(disc, struct fc_lport, disc); in fc_disc_lport()
|
D | sas.h | 450 struct discover_resp disc; member 644 struct discover_resp disc; member
|
D | libsas.h | 266 struct sas_discovery disc; member 705 void sas_init_disc(struct sas_discovery *disc, struct asd_sas_port *);
|
/linux-4.4.14/drivers/sn/ |
D | ioc3.c | 117 int a, b, index, disc; in nic_find() local 125 for (index = 0, disc = 0; index < 64; index++) { in nic_find() 140 disc = index; in nic_find() 142 disc = index; in nic_find() 154 *last = disc; in nic_find()
|
/linux-4.4.14/arch/um/os-Linux/ |
D | file.c | 104 int disc, sencap; in os_set_slip() local 106 disc = N_SLIP; in os_set_slip() 107 if (ioctl(fd, TIOCSETD, &disc) < 0) in os_set_slip()
|
/linux-4.4.14/Documentation/ioctl/ |
D | cdrom.txt | 53 CDROM_SELECT_DISC Select disc (for juke-boxes) 56 CDROM_DISC_STATUS Get disc type, etc. 67 CDROM_LAST_WRITTEN get last block written on disc 643 CDROM_SELECT_DISC Select disc (for juke-boxes) 712 CDROM_DISC_STATUS Get disc type, etc. 950 CDROM_LAST_WRITTEN get last block written on disc 960 The last block written on disc 964 result is derived from the disc's table of contents. If the
|
/linux-4.4.14/fs/ntfs/ |
D | runlist.c | 289 bool disc = false; /* Discontinuity between @dst and @src. */ in ntfs_rl_insert() local 300 disc = (src[0].vcn > 0); in ntfs_rl_insert() 310 disc = (src[0].vcn > dst[loc - 1].vcn + merged_length); in ntfs_rl_insert() 316 dst = ntfs_rl_realloc(dst, dsize, dsize + ssize - left + disc); in ntfs_rl_insert() 332 marker = loc + ssize - left + disc; in ntfs_rl_insert() 336 ntfs_rl_mc(dst, loc + disc, src, left, ssize - left); in ntfs_rl_insert() 345 if (disc) { in ntfs_rl_insert()
|
/linux-4.4.14/Documentation/DocBook/ |
D | rapidio.xml.db | 92 API-rio-disc-peer 100 API-rio-disc-mport
|
/linux-4.4.14/Documentation/ |
D | md-cluster.txt | 159 ioctl(ADD_NEW_DISC with disc.state set to MD_DISK_CLUSTER_ADD) 167 ioctl(ADD_NEW_DISK with disc.state set to MD_DISK_CANDIDATE and 168 disc.number set to slot number)
|
/linux-4.4.14/Documentation/ide/ |
D | ChangeLog.ide-cd.1994-2004 | 97 * Let open succeed even if there's no loaded disc. 152 * slot when there is no disc in the current slot. 216 * cd-rom drivers. don't report select disc for 258 * correctly sensing a disc change.
|
/linux-4.4.14/include/linux/netfilter/ |
D | nf_conntrack_pptp.h | 294 struct PptpCallDisconnectNotify disc; member
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 306 int a, b, index, disc; in nic_find() local 314 for (index = 0, disc = 0; index < 64; index++) { in nic_find() 329 disc = index; in nic_find() 331 disc = index; in nic_find() 344 *last = disc; in nic_find()
|
/linux-4.4.14/Documentation/filesystems/ |
D | adfs.txt | 73 Mounting an ADFS disc with option ftsuffix=1 will cause appropriate file
|
D | vfs.txt | 36 in RAM and are never saved to disc: they exist only for performance. 51 beasts. They live either on the disc (for block device filesystems) 53 disc are copied into the memory when required and changes to the inode 54 are written back to disc. A single inode can be pointed to by multiple 254 inode to disc. The second parameter indicates whether the write
|
D | ext2.txt | 129 on the disc in little endian format, so a filesystem is portable between
|
/linux-4.4.14/drivers/scsi/arm/ |
D | Kconfig | 38 disc interface for the Acorn Archimedes range, to allow the use of
|
/linux-4.4.14/include/linux/ |
D | tty.h | 581 extern int tty_register_ldisc(int disc, struct tty_ldisc_ops *new_ldisc); 582 extern int tty_unregister_ldisc(int disc);
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_pptp.c | 247 pcid_off = offsetof(union pptp_ctrl_union, disc.callID); in pptp_inbound_pkt()
|
/linux-4.4.14/Documentation/mips/ |
D | AU1xxx_IDE.README | 8 If you are short in patience and just want to know how to add your hard disc to
|
/linux-4.4.14/fs/nfs/ |
D | Kconfig | 179 Say Y here if you want NFS data to be cached locally on disc through
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_pptp.c | 361 cid = pptpReq->disc.callID; in pptp_inbound_pkt()
|
/linux-4.4.14/Documentation/scsi/ |
D | ncr53c8xx.txt | 676 disc:y enabled 677 disc:n disabled 860 disconnections not allowed disc:n 885 ncr53c8xx=mpar:y,spar:y,disc:y,specf:3,fsn:n,ultra:2,fsn:n,revprob:n,verb:1\ 891 ncr53c8xx=safe:y,mpar:y,disc:y 892 ncr53c8xx=safe:y,disc:y 898 ncr53c8xx=mpar:y,spar:y,disc:y,specf:1,fsn:n,ultra:2,fsn:n,revprob:n,verb:1\
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_els.c | 1831 int disc, rc; in lpfc_cmpl_els_plogi() local 1857 disc = (ndlp->nlp_flag & NLP_NPR_2B_DISC); in lpfc_cmpl_els_plogi() 1867 irsp->ulpTimeout, disc, vport->num_disc_nodes); in lpfc_cmpl_els_plogi() 1880 if (disc) { in lpfc_cmpl_els_plogi() 1912 if (disc && vport->num_disc_nodes) { in lpfc_cmpl_els_plogi() 2310 int disc; in lpfc_cmpl_els_adisc() local 2327 disc = (ndlp->nlp_flag & NLP_NPR_2B_DISC); in lpfc_cmpl_els_adisc() 2335 irsp->ulpTimeout, disc, vport->num_disc_nodes); in lpfc_cmpl_els_adisc() 2348 if (disc) { in lpfc_cmpl_els_adisc() 2371 if (disc && vport->num_disc_nodes) in lpfc_cmpl_els_adisc()
|
/linux-4.4.14/Documentation/arm/ |
D | README | 147 hasn't got any code for disc change detection in there at the moment which
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 1335 __DEF_NACL_AUTH_STR(disc, name, flags) \ 1356 __DEF_NACL_AUTH_INT(disc, name) \
|
/linux-4.4.14/drivers/scsi/ |
D | gdth.h | 376 u8 disc; /* flag: disconnect enabled */ member
|
D | ncr53c8xx.c | 1737 u_char disc; /* Diconnection allowed */ member 4195 (cp != np->ccb && np->disc && !(tp->usrflag & UF_NODISC))) in ncr_queue_command() 5301 np->disc = 0; in ncr_init() 5762 np->disc = 1; in ncr_timeout() 8480 np->disc = 1;
|
/linux-4.4.14/Documentation/networking/ |
D | 6pack.txt | 105 int disc = N_AX25;
|
D | dl2k.txt | 85 Floppy disc drive
|
/linux-4.4.14/drivers/block/ |
D | Kconfig | 424 a disc is opened for writing.
|
/linux-4.4.14/drivers/ata/ |
D | Kconfig | 72 the ODD is not in use (i.e. no disc inside).
|