Home
last modified time | relevance | path

Searched refs:body (Results 1 – 25 of 150) sorted by relevance

123456

/titanic_51/usr/src/cmd/make/bin/
H A Ddoname.cc189 line->body.line.sccs_command = false; in enter_explicit_rule_from_dynamic_rule()
190 line->body.line.target = target; in enter_explicit_rule_from_dynamic_rule()
191 if (line->body.line.command_template == NULL) { in enter_explicit_rule_from_dynamic_rule()
192 line->body.line.command_template = source_line->body.line.command_template; in enter_explicit_rule_from_dynamic_rule()
193 for (dependency = source_line->body.line.dependencies; in enter_explicit_rule_from_dynamic_rule()
198 line->body.line.less = target; in enter_explicit_rule_from_dynamic_rule()
200 line->body.line.percent = NULL; in enter_explicit_rule_from_dynamic_rule()
312 for (target_group = line->body.line.target_group; in doname()
332 target_prop)->body in doname()
[all...]
H A Dimplicit.cc75 * exists. This is done by concatenating the body of the target name
138 target_prop)->body.target.target; in find_suffix_rule()
182 source_suffix->body. in find_suffix_rule()
184 (int) source_suffix->body. in find_suffix_rule()
186 put_suffix[source_suffix->body. in find_suffix_rule()
290 (Boolean) source_suffix->body. in find_suffix_rule()
332 line->body.line.target = true_target; in find_suffix_rule()
369 if ((source->stat.time > (*command)->body.line.dependency_time) && in find_suffix_rule()
379 body.line. in find_suffix_rule()
386 (*command)->body in find_suffix_rule()
501 Name body; find_ar_suffix_rule() local
[all...]
H A Dar.cc199 if (member->body.member.member != NULL) { in read_archive()
200 Wstring member_string(member->body.member.member); in read_archive()
204 append_string(member->body.member.library->string_mb, in read_archive()
218 if (open_archive(member->body.member.library->string_mb, &ar) == failed) { in read_archive()
222 if (member->body.member.member == NULL) { in read_archive()
223 member->body.member.member = empty_name; in read_archive()
228 member->body.member.library->string_mb, in read_archive()
233 if (read_archive_dir(&ar, member->body.member.library, in read_archive()
237 member->body.member.library->string_mb, in read_archive()
241 if (member->body in read_archive()
[all...]
H A Dnse_printdep.cc126 if (line != NULL && line->body.line.dependencies != NULL) { in print_more_deps()
128 print_deplist(line->body.line.dependencies); in print_more_deps()
130 for (dependencies= line->body.line.dependencies; in print_more_deps()
178 print_deplist(line->body.line.dependencies); in print_deps()
181 for (dep = line->body.line.dependencies; in print_deps()
199 if (line->body.line.is_out_of_date) { in is_out_of_date()
202 for (dep = line->body.line.dependencies; in is_out_of_date()
207 line->body.line.is_out_of_date = true; in is_out_of_date()
270 if (line->body.line.dependencies != NULL) { in should_print_dep()
273 if (line->body in should_print_dep()
[all...]
H A Dread2.cc270 prop->body.long_member_name.member_name = in enter_member_name()
275 prop->body.member.library = lib; in enter_member_name()
278 prop->body.member.entry = member; in enter_member_name()
279 prop->body.member.member = NULL; in enter_member_name()
282 prop->body.member.entry = NULL; in enter_member_name()
283 prop->body.member.member = member; in enter_member_name()
636 if ((line->body.recursive.directory == directory) && in enter_dependencies()
637 (line->body.recursive.target == name)) { in enter_dependencies()
638 line->body.recursive.makefiles = dp; in enter_dependencies()
639 line->body in enter_dependencies()
[all...]
H A Dfiles.cc157 append_prop(target, time_prop)->body.time.time = in exists()
243 body.vpath_alias.alias = alias; in vpath_exists()
365 line->body.line.target->string_mb, in read_dir()
395 body.sccs.file = file; in read_dir()
402 line->body.line.target-> in read_dir()
518 if (sprop->body.sccs.file) { in read_dir()
529 body.sccs.file = file; in read_dir()
537 line->body.line.target-> in read_dir()
590 prop->body.member.library = GETNAME(library, FIND_LENGTH); in enter_file_name()
591 prop->body in enter_file_name()
[all...]
H A Dmisc.cc408 (prop->body.macro.value != NULL)) { in dump_make_state()
410 print_value(prop->body.macro.value, in dump_make_state()
411 (Daemon) prop->body.macro.daemon); in dump_make_state()
423 prop->body.conditional.name-> in dump_make_state()
425 if (prop->body.conditional.append) { in dump_make_state()
431 print_value(prop->body.conditional.value, in dump_make_state()
465 ((line->body.line.command_template == NULL) && in print_rule()
466 (line->body.line.dependencies == NULL))) { in print_rule()
473 for (dependency = line->body.line.dependencies; in print_rule()
481 for (rule = line->body in print_rule()
[all...]
/titanic_51/usr/src/lib/libresolv2/common/irs/
H A Dirp_nw.c145 char *body = NULL; in nw_byaddr() local
165 &body, &bodylen) != 0) { in nw_byaddr()
171 if (irp_unmarshall_nw(nw, body) != 0) { in nw_byaddr()
178 if (body != NULL) { in nw_byaddr()
179 memput(body, bodylen); in nw_byaddr()
194 char *body = NULL; in nw_byname() local
214 &body, &bodylen) != 0) { in nw_byname()
220 if (irp_unmarshall_nw(nw, body) != 0) { in nw_byname()
227 if (body != NULL) { in nw_byname()
228 memput(body, bodyle in nw_byname()
272 char *body; nw_next() local
[all...]
H A Dirp_pr.c134 char *body = NULL; in pr_byname() local
154 &body, &bodylen) != 0) { in pr_byname()
160 if (irp_unmarshall_pr(pr, body) != 0) { in pr_byname()
167 if (body != NULL) { in pr_byname()
168 memput(body, bodylen); in pr_byname()
183 char *body = NULL; in pr_bynumber() local
203 &body, &bodylen) != 0) { in pr_bynumber()
209 if (irp_unmarshall_pr(pr, body) != 0) { in pr_bynumber()
216 if (body != NULL) { in pr_bynumber()
217 memput(body, bodyle in pr_bynumber()
261 char *body; pr_next() local
[all...]
H A Dirp_sv.c139 char *body; in sv_next() local
154 &body, &bodylen) != 0) { in sv_next()
160 if (irp_unmarshall_sv(sv, body) != 0) { in sv_next()
167 if (body != NULL) { in sv_next()
168 memput(body, bodylen); in sv_next()
184 char *body; in sv_byname() local
205 &body, &bodylen) != 0) { in sv_byname()
211 if (irp_unmarshall_sv(sv, body) != 0) { in sv_byname()
218 if (body != NULL) { in sv_byname()
219 memput(body, bodyle in sv_byname()
235 char *body; sv_byport() local
[all...]
H A Dirp_ho.c172 char *body = NULL; in ho_byname2() local
193 &body, &bodylen) != 0) { in ho_byname2()
199 if (irp_unmarshall_ho(ho, body) != 0) { in ho_byname2()
206 if (body != NULL) { in ho_byname2()
207 memput(body, bodylen); in ho_byname2()
225 char *body = NULL; in ho_byaddr() local
256 &body, &bodylen) != 0) { in ho_byaddr()
262 if (irp_unmarshall_ho(ho, body) != 0) { in ho_byaddr()
269 if (body != NULL) { in ho_byaddr()
270 memput(body, bodyle in ho_byaddr()
288 char *body; ho_next() local
[all...]
H A Dirp_ng.c163 char *body = NULL; in ng_next() local
177 &body, &bodylen) != 0) { in ng_next()
182 if (irp_unmarshall_ng(host, user, domain, body) == 0) { in ng_next()
187 if (body != NULL) { in ng_next()
188 memput(body, bodylen); in ng_next()
204 char *body = NULL; in ng_test() local
216 if (irp_marshall_ng(host, user, domain, &body, &bodylen) != 0) { in ng_test()
220 if (irs_irp_send_command(pvt->girpdata, "innetgr %s", body) == 0) { in ng_test()
227 memput(body, bodylen); in ng_test()
/titanic_51/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; in __dh_gss_sign()
89 tok.ver.dh_version_u.body.type = DH_MIC; in __dh_gss_sign()
131 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign; in __dh_gss_verify()
169 tok.ver.dh_version_u.body.type != DH_MIC) { in __dh_gss_verify()
225 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal; in __dh_gss_seal()
227 gss_buffer_desc body; in __dh_gss_seal() local
250 tok.ver.dh_version_u.body.type = DH_WRAP; in __dh_gss_seal()
265 &keys, &body, conf_state)) != DH_SUCCESS) { in __dh_gss_seal()
270 /* The body now contains the wrapped orignal message */ in __dh_gss_seal()
271 wrap->body in __dh_gss_seal()
[all...]
/titanic_51/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) in ndmpd_scsi_open_v2() argument
80 ndmp_scsi_open_request_v2 *request = (ndmp_scsi_open_request_v2 *)body; in ndmpd_scsi_open_v2()
93 * body (input) - request message body.
100 ndmpd_scsi_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_close_v2() argument
143 * body (input) - request message body.
150 ndmpd_scsi_get_state_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_get_state_v2() argument
194 ndmpd_scsi_set_target_v2(ndmp_connection_t * connection,void * body) ndmpd_scsi_set_target_v2() argument
220 ndmpd_scsi_reset_device_v2(ndmp_connection_t * connection,void * body) ndmpd_scsi_reset_device_v2() argument
264 ndmpd_scsi_reset_bus_v2(ndmp_connection_t * connection,void * body) ndmpd_scsi_reset_bus_v2() argument
289 ndmpd_scsi_execute_cdb_v2(ndmp_connection_t * connection,void * body) ndmpd_scsi_execute_cdb_v2() argument
329 ndmpd_scsi_open_v3(ndmp_connection_t * connection,void * body) ndmpd_scsi_open_v3() argument
352 ndmpd_scsi_set_target_v3(ndmp_connection_t * connection,void * body) ndmpd_scsi_set_target_v3() 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) in ndmpd_config_get_host_info_v2() argument
154 * body (input) - request message body.
160 ndmpd_config_get_butype_attr_v2(ndmp_connection_t *connection, void *body) in ndmpd_config_get_butype_attr_v2() argument
165 request = (ndmp_config_get_butype_attr_request *)body; in ndmpd_config_get_butype_attr_v2()
193 * body (input) - request message body.
200 ndmpd_config_get_mover_type_v2(ndmp_connection_t *connection, void *body) in ndmpd_config_get_mover_type_v2() argument
232 ndmpd_config_get_auth_attr_v2(ndmp_connection_t * connection,void * body) ndmpd_config_get_auth_attr_v2() argument
289 ndmpd_config_get_host_info_v3(ndmp_connection_t * connection,void * body) ndmpd_config_get_host_info_v3() argument
343 ndmpd_config_get_connection_type_v3(ndmp_connection_t * connection,void * body) ndmpd_config_get_connection_type_v3() argument
377 ndmpd_config_get_auth_attr_v3(ndmp_connection_t * connection,void * body) ndmpd_config_get_auth_attr_v3() argument
429 ndmpd_config_get_butype_info_v3(ndmp_connection_t * connection,void * body) ndmpd_config_get_butype_info_v3() argument
531 ndmpd_config_get_fs_info_v3(ndmp_connection_t * connection,void * body) ndmpd_config_get_fs_info_v3() argument
683 ndmpd_config_get_tape_info_v3(ndmp_connection_t * connection,void * body) ndmpd_config_get_tape_info_v3() argument
788 ndmpd_config_get_scsi_info_v3(ndmp_connection_t * connection,void * body) ndmpd_config_get_scsi_info_v3() argument
875 ndmpd_config_get_server_info_v3(ndmp_connection_t * connection,void * body) ndmpd_config_get_server_info_v3() argument
934 ndmpd_config_get_butype_info_v4(ndmp_connection_t * connection,void * body) ndmpd_config_get_butype_info_v4() argument
1047 ndmpd_config_get_ext_list_v4(ndmp_connection_t * connection,void * body) ndmpd_config_get_ext_list_v4() argument
1088 ndmpd_config_set_ext_list_v4(ndmp_connection_t * connection,void * body) ndmpd_config_set_ext_list_v4() argument
[all...]
H A Dndmpd_tape.c103 * body (input) - request message body.
109 ndmpd_tape_open_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_open_v2() argument
111 ndmp_tape_open_request_v2 *request = (ndmp_tape_open_request_v2 *) body; in ndmpd_tape_open_v2()
236 * body (input) - request message body.
243 ndmpd_tape_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_close_v2() argument
267 * body (input) - request message body.
274 ndmpd_tape_get_state_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_get_state_v2() argument
350 ndmpd_tape_mtio_v2(ndmp_connection_t * connection,void * body) ndmpd_tape_mtio_v2() argument
492 ndmpd_tape_read_v2(ndmp_connection_t * connection,void * body) ndmpd_tape_read_v2() argument
541 ndmpd_tape_execute_cdb_v2(ndmp_connection_t * connection,void * body) ndmpd_tape_execute_cdb_v2() argument
583 ndmpd_tape_open_v3(ndmp_connection_t * connection,void * body) ndmpd_tape_open_v3() argument
606 ndmpd_tape_get_state_v3(ndmp_connection_t * connection,void * body) ndmpd_tape_get_state_v3() argument
759 ndmpd_tape_write_v3(ndmp_connection_t * connection,void * body) ndmpd_tape_write_v3() argument
845 ndmpd_tape_read_v3(ndmp_connection_t * connection,void * body) ndmpd_tape_read_v3() argument
962 ndmpd_tape_get_state_v4(ndmp_connection_t * connection,void * body) ndmpd_tape_get_state_v4() argument
1047 ndmpd_tape_close_v4(ndmp_connection_t * connection,void * body) ndmpd_tape_close_v4() argument
[all...]
/titanic_51/usr/src/lib/librstp/common/
H A Dtransmit.c56 BPDU_BODY_T body; member
63 BPDU_BODY_T body; member
153 bpdu_packet.body.flags = 0; in build_config_bpdu()
160 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_BIT; in build_config_bpdu()
164 bpdu_packet.body.flags |= TOPOLOGY_CHANGE_ACK_BIT; in build_config_bpdu()
167 STP_VECT_set_vector (&port->portPrio, &bpdu_packet.body); in build_config_bpdu()
168 STP_set_times (&port->portTimes, &bpdu_packet.body); in build_config_bpdu()
202 (unsigned long) bpdu_packet.body.flags); in txConfig()
260 bpdu_packet.body.flags |= (role << PORT_ROLE_OFFS); in txRstp()
267 bpdu_packet.body in txRstp()
[all...]
H A Dportinfo.c270 _stp_dump ("\nBPDU_BODY", (unsigned char*) &bpdu->body, sizeof (BPDU_BODY_T) + 2); in STP_info_rx_bpdu()
271 stp_trace ("flags=%02x\n", bpdu->body.flags); in STP_info_rx_bpdu()
272 _stp_dump ("root_id", bpdu->body.root_id, 8); in STP_info_rx_bpdu()
273 _stp_dump ("root_path_cost", bpdu->body.root_path_cost, 4); in STP_info_rx_bpdu()
274 _stp_dump ("bridge_id", bpdu->body.bridge_id, 8); in STP_info_rx_bpdu()
275 _stp_dump ("port_id", bpdu->body.port_id, 2); in STP_info_rx_bpdu()
276 _stp_dump ("message_age", bpdu->body.message_age, 2); in STP_info_rx_bpdu()
277 _stp_dump ("max_age", bpdu->body.max_age, 2); in STP_info_rx_bpdu()
278 _stp_dump ("hello_time", bpdu->body.hello_time, 2); in STP_info_rx_bpdu()
279 _stp_dump ("forward_delay", bpdu->body in STP_info_rx_bpdu()
[all...]
/titanic_51/usr/src/cmd/mandoc/
H A Dmdoc_macro.c484 struct mdoc_node *body; /* Our own body. */ in blk_exp_close() local
515 body = endbody = itblk = later = NULL; in blk_exp_close()
523 /* Remember the start of our own body. */ in blk_exp_close()
527 body = n; in blk_exp_close()
540 assert(body); in blk_exp_close()
566 atok, body, ENDBODY_SPACE); in blk_exp_close()
596 if (body == NULL) { in blk_exp_close()
608 rew_last(mdoc, body); in blk_exp_close()
852 struct mdoc_node *body; /* Ou in blk_full() local
1117 struct mdoc_node *body; /* saved body context */ blk_part_imp() local
1447 struct mdoc_node *body, *n; phrase_ta() local
[all...]
/titanic_51/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...]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/features/
H A Dmath.sh158 *) body=
160 do case $body in
161 ?*) body="$body $k"
166 '{'*) body=$k
208 case $body in
229 eval `iffe $iffeflags -c "$cc" - tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $F($tc)!=0;}" }end sfio.h $iffehdrs $iffelibs 2>&$stderr`
231 1) code="$code)$body"
/titanic_51/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h220 Body_t* body; member
257 /* now make sure that the body of a block is a multiple of ALIGN */
268 struct _body_s body; member
279 Body_t body; member
347 #define LINK(b) ((b)->body.body.link)
348 #define LEFT(b) ((b)->body.body.left)
349 #define RIGHT(b) ((b)->body.body
[all...]
/titanic_51/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h257 Body_t* body; member
304 struct _body_s body; member
314 Body_t body; member
382 #define LINK(b) ((b)->body.body.link)
383 #define LEFT(b) ((b)->body.body.left)
384 #define RIGHT(b) ((b)->body.body.right)
387 #define DATA(b) ((Void_t*)((b)->body.data) )
389 #define SELF(b) ((Block_t**)((b)->body.data + SIZE(b) - sizeof(Block_t*)) )
391 #define NEXT(b) ((Block_t*)((b)->body.data + SIZE(b)) )
414 #define SEGWILD(b) (((b)->body.data+SIZE(b)+sizeof(Head_t)) >= SEG(b)->baddr)
[all …]
/titanic_51/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc93 expand_value(maybe_append_prop(name, macro_prop)->body.macro.value, in getvar()
627 if ((macro != NULL) && macro->body.macro.is_conditional) { in expand_macro()
640 if ((macro == NULL) || (macro->body.macro.value == NULL)) { in expand_macro()
854 if (macro_to_add->prop->body.macro.value != NULL) { in add_macro_to_global_list()
855 value_to_add = macro_to_add->prop->body.macro.value->string_mb; in add_macro_to_global_list()
1013 switch (macro->body.macro.daemon) { in expand_value_with_daemon()
1016 expand_value(macro->body.macro.value, destination, cmd); in expand_value_with_daemon()
1023 expand_value(macro->body.macro.value, destination, cmd); in expand_value_with_daemon()
1030 for (chain = (Chain) macro->body.macro.value; in expand_value_with_daemon()
1091 macro->body in setvar_daemon()
[all...]
/titanic_51/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, in send_email() argument
355 if (fprintf(mp, "%s\n.\n", body) < 0) in send_email()
371 * If the user specified a message body template, then we pass it in send_email_template()
427 * "msg_template" - the pathname of a user-supplied message body in get_email_prefs()
567 char *body_fmt, *headers = NULL, *body = NULL, tstamp[32]; in irpt_cbfunc() local
585 * of this function which will contruct the message body from one of the in irpt_cbfunc()
608 * We have two message body templates to choose from. One for SMF in irpt_cbfunc()
619 nd_error(nhdl, "Failed to format message body"); in irpt_cbfunc()
628 body in irpt_cbfunc()
698 char *body = NULL, *headers = NULL; listev_cb() local
[all...]

123456