Searched refs:issue (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/plugins/radius/etc/
H A Dradiusclient.conf23 # name of the issue file. it's only display when no username is passed
24 # on the radlogin command line (default /etc/radiusclient/issue)
25 issue /usr/local/etc/radiusclient/issue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_event.c103 ret = self->issue.connect_request(self, skb, info);
162 ret = self->issue.connect_response(self, skb);
166 ret = self->issue.disconnect_request(self, skb, info);
194 ret = self->issue.data_request(self, skb, 0);
204 ret = self->issue.data_request(self, skb, skb->len);
213 ret = self->issue.disconnect_request(self, skb, info);
H A Dircomm_lmp.c365 self->issue.data_request = ircomm_lmp_data_request;
366 self->issue.connect_request = ircomm_lmp_connect_request;
367 self->issue.connect_response = ircomm_lmp_connect_response;
368 self->issue.disconnect_request = ircomm_lmp_disconnect_request;
H A Dircomm_ttp.c104 self->issue.data_request = ircomm_ttp_data_request;
105 self->issue.connect_request = ircomm_ttp_connect_request;
106 self->issue.connect_response = ircomm_ttp_connect_response;
107 self->issue.disconnect_request = ircomm_ttp_disconnect_request;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dstrlen.S34 nop # helps dual issue last two insns
H A Dstrlen_user.S81 nop # dual issue next two on ev4 and ev5
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dchgpasswd.c229 static int expect(int master, char *issue, char *expected) argument
236 if (!strequal(issue, ".")) {
238 DEBUG(100, ("expect: sending [%s]\n", issue));
240 if ((len = write(master, issue, strlen(issue))) != strlen(issue)) {
301 fstring issue, expected; local
303 fstrcpy(issue, ".");
310 if (!expect(master, issue, expected))
316 if (!next_token(&seq, issue, NUL
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dircomm_core.h61 call_t issue; member in struct:ircomm_cb
H A Dirda_device.h111 struct dongle_reg *issue; /* Registration info */ member in struct:__anon10546
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirda_device.c405 dongle->issue = reg;
420 dongle->issue->close(dongle);
421 module_put(dongle->issue->owner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/irda/
H A Dactisys.c127 if (self->issue->type == IRDA_ACTISYS_DONGLE)
H A Dirport.c419 self->dongle->issue->change_speed,
1037 dongle->issue->open(dongle, &self->qos);
1040 irda_task_execute(dongle, dongle->issue->reset, NULL, NULL,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Drxkad.c561 * issue a challenge
823 time_t issue, now; local
908 /* get the issue time of the ticket */
912 issue = le32_to_cpu(stamp);
916 issue = be32_to_cpu(stamp);
920 _debug("KIV ISSUE: %lx [%lx]", issue, now);
923 if (issue > now) {
929 if (issue < now - life) {
935 *_expiry = issue + life;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dgetty.c13 * - enable hardware flow control before displaying /etc/issue
54 * /etc/issue file. You will not want to spit out large "issue" files at the
57 #define ISSUE "/etc/issue" /* displayed before the login prompt */
91 const char *issue; /* alternative issue file */ member in struct:options
100 #define F_CUSTISSUE (1<<3) /* give alternative issue file */
102 #define F_ISSUE (1<<5) /* display /etc/issue */
184 &(op->initstring), &fakehost, &(op->issue),
203 op->flags ^= F_ISSUE; /* revert flag show /etc/issue */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dacornscsi.h318 Queue_t issue; /* issue queue */ member in struct:acornscsi_hostdata::__anon6465
H A Dfas216.h286 Queue_t issue; /* issue queue */ member in struct:__anon6476::__anon6480
H A Dfas216.c1723 * Load first byte into fifo, and issue SELECT with ATN and
1915 SCpnt = queue_remove_exclude(&info->queues.issue,
2226 result = !queue_add_cmd_ordered(&info->queues.issue, SCpnt);
2334 res_success, /* command on issue queue */
2350 if (queue_remove_cmd(&info->queues.issue, SCpnt)) {
2352 * The command was on the issue queue, and has not been
2357 printk("on issue queue ");
2392 * being on the issue queue, except the busylun bit has
2497 queue_remove_all_target(&info->queues.issue, target);
2589 queue_remove_all_target(&info->queues.issue, SDpn
[all...]
H A Dacornscsi.c723 SCpnt = queue_remove_exclude(&host->queues.issue, host->busyluns);
1978 case PHASE_CONNECTING: /* STATE: command removed from issue queue */
2512 if (!queue_add_cmd_ordered(&host->queues.issue, SCpnt)) {
2562 if (queue_remove_cmd(&host->queues.issue, SCpnt)) {
2564 * The command was on the issue queue, and has not been
2570 printk("on issue queue ");
2630 * being on the issue queue, except the busylun bit has
2999 queue_initialise(&ashost->queues.issue);
3055 queue_free(&ashost->queues.issue);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/hostap/
H A Dhostap_hw.c327 int err, res, issue, issued = 0; local
370 issue = list_empty(&local->cmd_queue);
371 if (issue)
378 if (!issue)
456 * interrupt was not delivered - probably an issue
505 int issue, ret; local
532 issue = list_empty(&local->cmd_queue);
533 if (issue)
539 if (issue && hfa384x_cmd_issue(dev, entry))
714 /* issue nex
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D53c7xx.c311 int free, int issue);
476 * would point to the usual DSA issue queue select routine.
594 * Purpose: convert jump instruction in issue array to NCR53c7x0_cmd
597 * Inputs; issue - pointer to start of NOP or JUMP instruction
598 * in issue array.
605 u32 *issue)
607 return (issue[0] != hostdata->NOP_insn) ?
620 (struct NCR53c7x0_cmd *) ((char *) bus_to_virt (issue[1]) -
1733 * Traverse the NCR issue array until we find a match or run out
1734 * of instructions. Instructions in the NCR issue arra
604 issue_to_cmd(struct Scsi_Host *host, struct NCR53c7x0_hostdata *hostdata, u32 *issue) argument
5413 return_outstanding_commands(struct Scsi_Host *host, int free, int issue) argument
[all...]
H A Dips.c622 ha->func.issue = ips_issue_i2o_memio;
642 ha->func.issue = ips_issue_i2o_memio;
644 ha->func.issue = ips_issue_copperhead_memio;
660 ha->func.issue = ips_issue_i2o;
662 ha->func.issue = ips_issue_copperhead;
2548 /* issue the command */
4107 return ((*ha->func.issue) (ha, scb));
6119 /* issue the command */
6166 /* issue command */
6187 /* issue comman
[all...]
H A Dips.h1060 int (*issue)(struct ips_ha *, struct ips_scb *); member in struct:__anon6672
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s58 ; this issue, and there may be a more elegant method
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s60 # this issue, and there may be a more elegant method
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm1822 It would be much better if you could ignore the NULL terminations issue

Completed in 216 milliseconds

12