Searched refs:msgs (Results 1 - 25 of 34) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/
H A Dinit_et.c34 int init_error_table(const char * const *msgs, long base, int count) argument
38 if (!base || !count || !msgs)
45 new_et->et.msgs = msgs;
H A Dcom_err.h24 char const * const * msgs; member in struct:error_table
44 extern int init_error_table(const char * const *msgs, long base, int count);
H A Dcom_right.c53 return p->table->msgs[code - p->table->base];
81 if (et->table->msgs == messages)
88 tab->msgs = messages;
H A Derror_message.c82 return(et->table->msgs[offset]);
90 return(et->table->msgs[offset]);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/ssdp/
H A Dssdp_device.c367 char *msgs[3]; local
378 msgs[0] = NULL;
379 msgs[1] = NULL;
380 msgs[2] = NULL;
387 Mil_Usn, Location, iDuration, &msgs[0] );
393 Location, iDuration, &msgs[1] );
397 Location, iDuration, &msgs[2] );
400 if( ( RootDev && msgs[0] == NULL ) ||
401 msgs[1] == NULL || msgs[
457 char *msgs[2]; local
757 char *msgs[3]; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dprof_err.c44 char const * const * msgs; member in struct:error_table
71 if (et->table->msgs == text)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/et/test_cases/
H A Dcontinuation.c14 char const * const * msgs; member in struct:error_table
41 if (et->table->msgs == text)
H A Dheimdal.c95 char const * const * msgs; member in struct:error_table
122 if (et->table->msgs == text)
H A Dheimdal2.c81 char const * const * msgs; member in struct:error_table
108 if (et->table->msgs == text)
H A Dheimdal3.c15 char const * const * msgs; member in struct:error_table
42 if (et->table->msgs == text)
H A Dimap_err.c43 char const * const * msgs; member in struct:error_table
70 if (et->table->msgs == text)
H A Dsimple.c35 char const * const * msgs; member in struct:error_table
62 if (et->table->msgs == text)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/char/
H A Dpcf8583.c43 struct i2c_msg msgs[2] = { local
60 if (i2c_transfer(c->adapter, msgs, 2) == 2)
84 struct i2c_msg msgs[2] = { local
92 ret = i2c_transfer(client->adapter, msgs, 2);
165 struct i2c_msg msgs[2] = { local
174 msgs[1].len = mem->nr;
176 return i2c_transfer(client->adapter, msgs, 2) == 2 ? 0 : -EIO;
183 struct i2c_msg msgs[2] = { local
192 msgs[1].len = mem->nr;
194 return i2c_transfer(client->adapter, msgs,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dfas216.c145 printk(" msgs async_stp=%X disconnectable=%d aborting=%d }\n",
289 while ((msg = msgqueue_getmsg(&info->scsi.msgs, msgnr++)) != NULL) {
426 msgqueue_flush(&info->scsi.msgs);
427 msgqueue_addmsg(&info->scsi.msgs, 5,
469 msgqueue_flush(&info->scsi.msgs);
470 msgqueue_addmsg(&info->scsi.msgs, 1, MESSAGE_REJECT);
536 msgqueue_flush(&info->scsi.msgs);
537 msgqueue_addmsg(&info->scsi.msgs, 4,
570 msgqueue_flush(&info->scsi.msgs);
571 msgqueue_addmsg(&info->scsi.msgs,
[all...]
H A Dacornscsi.c1332 unsigned int message_length = msgqueue_msglength(&host->scsi.msgs);
1357 msg = msgqueue_getmsg(&host->scsi.msgs, 0);
1384 while ((msg = msgqueue_getmsg(&host->scsi.msgs, msgnr++)) != NULL) {
1560 if (msgqueue_msglength(&host->scsi.msgs))
1633 msgqueue_addmsg(&host->scsi.msgs, 5, EXTENDED_MESSAGE, 3,
1652 msgqueue_flush(&host->scsi.msgs);
1653 msgqueue_addmsg(&host->scsi.msgs, 1, MESSAGE_REJECT);
1677 msgqueue_addmsg(&host->scsi.msgs, 1, ABORT);
1699 msgqueue_flush(&host->scsi.msgs);
1700 msgqueue_addmsg(&host->scsi.msgs,
[all...]
H A Dacornscsi.h297 MsgQueue_t msgs; member in struct:acornscsi_hostdata::__anon733
H A Dfas216.h161 #define CNTL3_QTAG (1 << 6) /* Enable 3 byte msgs */
239 MsgQueue_t msgs; /* message queue for connected device */ member in struct:__anon751::__anon752
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/i2c/
H A Di2c-algo-ite.c495 struct i2c_msg msgs[],
503 pmsg = &msgs[i];
531 i, msgs[i].addr, msgs[i].flags, msgs[i].len);)
494 iic_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg msgs[], int num) argument
H A Di2c-algo-pcf.c351 struct i2c_msg msgs[],
369 pmsg = &msgs[i];
401 i, msgs[i].addr, msgs[i].flags, msgs[i].len);)
350 pcf_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg msgs[], int num) argument
H A Di2c-algo-bit.c473 struct i2c_msg msgs[], int num)
482 pmsg = &msgs[i];
490 ,msgs[i].addr,i));
472 bit_xfer(struct i2c_adapter *i2c_adap, struct i2c_msg msgs[], int num) argument
H A Di2c-dev.c267 &(rdwr_arg.msgs[i]),
280 rdwr_arg.msgs[i].buf,
299 rdwr_arg.msgs[i].buf,
H A Di2c-keywest.c332 struct i2c_msg msgs[],
351 pmsg = &msgs[i++];
331 keywest_xfer( struct i2c_adapter *adap, struct i2c_msg msgs[], int num) argument
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Di2c-dev.h44 struct i2c_msg *msgs; /* pointers to i2c_msgs */ member in struct:i2c_rdwr_ioctl_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Di2c-dev.h44 struct i2c_msg *msgs; /* pointers to i2c_msgs */ member in struct:i2c_rdwr_ioctl_data
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dtda9875.c142 struct i2c_msg msgs[2] = { local
148 if (2 != i2c_transfer(adap,msgs,2)) {

Completed in 137 milliseconds

12