HomeSort by relevance Sort by last modified time
    Searched defs:REQUEST (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/lib/libeti/form/common/
driver.c 41 } REQUEST;
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 };
119 /* _page_navigation - service page navigation request */
137 /* _field_navigation - service inter-field navigation request */
153 /* _data_navigation - service intra-field navagation request */
160 /* _data_manipulation - service data modification request */
183 REQUEST x;
211 static REQUEST
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/include/
requests.h 36 ** The disk copy of the request files:
40 * There are 18 fields in the request file.
62 ** The internal copy of a request as seen by the rest of the world:
69 typedef struct REQUEST {
70 short copies; /* number of copies of request to print */
77 short priority; /* priority level, 0-39, of the request */
85 } REQUEST;
96 #define ACT_RESUME 0x0030 /* resume a held request */
114 #define RS_CHANGING 0x0020 /* request held pending user change */
115 #define RS_CANCELLED 0x0040 /* request was cancelled *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/netinet/
dhcp.h 208 #define REQUEST ((uint8_t)3)
219 #define BOOTREQUEST (1) /* BOOTP REQUEST opcode */
  /onnv/onnv-gate/usr/src/cmd/cmd-crypto/elfsign/
elfsign.c 61 #define REQUEST "request"
86 enum cmd_e cmd; /* sub command: sign | verify | request */
95 char internal_req; /* Sun internal certificate request */
191 } else if (strcmp(scmd, REQUEST) == 0) {
194 cryptodebug("cmd=request opts=%s", opts);
393 "\telfsign request -r <certificate_request_file> -k <private_key_file>"
395 "\telfsign request -r <certificate_request_file> -T <token_label>"
675 * Generate the elfsign activation file (.esa) for this request.
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/fs/sockfs/
nl7chttp.c 96 REQUEST = 0x0001,
157 clock_t moddate; /* Request *Modified-Since date */
158 act_t modtokid; /* Request *Modified-Since tokid */
160 str_t accept; /* Request Accept: */
161 str_t acceptchar; /* Request Accept-Charset: */
162 str_t acceptenco; /* Request Accept-Encoding: */
163 str_t acceptlang; /* Request Accept-Language: */
164 str_t etag; /* Request/Response ETag: */
165 str_t uagent; /* Request User-Agent: */
190 * time formats used by HTTP request and response headers
    [all...]

Completed in 360 milliseconds