| /onnv/onnv-gate/usr/src/cmd/lp/crontab/ |
| lp | 28 # Move a weeks worth of 'requests' to 'requests.1'. 29 # If there was a 'requests.1' move it to 'requests.2'. 30 # If there was a 'requests.2' then it is lost. 32 13 3 * * 0 cd /var/lp/logs; if [ -f requests ]; then if [ -f requests.1 ]; then /bin/mv requests.1 requests.2; fi; /usr/bin/cp requests requests.1; >requests; f [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/ |
| README | 34 NOTE:- Queuing of control requests are allowed at USBA level. 41 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE 45 USB_PIPE_STATE_ACTIVE - queue the requests USB_PIPE_STATE_ACTIVE 49 USB_PIPE_STATE_ERROR - queue the requests USB_PIPE_STATE_ERROR 70 outstanding requests) 86 NOTE:- Queuing of control requests are allowed at USBA level. 93 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE 97 USB_PIPE_STATE_ACTIVE - queue the requests USB_PIPE_STATE_ACTIVE 119 requests) 122 requests [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/ |
| Makefile | 41 requests\
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/ |
| snmp_api.c | 63 * A list of all the outstanding requests 86 SNMP_request_list *requests; /* Info about outstanding requests */ member in struct:_SNMP_internal_session 361 isp->requests = NULL; 447 free_request_list(slp->internal->requests); 546 rp->next_request = isp->requests; 547 isp->requests = rp; 631 for(rp = isp->requests; rp; rp = rp->next_request) 638 if(isp->requests == orp) 642 isp->requests = orp->next_request 795 int active = 0, requests = 0; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postscript/ |
| Makefile | 51 ps.requests \
|
| /onnv/onnv-gate/usr/src/lib/krb5/ss/ |
| ss.h | 36 ss_request_entry *requests; member in struct:_ss_request_table
|
| Makefile.com | 41 requests.o \
|
| execute_cmd.c | 42 struct _ss_request_entry *e = (struct _ss_request_entry *) tbl1->requests; 46 #define get_request(tbl,idx) ((tbl) -> requests + (idx))
|
| list_rqs.c | 90 fprintf (output, dgettext(TEXT_DOMAIN, "Available %s requests:\n\n"), 94 entry = (*table)->requests;
|
| /onnv/onnv-gate/usr/src/lib/libsasl/include/ |
| prop.h | 64 * estimate -- an estimate of the storage needed for requests & responses 81 * or requests cleared (This extends to other contexts that 116 * clear values and optionally requests from property context 118 * requests -- 0 = don't clear requests, 1 = clear requests 120 void prop_clear(struct propctx *ctx, int requests);
|
| /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/ |
| nodes.h | 98 short requests; /* Number of events thus far */ member in struct:fstat_node 151 short requests; member in struct:pwstat_node
|
| daisyforms.c | 46 prs->form->requests++; 64 pfs->requests--; 90 prs->pwheel->requests++; 109 ppws->requests--; 129 * Call this routine whenever a requests has been queued 166 * Cancel an active alert if the number of requests queued 256 * Cancel an active alert if the number of requests queued 387 * count the number of requests needing this form and 390 * (it steps through the requests) but the description of what 392 * through the printers would result in #printers x #requests [all...] |
| alerts.c | 38 " %-14s (%d requests)\n", 39 "Total print requests queued for this form: %d\n", 56 "Total print requests queued for this print-wheel: %d\n", 203 fdprintf(fd, Pa_msg[2], pp->requests); 205 pp->requests_last = pp->requests; 242 if (numLines != 1) fdprintf(fd, Fa_msg[2], fp->requests); 256 fp->requests_last = fp->requests;
|
| disp3.c | 63 * Unmounting the form may make some print requests 66 * Unmounting the form will also force some requests 103 * Attract all the requests needing this newly mounted 105 * we have to ensure requests aren't assigned to a printer 109 if (pfs->requests) { 158 * requests no longer printable, because they were 161 * some requests to another printer (where the print wheel 186 * Attract all requests needing this newly 189 * requests aren't assigned to a printer without 193 if (ppws->requests) { [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/ |
| Makefile | 52 $(ROOTVARSP)/lp/requests \ 80 $(ROOTVARSP)/lp/requests := DIRMODE = 775
|
| Makefile.lp | 71 LIBREQ = $(LPLIB)/requests/liblpreq.a 83 LINTREQ = $(LPLIB)/requests/llib-llpreq.ln
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/ktutil/ |
| ktutil_ct.c | 141 gettext("List available requests."), 175 for (ss_cmd = ktutil_cmds->requests;
|
| /onnv/onnv-gate/usr/src/common/mms/h/api/ |
| structs_api.h | 105 MESSAGE_ID requests[MAX_COMMANDS][MAX_DISPOSITIONS]; member in struct:__anon2172 181 REQ_SUMMARY requests; member in struct:__anon2186 227 REQ_SUMMARY requests; member in struct:__anon2192 253 REQ_SUMMARY requests; member in struct:__anon2196
|
| /onnv/onnv-gate/usr/src/lib/fm/libfmd_snmp/common/ |
| resource.c | 588 request = cache->requests; 607 * - We will never receive requests outside our table nor 610 * for GETNEXT requests. 680 netsnmp_request_info *requests) 690 for (request = requests; request; request = request->next) { 730 request = cache->requests; 766 netsnmp_request_info *requests) 779 * we don't need to loop over a list of requests. 782 if (requests->processed != 0) 785 requests->delegated = 1 [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/lib/papi/ |
| Makefile | 51 LDLIBS += -L$(SRC)/cmd/lp/lib/requests -llpreq
|
| papi_impl.h | 45 #include <requests.h>
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/ |
| df.c | 833 * Execute a single FS-specific df command for all given requests 942 * Remove from the request list all requests that do not apply. 943 * Notice that the subsequent processing of the requests depends on 1759 struct df_request *requests; local 1957 struct df_request *requests; \/* array of requests *\/ local [all...] |
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmpdemod/ |
| ReadMe | 54 [-p port ] /* port for listening SNMP requests */ 64 /* maximum interval for subagent to wait for requests */
|
| /onnv/onnv-gate/usr/src/cmd/ssh/sftp/ |
| sftp-client.c | 780 TAILQ_HEAD(reqhead, request) requests; 783 TAILQ_INIT(&requests); 849 * Simulate EOF on interrupt: stop sending new requests and 850 * allow outstanding requests to drain gracefully 858 /* Send some more requests */ 870 TAILQ_INSERT_TAIL(&requests, req, tq); 882 for (req = TAILQ_FIRST(&requests); 895 TAILQ_REMOVE(&requests, req, tq); 918 TAILQ_REMOVE(&requests, req, tq); 960 if (TAILQ_FIRST(&requests) != NULL [all...] |
| /onnv/onnv-gate/usr/src/uts/common/sys/fc4/ |
| fcio.h | 162 uint_t requests; /* requests issued by this soc+ */ member in struct:fc_pstats
|