Home
last modified time | relevance | path

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

123456

/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc199 line->body.line.sccs_command = false; in enter_explicit_rule_from_dynamic_rule()
200 line->body.line.target = target; in enter_explicit_rule_from_dynamic_rule()
201 if (line->body.line.command_template == NULL) { in enter_explicit_rule_from_dynamic_rule()
202 line->body.line.command_template = source_line->body.line.command_template; in enter_explicit_rule_from_dynamic_rule()
203 for (dependency = source_line->body.line.dependencies; in enter_explicit_rule_from_dynamic_rule()
208 line->body.line.less = target; in enter_explicit_rule_from_dynamic_rule()
210 line->body.line.percent = NULL; in enter_explicit_rule_from_dynamic_rule()
322 for (target_group = line->body.line.target_group; in doname()
342 target_prop)->body.target.target; in doname()
349 true_target->stat.time = time->body.time.time; in doname()
[all …]
H A Dimplicit.cc140 target_prop)->body.target.target; in find_suffix_rule()
184 source_suffix->body. in find_suffix_rule()
186 (int) source_suffix->body. in find_suffix_rule()
188 put_suffix[source_suffix->body. in find_suffix_rule()
292 (Boolean) source_suffix->body. in find_suffix_rule()
335 line->body.line.target = true_target; in find_suffix_rule()
372 if ((source->stat.time > (*command)->body.line.dependency_time) && in find_suffix_rule()
382 body.line. in find_suffix_rule()
389 (*command)->body.line.dependency_time = in find_suffix_rule()
390 MAX((*command)->body.line.dependency_time, in find_suffix_rule()
[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.member.entry != NULL) { 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.line.sccs_command) { in should_print_dep()
[all …]
H A Dread2.cc272 prop->body.long_member_name.member_name = in enter_member_name()
277 prop->body.member.library = lib; in enter_member_name()
280 prop->body.member.entry = member; in enter_member_name()
281 prop->body.member.member = NULL; in enter_member_name()
284 prop->body.member.entry = NULL; in enter_member_name()
285 prop->body.member.member = member; in enter_member_name()
638 if ((line->body.recursive.directory == directory) && in enter_dependencies()
639 (line->body.recursive.target == name)) { in enter_dependencies()
640 line->body.recursive.makefiles = dp; in enter_dependencies()
641 line->body.recursive.has_built = in enter_dependencies()
[all …]
H A Dfiles.cc159 append_prop(target, time_prop)->body.time.time = in exists()
245 body.vpath_alias.alias = alias; in vpath_exists()
367 line->body.line.target->string_mb, in read_dir()
397 body.sccs.file = file; in read_dir()
404 line->body.line.target-> in read_dir()
520 if (sprop->body.sccs.file) { in read_dir()
531 body.sccs.file = file; in read_dir()
539 line->body.line.target-> in read_dir()
592 prop->body.member.library = GETNAME(library, FIND_LENGTH); in enter_file_name()
593 prop->body.member.library->stat.is_file = true; in enter_file_name()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_nw.c137 char *body = NULL; in nw_byaddr() local
157 &body, &bodylen) != 0) { in nw_byaddr()
163 if (irp_unmarshall_nw(nw, body) != 0) { in nw_byaddr()
170 if (body != NULL) { in nw_byaddr()
171 memput(body, bodylen); in nw_byaddr()
186 char *body = NULL; in nw_byname() local
206 &body, &bodylen) != 0) { in nw_byname()
212 if (irp_unmarshall_nw(nw, body) != 0) { in nw_byname()
219 if (body != NULL) { in nw_byname()
220 memput(body, bodylen); in nw_byname()
[all …]
H A Dirp_pr.c128 char *body = NULL; in pr_byname() local
148 &body, &bodylen) != 0) { in pr_byname()
154 if (irp_unmarshall_pr(pr, body) != 0) { in pr_byname()
161 if (body != NULL) { in pr_byname()
162 memput(body, bodylen); in pr_byname()
177 char *body = NULL; in pr_bynumber() local
197 &body, &bodylen) != 0) { in pr_bynumber()
203 if (irp_unmarshall_pr(pr, body) != 0) { in pr_bynumber()
210 if (body != NULL) { in pr_bynumber()
211 memput(body, bodylen); in pr_bynumber()
[all …]
H A Dirp_sv.c133 char *body; in sv_next() local
148 &body, &bodylen) != 0) { in sv_next()
154 if (irp_unmarshall_sv(sv, body) != 0) { in sv_next()
161 if (body != NULL) { in sv_next()
162 memput(body, bodylen); in sv_next()
178 char *body; in sv_byname() local
199 &body, &bodylen) != 0) { in sv_byname()
205 if (irp_unmarshall_sv(sv, body) != 0) { in sv_byname()
212 if (body != NULL) { in sv_byname()
213 memput(body, bodylen); in sv_byname()
[all …]
H A Dirp_ho.c168 char *body = NULL; in ho_byname2() local
189 &body, &bodylen) != 0) { in ho_byname2()
195 if (irp_unmarshall_ho(ho, body) != 0) { in ho_byname2()
202 if (body != NULL) { in ho_byname2()
203 memput(body, bodylen); in ho_byname2()
221 char *body = NULL; in ho_byaddr() local
252 &body, &bodylen) != 0) { in ho_byaddr()
258 if (irp_unmarshall_ho(ho, body) != 0) { in ho_byaddr()
265 if (body != NULL) { in ho_byaddr()
266 memput(body, bodylen); in ho_byaddr()
[all …]
H A Dirp_ng.c159 char *body = NULL; in ng_next() local
173 &body, &bodylen) != 0) { in ng_next()
178 if (irp_unmarshall_ng(host, user, domain, body) == 0) { in ng_next()
183 if (body != NULL) { in ng_next()
184 memput(body, bodylen); in ng_next()
200 char *body = NULL; in ng_test() local
212 if (irp_marshall_ng(host, user, domain, &body, &bodylen) != 0) { in ng_test()
216 if (irs_irp_send_command(pvt->girpdata, "innetgr %s", body) == 0) { in ng_test()
223 memput(body, bodylen); in ng_test()
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A DMICwrap.c59 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign; in __dh_gss_sign()
87 tok.ver.dh_version_u.body.type = DH_MIC; in __dh_gss_sign()
129 dh_mic_t mic = &tok.ver.dh_version_u.body.dh_token_body_desc_u.sign; in __dh_gss_verify()
167 tok.ver.dh_version_u.body.type != DH_MIC) { in __dh_gss_verify()
223 dh_wrap_t wrap = &tok.ver.dh_version_u.body.dh_token_body_desc_u.seal; in __dh_gss_seal()
225 gss_buffer_desc body; in __dh_gss_seal() local
248 tok.ver.dh_version_u.body.type = DH_WRAP; in __dh_gss_seal()
263 &keys, &body, conf_state)) != DH_SUCCESS) { in __dh_gss_seal()
269 wrap->body.body_len = body.length; in __dh_gss_seal()
270 wrap->body.body_val = (char *)body.value; in __dh_gss_seal()
[all …]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_scsi.c78 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()
100 ndmpd_scsi_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_close_v2() argument
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) in ndmpd_scsi_set_target_v2() argument
198 request = (ndmp_scsi_set_target_request_v2 *) body; in ndmpd_scsi_set_target_v2()
220 ndmpd_scsi_reset_device_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_reset_device_v2() argument
264 ndmpd_scsi_reset_bus_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_reset_bus_v2() argument
289 ndmpd_scsi_execute_cdb_v2(ndmp_connection_t *connection, void *body) in ndmpd_scsi_execute_cdb_v2() argument
291 ndmp_execute_cdb_request *request = (ndmp_execute_cdb_request *) body; in ndmpd_scsi_execute_cdb_v2()
[all …]
H A Dndmpd_config.c105 ndmpd_config_get_host_info_v2(ndmp_connection_t *connection, void *body) in ndmpd_config_get_host_info_v2() argument
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()
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) in ndmpd_config_get_auth_attr_v2() argument
238 request = (ndmp_config_get_auth_attr_request *)body; in ndmpd_config_get_auth_attr_v2()
289 ndmpd_config_get_host_info_v3(ndmp_connection_t *connection, void *body) in ndmpd_config_get_host_info_v3() argument
343 void *body) in ndmpd_config_get_connection_type_v3() argument
377 ndmpd_config_get_auth_attr_v3(ndmp_connection_t *connection, void *body) in ndmpd_config_get_auth_attr_v3() argument
383 request = (ndmp_config_get_auth_attr_request *)body; in ndmpd_config_get_auth_attr_v3()
[all …]
H A Dndmpd_tape.c109 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()
243 ndmpd_tape_close_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_close_v2() argument
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) in ndmpd_tape_mtio_v2() argument
352 ndmp_tape_mtio_request *request = (ndmp_tape_mtio_request *) body; in ndmpd_tape_mtio_v2()
492 ndmpd_tape_read_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_read_v2() argument
494 ndmp_tape_read_request *request = (ndmp_tape_read_request *) body; in ndmpd_tape_read_v2()
541 ndmpd_tape_execute_cdb_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_execute_cdb_v2() argument
547 request = (ndmp_tape_execute_cdb_request *) body; in ndmpd_tape_execute_cdb_v2()
[all …]
/illumos-gate/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.flags |= AGREEMENT_BIT; 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.forward_delay, 2); in STP_info_rx_bpdu()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c545 struct roff_node *body; /* Our own body. */ in blk_exp_close() local
574 body = NULL; in blk_exp_close()
579 body = n; in blk_exp_close()
598 if (body == NULL || n->type != ROFFT_BLOCK) in blk_exp_close()
642 atok, body); in blk_exp_close()
673 break_intermediate(mdoc->last, body); in blk_exp_close()
679 if (body == NULL) { in blk_exp_close()
691 rew_last(mdoc, body); in blk_exp_close()
709 if (tok == MDOC_Ed && body != NULL) { in blk_exp_close()
710 if (body->flags & NODE_NOFILL) in blk_exp_close()
[all …]
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c97 register char body = 't'; in main() local
170 body = 't'; in main()
173 body = 'a'; in main()
176 body = 'n'; in main()
180 body = 'b'; in main()
187 body = 't'; in main()
351 body = 't'; in main()
354 body = 'a'; in main()
357 body = 'n'; in main()
369 body = 'b'; in main()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dwjposer1.in1086 %SF:body-ext
1100 %SF:body-ext
1108 %SF:body-ext
1118 %SF:body-ext
1129 %SF:body-ext
1142 %SF:body-ext
1153 %SF:body-ext
1157 %G:back (of body)
1158 %IH:back (of body)
1163 %SF:body-ext
[all …]
H A Dwjposer1.ok1509 %SF:body-ext
1524 %SF:body-ext
1533 %SF:body-ext
1544 %SF:body-ext
1555 %SF:body-ext
1567 %SF:body-ext
1578 %SF:body-ext
1592 %SF:body-ext
1604 %SF:body-ext
1607 %IH:back (of body)
[all …]
/illumos-gate/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 …- tst it_links_ note{ $F function links }end link{ "static $L $F($ta)$td${body}int main(){return $…
231 1) code="$code)$body"
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h220 Body_t* body; member
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.right)
351 #define DATA(b) ((Void_t*)((b)->body.data) )
353 #define SELF(b) (b)->body.self[SIZE(b)/sizeof(Block_t*)-1]
355 #define NEXT(b) ((Block_t*)((b)->body.data + SIZE(b)) )
378 #define SEGWILD(b) (((b)->body.data+SIZE(b)+sizeof(Head_t)) >= SEG(b)->baddr)
[all …]
/illumos-gate/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.macro.read_only) { in setvar_daemon()
[all …]
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c340 send_email(nd_hdl_t *nhdl, const char *headers, const char *body, in send_email() argument
360 if (fprintf(mp, "%s\n.\n", body) < 0) in send_email()
572 char *body_fmt, *headers = NULL, *body = NULL, tstamp[32]; in irpt_cbfunc() local
633 body = calloc(len, sizeof (char)); in irpt_cbfunc()
635 (void) snprintf(body, len, body_fmt, hostname, tstamp, in irpt_cbfunc()
647 body = calloc(len, sizeof (char)); in irpt_cbfunc()
649 (void) snprintf(body, len, body_fmt, hostname, tstamp, class); in irpt_cbfunc()
660 send_email(nhdl, headers, body, eprefs->ep_recips[i]); in irpt_cbfunc()
664 free(body); in irpt_cbfunc()
703 char *body = NULL, *headers = NULL; in listev_cb() local
[all …]

123456