Searched refs:mesg (Results 1 - 25 of 37) sorted by relevance

12

/linux-master/fs/nfsd/
H A Dexport.c78 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) argument
90 if (mesg[mlen - 1] != '\n')
92 mesg[mlen-1] = 0;
100 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0)
110 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0)
118 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
126 err = get_expiry(&mesg, &key.h.expiry_time);
141 len = qword_get(&mesg, buf, PAGE_SIZE);
451 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) argument
461 err = get_uint(mesg,
508 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) argument
547 fsloc_parse(char **mesg, char *buf, struct nfsd4_fs_locations *fsloc) argument
549 secinfo_parse(char **mesg, char *buf, struct svc_export *exp) argument
552 xprtsec_parse(char **mesg, char *buf, struct svc_export *exp) argument
576 nfsd_uuid_parse(char **mesg, char *buf, unsigned char **puuid) argument
596 svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) argument
[all...]
H A Dnfsctl.c315 char *mesg = buf; local
327 dname = mesg;
328 len = qword_get(&mesg, dname, size);
333 len = qword_get(&mesg, path, size);
337 len = get_int(&mesg, &maxsize);
345 if (qword_get(&mesg, mesg, size) > 0)
360 mesg = buf;
362 qword_addhex(&mesg, &len, fh.fh_raw, fh.fh_size);
363 mesg[
397 char *mesg = buf; local
445 char *mesg = buf; local
530 char *mesg = buf; local
694 char *mesg = buf; local
859 char *mesg = buf; local
910 char *mesg = buf; local
931 char *mesg = buf; local
1021 char *mesg = buf; local
[all...]
H A Dtrace.h1868 const char *mesg
1870 TP_ARGS(net, mesg),
1873 __string(mesg, mesg)
1877 __assign_str(mesg, mesg);
1880 __get_str(mesg)
/linux-master/drivers/spi/
H A Dspi-sh.c150 static int spi_sh_send(struct spi_sh_data *ss, struct spi_message *mesg, argument
197 if (list_is_last(&t->transfer_list, &mesg->transfers)) {
215 static int spi_sh_receive(struct spi_sh_data *ss, struct spi_message *mesg, argument
272 struct spi_message *mesg)
282 list_for_each_entry(t, &mesg->transfers, transfer_list) {
289 ret = spi_sh_send(ss, mesg, t);
294 ret = spi_sh_receive(ss, mesg, t);
298 mesg->actual_length += t->len;
301 mesg->status = 0;
316 mesg
271 spi_sh_transfer_one_message(struct spi_controller *ctlr, struct spi_message *mesg) argument
[all...]
H A Dspi-fsi.c425 struct spi_message *mesg)
428 u8 seq_slave = SPI_FSI_SEQUENCE_SEL_SLAVE(spi_get_chipselect(mesg->spi, 0) + 1);
437 list_for_each_entry(transfer, &mesg->transfers, transfer_list) {
465 &mesg->transfers)) {
507 mesg->status = rc;
424 fsi_spi_transfer_one_message(struct spi_controller *ctlr, struct spi_message *mesg) argument
H A Dspi.c2148 struct spi_message *mesg; local
2151 mesg = ctlr->cur_msg;
2154 list_for_each_entry(xfer, &mesg->transfers, transfer_list) {
2161 list_for_each_entry(xfer, &mesg->transfers, transfer_list)
2164 spi_unmap_msg(ctlr, mesg);
2166 if (mesg->prepared && ctlr->unprepare_message) {
2167 ret = ctlr->unprepare_message(ctlr, mesg);
2174 mesg->prepared = false;
2176 spi_maybe_unoptimize_message(mesg);
2183 trace_spi_message_done(mesg);
[all...]
H A Dspi-pic32-sqi.c258 struct spi_message *mesg,
261 struct spi_device *spi = mesg->spi;
257 pic32_sqi_one_transfer(struct pic32_sqi *sqi, struct spi_message *mesg, struct spi_transfer *xfer) argument
/linux-master/drivers/misc/sgi-gru/
H A Dgrukservices.h73 * mesg pointer to message. Must be 64-bit aligned
82 void *mesg, unsigned int bytes);
H A Dgrukservices.c580 void *mesg)
586 struct message_header save_mhdr, *mhdr = mesg;
616 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, 1, 1,
638 void *mesg, int lines)
669 if (send_noop_message(cb, mqd, mesg)) {
707 void *mesg, int lines)
718 gru_vstore(cb, m, gru_get_tri(mesg), XTYPE_CL, lines, 1, IMA);
734 ret = send_noop_message(cb, mqd, mesg);
755 void *mesg, int lines)
771 ret = send_message_queue_full(cb, mqd, mesg, line
579 send_noop_message(void *cb, struct gru_message_queue_desc *mqd, void *mesg) argument
637 send_message_queue_full(void *cb, struct gru_message_queue_desc *mqd, void *mesg, int lines) argument
706 send_message_put_nacked(void *cb, struct gru_message_queue_desc *mqd, void *mesg, int lines) argument
754 send_message_failure(void *cb, struct gru_message_queue_desc *mqd, void *mesg, int lines) argument
796 gru_send_message_gpa(struct gru_message_queue_desc *mqd, void *mesg, unsigned int bytes) argument
837 gru_free_message(struct gru_message_queue_desc *mqd, void *mesg) argument
[all...]
/linux-master/net/atm/
H A Dlec.c143 struct atmlec_msg *mesg; local
149 mesg = (struct atmlec_msg *)skb2->data;
150 mesg->type = l_topology_change;
152 mesg->content.normal.flag = *buff & 0x01;
347 struct atmlec_msg *mesg; local
352 mesg = (struct atmlec_msg *)skb->data;
355 pr_debug("%s: msg from zeppelin:%d\n", dev->name, mesg->type);
356 switch (mesg->type) {
358 eth_hw_addr_set(dev, mesg->content.normal.mac_addr);
364 lec_addr_delete(priv, mesg
513 struct atmlec_msg *mesg; local
[all...]
H A Dmpc.c78 static void set_mpc_ctrl_addr_rcvd(struct k_message *mesg,
80 static void set_mps_mac_addr_rcvd(struct k_message *mesg,
860 struct k_message mesg; local
864 mesg.type = SET_MPS_CTRL_ADDR;
865 memcpy(mesg.MPS_ctrl, addr, ATM_ESA_LEN);
866 msg_to_mpoad(&mesg, mpc);
912 struct k_message *mesg = (struct k_message *)skb->data; local
920 switch (mesg->type) {
923 MPOA_res_reply_rcvd(mesg, mpc);
927 MPOA_trigger_rcvd(mesg, mp
975 msg_to_mpoad(struct k_message *mesg, struct mpoa_client *mpc) argument
1334 set_mpc_ctrl_addr_rcvd(struct k_message *mesg, struct mpoa_client *mpc) argument
[all...]
/linux-master/drivers/iio/dac/
H A Dti-dac082s085.c41 * @mesg: SPI message to perform a write
42 * @xfer: SPI transfer used by @mesg
52 struct spi_message mesg; member in struct:ti_dac_chip
72 return spi_sync(ti_dac->mesg.spi, &ti_dac->mesg);
281 spi_message_init_with_transfers(&ti_dac->mesg, &ti_dac->xfer, 1);
282 ti_dac->mesg.spi = spi;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_sync.c275 struct ip_vs_sync_mesg *mesg; member in struct:ip_vs_sync_buff
338 sb->mesg = kmalloc(len, GFP_ATOMIC);
339 if (!sb->mesg) {
343 sb->mesg->reserved = 0; /* old nr_conns i.e. must be zero now */
344 sb->mesg->version = SYNC_PROTO_VER;
345 sb->mesg->syncid = ipvs->mcfg.syncid;
346 sb->mesg->size = htons(sizeof(struct ip_vs_sync_mesg));
347 sb->mesg->nr_conns = 0;
348 sb->mesg->spare = 0;
349 sb->head = (unsigned char *)sb->mesg
419 struct ip_vs_sync_mesg_v0 *mesg; local
[all...]
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c179 char *mesg, int mlen)
184 char *buf = mesg;
199 if (mesg[mlen-1] != '\n')
201 mesg[mlen-1] = 0;
204 len = qword_get(&mesg, class, sizeof(class));
208 len = qword_get(&mesg, buf, mlen);
229 err = get_expiry(&mesg, &expiry);
234 len = qword_get(&mesg, buf, mlen);
488 char *mesg, int mlen)
500 if (mesg[mle
178 ip_map_parse(struct cache_detail *cd, char *mesg, int mlen) argument
487 unix_gid_parse(struct cache_detail *cd, char *mesg, int mlen) argument
[all...]
/linux-master/drivers/ata/
H A Dpata_triflex.c198 static int triflex_ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) argument
202 ata_host_suspend(host, mesg);
H A Dacard-ahci.c65 static int acard_ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg);
112 static int acard_ahci_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) argument
119 if (mesg.event & PM_EVENT_SUSPEND &&
126 if (mesg.event & PM_EVENT_SLEEP) {
137 return ata_pci_device_suspend(pdev, mesg);
H A Dpata_cs5520.c251 * @mesg: PM event message
259 static int cs5520_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) argument
263 ata_host_suspend(host, mesg);
H A Dpata_macio.c854 static int pata_macio_do_suspend(struct pata_macio_priv *priv, pm_message_t mesg) argument
857 ata_host_suspend(priv->host, mesg);
1209 static int pata_macio_suspend(struct macio_dev *mdev, pm_message_t mesg) argument
1213 return pata_macio_do_suspend(host->private_data, mesg);
1313 static int pata_macio_pci_suspend(struct pci_dev *pdev, pm_message_t mesg) argument
1317 return pata_macio_do_suspend(host->private_data, mesg);
H A Dlibata-core.c5173 static void ata_port_request_pm(struct ata_port *ap, pm_message_t mesg, argument
5193 ap->pm_mesg = mesg;
5208 static void ata_port_suspend(struct ata_port *ap, pm_message_t mesg, argument
5227 ata_port_request_pm(ap, mesg, 0,
5262 static void ata_port_resume(struct ata_port *ap, pm_message_t mesg, argument
5265 ata_port_request_pm(ap, mesg, ATA_EH_RESET,
5346 * @mesg: PM message
5350 void ata_host_suspend(struct ata_host *host, pm_message_t mesg) argument
5352 host->dev->power.power_state = mesg;
6242 void ata_pci_device_do_suspend(struct pci_dev *pdev, pm_message_t mesg) argument
6271 ata_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) argument
[all...]
H A Data_piix.c992 static int piix_pci_device_suspend(struct pci_dev *pdev, pm_message_t mesg) argument
997 ata_host_suspend(host, mesg);
1004 if (piix_broken_suspend() && (mesg.event & PM_EVENT_SLEEP)) {
1019 ata_pci_device_do_suspend(pdev, mesg);
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c226 char *mesg, int mlen)
229 char *buf = mesg;
238 len = qword_get(&mesg, buf, mlen);
246 len = qword_get(&mesg, buf, mlen);
260 status = get_expiry(&mesg, &expiry);
266 len = qword_get(&mesg, buf, mlen);
272 len = qword_get(&mesg, buf, mlen);
280 len = qword_get(&mesg, buf, mlen);
288 len = qword_get(&mesg, buf, mlen);
465 char *mesg, in
225 rsi_parse(struct cache_detail *cd, char *mesg, int mlen) argument
464 rsc_parse(struct cache_detail *cd, char *mesg, int mlen) argument
[all...]
/linux-master/drivers/gpio/
H A Dgpio-max3191x.c58 * @mesg: SPI message to perform a readout
59 * @xfer: SPI transfer used by @mesg
81 struct spi_message mesg; member in struct:max3191x_chip
130 val = spi_sync(spi, &max3191x->mesg);
417 spi_message_init_with_transfers(&max3191x->mesg, &max3191x->xfer, 1);
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c1045 static int nvidiafb_suspend_late(struct device *dev, pm_message_t mesg) argument
1050 if (mesg.event == PM_EVENT_PRETHAW)
1051 mesg.event = PM_EVENT_FREEZE;
1053 par->pm_state = mesg.event;
1055 if (mesg.event & PM_EVENT_SLEEP) {
1060 dev->power.power_state = mesg;
/linux-master/include/linux/spi/
H A Dspi.h672 struct spi_message *mesg);
722 struct spi_message *mesg);
/linux-master/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_minidump.c1298 char mesg[64]; local
1299 char *msg[] = {mesg, NULL};
1390 snprintf(mesg, sizeof(mesg), "FW_DUMP=%s", adapter->netdev->name);

Completed in 320 milliseconds

12