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

/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dllib-llpreq37 typedef struct REQUEST {
54 } REQUEST;
56 REQUEST * getrequest ( char * );
57 int putrequest ( char *, REQUEST * );
58 void freerequest ( REQUEST * );
H A Dfreerequest.c41 ** freerequest() - FREE STRUCTURE ALLOCATED FOR A REQUEST STRUCTURE
47 REQUEST * reqbufp
51 register REQUEST *reqbufp;
H A Dgetrequest.c49 ** getrequest() - EXTRACT REQUEST STRUCTURE FROM DISK FILE
52 REQUEST *
62 REQUEST *reqp;
H A Dputrequest.c49 ** putrequest() - WRITE REQUEST STRUCTURE TO DISK FILE
56 REQUEST * reqbufp
61 REQUEST *reqbufp;
/illumos-gate/usr/src/cmd/lp/include/
H A Drequests.h69 typedef struct REQUEST { struct
85 } REQUEST; typedef in typeref:struct:REQUEST
137 REQUEST * getrequest ( char * );
138 int putrequest ( char *, REQUEST * );
139 void freerequest ( REQUEST * );
/illumos-gate/usr/src/lib/libeti/form/common/
H A Ddriver.c41 } REQUEST; typedef in typeref:struct:__anon3217
43 static REQUEST parse(int);
49 static REQUEST carray [MAX_FORM_COMMAND - MIN_FORM_COMMAND + 1] =
117 static REQUEST FAIL = { (PTF_int) 0, (PTF_int) 0 };
183 REQUEST x;
211 static REQUEST
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dpapi_impl.h74 REQUEST *request;
81 extern void lpsched_request_to_job(REQUEST *r, job_t *j);
112 REQUEST *r, papi_attribute_t **attributes);
133 extern void lpsched_request_to_job_attributes(REQUEST *r, job_t *j);
H A Dlpsched-misc.c107 REQUEST *request = NULL;
H A Djob.c175 static REQUEST *
178 REQUEST *r;
210 REQUEST *r;
546 REQUEST *request;
665 REQUEST *request;
1010 REQUEST *r = getrequest(req_id);
1052 REQUEST *r = getrequest(req_id);
1082 REQUEST *r = NULL;
1156 REQUEST *r = NULL;
1245 REQUEST *reques
[all...]
H A Dlpsched-jobs.c42 job_attributes_to_lpsched_request(papi_service_t svc, REQUEST *r,
297 * Convert REQUEST->outcome (or R_REQUEST_* state) to the equivalent
389 * Convert REQUEST structure to the equivalent PAPI attribute representation.
392 lpsched_request_to_job_attributes(REQUEST *r, job_t *j)
526 REQUEST *r;
/illumos-gate/usr/src/uts/common/netinet/
H A Ddhcp.h208 #define REQUEST ((uint8_t)3) macro
219 #define BOOTREQUEST (1) /* BOOTP REQUEST opcode */
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpsched.h162 * validate_request() - VERIFY REQUEST CAN BE PRINTED
163 * evaluate_request() - TRY REQUEST ON A PARTICULAR PRINTER
164 * reevaluate_request() - TRY TO MOVE REQUEST TO ANOTHER PRINTER
229 extern void GetRequestFiles(REQUEST *req, char *buffer, int length);
237 REQUEST * Getrequest ( char * );
335 extern RSTATUS *new_rstatus(REQUEST *, SECURE *);
H A Dnodes.h169 REQUEST *request;
H A Dinit.c135 REQUEST *r;
H A Dfncs.c426 new_rstatus(REQUEST *r, SECURE *s)
432 result->request = calloc(1, sizeof (REQUEST));
676 REQUEST *
679 register REQUEST *ret;
765 ** getreqno() - GET NUMBER PART OF REQUEST ID
885 void GetRequestFiles(REQUEST *req, char *buffer, int length)
H A Ddisp1.c86 REQUEST *r;
450 REQUEST *r = 0;
451 REQUEST oldr;
535 * REQUEST structure) is set by the person
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinit_reboot.c70 dpkt = init_pkt(dsmp, REQUEST);
266 dhcpmsg(MSG_INFO, "no ACK/NAK to INIT_REBOOT REQUEST, "
H A Drenew.c396 * dhcp_extending(): sends a REQUEST (IPv4 DHCP) or Rebind/Renew (DHCPv6) to
472 dpkt = init_pkt(dsmp, REQUEST);
505 * stop_extending(): decides when to stop retransmitting v4 REQUEST or v6
H A Dpacket.c248 * DISCOVER/REQUEST. If the client is already
253 if (type == DISCOVER || (type == REQUEST &&
734 * In all other cases (RELEASE and REQUEST), we need to set
866 * REQUEST: if in the REQUESTING state, then same value as
871 * REQUEST or DISCOVER packet, so we know the lease start
889 case REQUEST:
H A Drequest.c136 * if so, chooses the best one, sends a REQUEST to the
284 dpkt = init_pkt(dsmp, REQUEST);
323 * send out the REQUEST, trying retransmissions. either a NAK
324 * or too many REQUEST attempts will revert us to SELECTING.
1043 * We've got a packet; make sure it's acceptable and cancel the REQUEST
1136 * the REQUEST retransmissions.
1210 dhcpmsg(MSG_INFO, "no ACK/NAK/Reply to REQUEST on %s",
/illumos-gate/usr/src/cmd/lp/cmd/lpadmin/
H A Ddo_align.c100 REQUEST req;
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c59 #define REQUEST "request" macro
188 } else if (strcmp(scmd, REQUEST) == 0) {
/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c61 static uint8_t opt_request[] = { CD_DHCP_TYPE, 1, REQUEST };
111 * DHCPDISCOVER/OFFER/REQUEST/ACK exchange; it must not contain
150 * DISCOVER/REQUEST.
152 if ((type == DISCOVER) || (type == REQUEST))
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c96 REQUEST = 0x0001, enumerator in enum:act_e
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_protect.c64 * 3. REQUEST - client requests the offered address.
70 * Address information is embedded in either the OFFER or REQUEST message.
71 * We chose to intercept REQUEST because this is at the last part of the
82 * 1. Client sends REQUEST. a new dhcpv4_txn_t object is created and inserted
116 * 1. Client sends REQUEST. The DUID is extracted and stored into a dhcpv6_cid_t
594 if (mtype != REQUEST && mtype != RELEASE) {

Completed in 1375 milliseconds