Searched defs:body (Results 1 - 25 of 36) sorted by relevance

12

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y60 | body
74 body : MSGID message_string MSGSTR message_string label
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c61 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign;
89 tok.ver.dh_version_u.body.type = DH_MIC;
131 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign;
169 tok.ver.dh_version_u.body.type != DH_MIC) {
225 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal;
227 gss_buffer_desc body; local
250 tok.ver.dh_version_u.body.type = DH_WRAP;
265 &keys, &body, conf_state)) != DH_SUCCESS) {
270 /* The body now contains the wrapped orignal message */
271 wrap->body
[all...]
H A Dtoken.c63 dh_token_body_t body = &t->ver.dh_version_u.body; local
64 switch (body->type) {
69 return (body->dh_token_body_desc_u.sign.qop);
71 return (body->dh_token_body_desc_u.seal.mic.qop);
454 /* Encode the protocol versioned body */
501 /* Decode the protocol versioned body */
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_ng.c163 char *body = NULL; local
177 &body, &bodylen) != 0) {
182 if (irp_unmarshall_ng(host, user, domain, body) == 0) {
187 if (body != NULL) {
188 memput(body, bodylen);
204 char *body = NULL; local
216 if (irp_marshall_ng(host, user, domain, &body, &bodylen) != 0) {
220 if (irs_irp_send_command(pvt->girpdata, "innetgr %s", body) == 0) {
227 memput(body, bodylen);
H A Dirp_nw.c145 char *body = NULL; local
165 &body, &bodylen) != 0) {
171 if (irp_unmarshall_nw(nw, body) != 0) {
178 if (body != NULL) {
179 memput(body, bodylen);
194 char *body = NULL; local
214 &body, &bodylen) != 0) {
220 if (irp_unmarshall_nw(nw, body) != 0) {
227 if (body != NULL) {
228 memput(body, bodyle
272 char *body; local
[all...]
H A Dirp_pr.c134 char *body = NULL; local
154 &body, &bodylen) != 0) {
160 if (irp_unmarshall_pr(pr, body) != 0) {
167 if (body != NULL) {
168 memput(body, bodylen);
183 char *body = NULL; local
203 &body, &bodylen) != 0) {
209 if (irp_unmarshall_pr(pr, body) != 0) {
216 if (body != NULL) {
217 memput(body, bodyle
261 char *body; local
[all...]
H A Dirp_sv.c139 char *body; local
154 &body, &bodylen) != 0) {
160 if (irp_unmarshall_sv(sv, body) != 0) {
167 if (body != NULL) {
168 memput(body, bodylen);
184 char *body; local
205 &body, &bodylen) != 0) {
211 if (irp_unmarshall_sv(sv, body) != 0) {
218 if (body != NULL) {
219 memput(body, bodyle
235 char *body; local
[all...]
H A Dirp_ho.c172 char *body = NULL; local
193 &body, &bodylen) != 0) {
199 if (irp_unmarshall_ho(ho, body) != 0) {
206 if (body != NULL) {
207 memput(body, bodylen);
225 char *body = NULL; local
256 &body, &bodylen) != 0) {
262 if (irp_unmarshall_ho(ho, body) != 0) {
269 if (body != NULL) {
270 memput(body, bodyle
288 char *body; local
[all...]
H A Dirp.c396 * Read in the body of a response. Terminated by a line with
465 * char **body, size_t *bodylen);
468 * there's a body to follow(code % 10 == 1), then the
469 * body buffer is allcoated with memget and stored in
470 * *BODY. The length of the allocated body buffer is stored
471 * in *BODY. The caller must give the body buffer back to
482 size_t textlen, char **body, size_t *bodylen) {
485 *body = NULL;
494 * Code that matches xx1 means there's a response body coming.
497 *body
481 irs_irp_get_full_response(struct irp_p *pvt, int *code, char *text, size_t textlen, char **body, size_t *bodylen) argument
[all...]
/illumos-gate/usr/src/lib/librstp/common/
H A Dtransmit.c56 BPDU_BODY_T body; member in struct:tx_stp_bpdu_t
63 BPDU_BODY_T body; member in struct:tx_rstp_bpdu_t
153 bpdu_packet.body.flags = 0;
160 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_BIT;
164 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_ACK_BIT;
167 STP_VECT_set_vector (&port->portPrio, &bpdu_packet.body);
168 STP_set_times (&port->portTimes, &bpdu_packet.body);
202 (unsigned long) bpdu_packet.body.flags);
260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS);
267 bpdu_packet.body
[all...]
H A Dstp_bpdu.h86 BPDU_BODY_T body; member in struct:stp_bpdu_t
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_scsi.c72 * body (input) - request message body.
78 ndmpd_scsi_open_v2(ndmp_connection_t *connection, void *body) argument
80 ndmp_scsi_open_request_v2 *request = (ndmp_scsi_open_request_v2 *)body;
93 * body (input) - request message body.
100 ndmpd_scsi_close_v2(ndmp_connection_t *connection, void *body) argument
143 * body (input) - request message body.
150 ndmpd_scsi_get_state_v2(ndmp_connection_t *connection, void *body) argument
194 ndmpd_scsi_set_target_v2(ndmp_connection_t *connection, void *body) argument
220 ndmpd_scsi_reset_device_v2(ndmp_connection_t *connection, void *body) argument
264 ndmpd_scsi_reset_bus_v2(ndmp_connection_t *connection, void *body) argument
289 ndmpd_scsi_execute_cdb_v2(ndmp_connection_t *connection, void *body) argument
329 ndmpd_scsi_open_v3(ndmp_connection_t *connection, void *body) argument
352 ndmpd_scsi_set_target_v3(ndmp_connection_t *connection, void *body) argument
[all...]
H A Dndmpd_tape.c103 * body (input) - request message body.
109 ndmpd_tape_open_v2(ndmp_connection_t *connection, void *body) argument
111 ndmp_tape_open_request_v2 *request = (ndmp_tape_open_request_v2 *) body;
236 * body (input) - request message body.
243 ndmpd_tape_close_v2(ndmp_connection_t *connection, void *body) argument
267 * body (input) - request message body.
274 ndmpd_tape_get_state_v2(ndmp_connection_t *connection, void *body) argument
350 ndmpd_tape_mtio_v2(ndmp_connection_t *connection, void *body) argument
492 ndmpd_tape_read_v2(ndmp_connection_t *connection, void *body) argument
541 ndmpd_tape_execute_cdb_v2(ndmp_connection_t *connection, void *body) argument
583 ndmpd_tape_open_v3(ndmp_connection_t *connection, void *body) argument
606 ndmpd_tape_get_state_v3(ndmp_connection_t *connection, void *body) argument
759 ndmpd_tape_write_v3(ndmp_connection_t *connection, void *body) argument
845 ndmpd_tape_read_v3(ndmp_connection_t *connection, void *body) argument
962 ndmpd_tape_get_state_v4(ndmp_connection_t *connection, void *body) argument
1047 ndmpd_tape_close_v4(ndmp_connection_t *connection, void *body) argument
[all...]
H A Dndmpd_config.c98 * body (input) - request message body.
105 ndmpd_config_get_host_info_v2(ndmp_connection_t *connection, void *body) argument
154 * body (input) - request message body.
160 ndmpd_config_get_butype_attr_v2(ndmp_connection_t *connection, void *body) argument
165 request = (ndmp_config_get_butype_attr_request *)body;
193 * body (input) - request message body.
200 ndmpd_config_get_mover_type_v2(ndmp_connection_t *connection, void *body) argument
232 ndmpd_config_get_auth_attr_v2(ndmp_connection_t *connection, void *body) argument
289 ndmpd_config_get_host_info_v3(ndmp_connection_t *connection, void *body) argument
342 ndmpd_config_get_connection_type_v3(ndmp_connection_t *connection, void *body) argument
377 ndmpd_config_get_auth_attr_v3(ndmp_connection_t *connection, void *body) argument
429 ndmpd_config_get_butype_info_v3(ndmp_connection_t *connection, void *body) argument
531 ndmpd_config_get_fs_info_v3(ndmp_connection_t *connection, void *body) argument
683 ndmpd_config_get_tape_info_v3(ndmp_connection_t *connection, void *body) argument
788 ndmpd_config_get_scsi_info_v3(ndmp_connection_t *connection, void *body) argument
875 ndmpd_config_get_server_info_v3(ndmp_connection_t *connection, void *body) argument
934 ndmpd_config_get_butype_info_v4(ndmp_connection_t *connection, void *body) argument
1047 ndmpd_config_get_ext_list_v4(ndmp_connection_t *connection, void *body) argument
1088 ndmpd_config_set_ext_list_v4(ndmp_connection_t *connection, void *body) argument
[all...]
H A Dndmpd_connect.c135 * body (input) - request message body.
142 ndmpd_connect_open_v2(ndmp_connection_t *connection, void *body) argument
144 ndmp_connect_open_request *request = (ndmp_connect_open_request *)body;
190 ndmpd_connect_client_auth_v2(ndmp_connection_t *connection, void *body) argument
201 request = (ndmp_connect_client_auth_request *)body;
353 ndmpd_connect_server_auth_v2(ndmp_connection_t *connection, void *body) argument
358 request = (ndmp_connect_server_auth_request *)body;
405 ndmpd_connect_close_v2(ndmp_connection_t *connection, void *body) argument
434 ndmpd_connect_client_auth_v3(ndmp_connection_t *connection, void *body) argument
543 ndmpd_connect_close_v3(ndmp_connection_t *connection, void *body) argument
[all...]
H A Dndmpd_data.c91 * body (input) - request message body.
98 ndmpd_data_get_state_v2(ndmp_connection_t *connection, void *body) argument
133 * body (input) - request message body.
139 ndmpd_data_start_backup_v2(ndmp_connection_t *connection, void *body) argument
146 request = (ndmp_data_start_backup_request_v2 *)body;
174 * body (input) - request message body.
180 ndmpd_data_start_recover_v2(ndmp_connection_t *connection, void *body) argument
222 ndmpd_data_get_env_v2(ndmp_connection_t *connection, void *body) argument
256 ndmpd_data_stop_v2(ndmp_connection_t *connection, void *body) argument
299 ndmpd_data_abort_v2(ndmp_connection_t *connection, void *body) argument
345 ndmpd_data_get_state_v3(ndmp_connection_t *connection, void *body) argument
393 ndmpd_data_start_backup_v3(ndmp_connection_t *connection, void *body) argument
483 ndmpd_data_start_recover_v3(ndmp_connection_t *connection, void *body) argument
567 ndmpd_data_abort_v3(ndmp_connection_t *connection, void *body) argument
623 ndmpd_data_stop_v3(ndmp_connection_t *connection, void *body) argument
663 ndmpd_data_listen_v3(ndmp_connection_t *connection, void *body) argument
744 ndmpd_data_connect_v3(ndmp_connection_t *connection, void *body) argument
828 ndmpd_data_get_env_v4(ndmp_connection_t *connection, void *body) argument
867 ndmpd_data_get_state_v4(ndmp_connection_t *connection, void *body) argument
917 ndmpd_data_connect_v4(ndmp_connection_t *connection, void *body) argument
992 ndmpd_data_listen_v4(ndmp_connection_t *connection, void *body) argument
1088 ndmpd_data_start_recover_filehist_v4(ndmp_connection_t *connection, void *body) argument
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc.c139 struct roff_node *body, enum mdoc_endbody end)
143 body->flags |= MDOC_ENDED;
144 body->parent->flags |= MDOC_ENDED;
146 p->body = body;
147 p->norm = body->norm;
138 mdoc_endbody_alloc(struct roff_man *mdoc, int line, int pos, int tok, struct roff_node *body, enum mdoc_endbody end) argument
H A Dmdoc_macro.c526 struct roff_node *body; /* Our own body. */ local
558 body = endbody = itblk = later = NULL;
566 /* Remember the start of our own body. */
570 body = n;
583 assert(body);
609 atok, body, ENDBODY_SPACE);
639 if (body == NULL) {
653 rew_last(mdoc, body);
901 struct roff_node *body; /* Ou local
1153 struct roff_node *body; /* saved body context */ local
1452 struct roff_node *body, *n; local
[all...]
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c101 register char body = 't'; local
174 body = 't';
177 body = 'a';
180 body = 'n';
184 body = 'b';
191 body = 't';
355 body = 't';
358 body = 'a';
361 body = 'n';
373 body
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dprintf.c81 char *body, *msgp, *bufend; local
112 body = msgp += snprintf(msgp, bufend - msgp,
121 len = strlen(body);
125 console_printf("%s", body);
143 console_printf("%s", body);
153 (void) vn_rdwr(UIO_WRITE, sp->s_vp, body,
175 bcopy(body, &panicbuf[new - len], len);
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_sugar.c29 * basic block (e.g. the body of the "if" and "else" statements, and the
145 dt_node_t *value, *body, *newpred; local
167 /* body is "this->%condition_<retval> = <value>;" */
168 body = dt_node_statement(dt_node_op2(DT_TOK_ASGN,
171 return (dt_node_clause(dp->dtsp_pdescs, newpred, body));
321 * Evaluate the conditional, and recursively visit the body of the "if"
335 /* body of if */
339 * Visit the body of the "else" statement, if present. Note that we
480 * ensures that in the absence of D sugar, the body of the
495 * an empty body (
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/
H A Dkrb5_decode.c523 krb5_data *body)
543 * Gross kludge to extract pointer to encoded safe-body. Relies
560 if (body != NULL)
561 *body = tmpbody;
520 decode_krb5_safe_with_body( const krb5_data *code, krb5_safe **rep, krb5_data *body) argument
/illumos-gate/usr/src/cmd/make/bin/
H A Dimplicit.cc75 * exists. This is done by concatenating the body of the target name
138 target_prop)->body.target.target;
182 source_suffix->body.
184 (int) source_suffix->body.
186 put_suffix[source_suffix->body.
290 (Boolean) source_suffix->body.
332 line->body.line.target = true_target;
369 if ((source->stat.time > (*command)->body.line.dependency_time) &&
379 body.line.
386 (*command)->body
501 Name body; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c298 * If body is non-NULL then it we add a "." line after it.
304 void *uap, const char *body, size_t bodylen)
341 if (body != NULL) {
343 DE_CONST(body, tmp);
302 ctl_response(struct ctl_sess *sess, u_int code, const char *text, u_int flags, const void *respctx, ctl_srvrdone donefunc, void *uap, const char *body, size_t bodylen) argument
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c138 * This function runs a user-supplied message body template through a script
335 send_email(nd_hdl_t *nhdl, const char *headers, const char *body, argument
355 if (fprintf(mp, "%s\n.\n", body) < 0)
371 * If the user specified a message body template, then we pass it
427 * "msg_template" - the pathname of a user-supplied message body
567 char *body_fmt, *headers = NULL, *body = NULL, tstamp[32]; local
585 * of this function which will contruct the message body from one of the
608 * We have two message body templates to choose from. One for SMF
619 nd_error(nhdl, "Failed to format message body");
628 body
698 char *body = NULL, *headers = NULL; local
[all...]

Completed in 115 milliseconds

12