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.cc202 line->body.line.command_template = source_line->body.line.command_template; in enter_explicit_rule_from_dynamic_rule()
560 member->body. in doname()
590 line->body.line.percent = in doname()
2208 body.target.target; in build_command_strings()
2215 body.vpath_alias.alias; in build_command_strings()
2224 body.vpath_alias.alias; in build_command_strings()
2233 body.vpath_alias.alias; in build_command_strings()
2242 body.vpath_alias.alias; in build_command_strings()
2934 new_prop->body.conditional = conditional->body.conditional; in add_pattern_conditionals()
2974 old_locals[i].body.macro = in set_locals()
[all …]
H A Dimplicit.cc184 source_suffix->body. in find_suffix_rule()
188 put_suffix[source_suffix->body. in find_suffix_rule()
382 body.line. in find_suffix_rule()
448 line->body.line.less = source; in find_suffix_rule()
449 line->body.line.percent = NULL; in find_suffix_rule()
504 Name body; in find_ar_suffix_rule() local
549 body, in find_ar_suffix_rule()
555 line->body.line.star = body; in find_ar_suffix_rule()
1050 line->body.line.query = line->body.line.query->next; in find_percent_rule()
1145 line->body.line.less = less; in find_percent_rule()
[all …]
H A Dar.cc199 if (member->body.member.member != NULL) { in read_archive()
222 if (member->body.member.member == NULL) { in read_archive()
223 member->body.member.member = empty_name; in read_archive()
241 if (member->body.member.entry != NULL) { in read_archive()
442 member->body.member.library = library; in read_archive_dir()
444 if (member->body.member.member == NULL) { in read_archive_dir()
445 member->body.member.member = in read_archive_dir()
507 member->body.member.library = library; in read_archive_dir()
510 member->body.member.member = in read_archive_dir()
675 member->body.member.member = in translate_entry()
[all …]
H A Dnse_printdep.cc128 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()
332 ((line->body.line.command_template == NULL) && in print_rule()
[all …]
H A Dread2.cc277 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()
641 line->body.recursive.has_built = in enter_dependencies()
649 line2->body.recursive.target = name; in enter_dependencies()
651 line2->body.recursive.has_built = in enter_dependencies()
723 line2->body.line.target = target; in enter_dependencies()
728 body.target.target = target; 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()
593 prop->body.member.library->stat.is_file = true; in enter_file_name()
594 prop->body.member.entry = NULL; in enter_file_name()
[all …]
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirp_pr.c128 char *body = NULL; in pr_byname() local
148 &body, &bodylen) != 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()
210 if (body != NULL) { in pr_bynumber()
211 memput(body, bodylen); in pr_bynumber()
255 char *body; in pr_next() local
283 if (body != NULL) { in pr_next()
[all …]
H A Dirp_sv.c133 char *body; in sv_next() local
148 &body, &bodylen) != 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()
212 if (body != NULL) { in sv_byname()
213 memput(body, bodylen); in sv_byname()
229 char *body; in sv_byport() local
264 if (body != NULL) { in sv_byport()
[all …]
H A Dirp_nw.c137 char *body = NULL; in nw_byaddr() local
157 &body, &bodylen) != 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()
219 if (body != NULL) { in nw_byname()
220 memput(body, bodylen); in nw_byname()
264 char *body; in nw_next() local
292 if (body != NULL) in nw_next()
[all …]
H A Dirp_ho.c168 char *body = NULL; in ho_byname2() local
189 &body, &bodylen) != 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()
265 if (body != NULL) { in ho_byaddr()
266 memput(body, bodylen); in ho_byaddr()
284 char *body; in ho_next() local
312 if (body != NULL) { in ho_next()
[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.c87 tok.ver.dh_version_u.body.type = DH_MIC; in __dh_gss_sign()
167 tok.ver.dh_version_u.body.type != DH_MIC) { in __dh_gss_verify()
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()
283 __dh_release_buffer(&body); in __dh_gss_seal()
287 __dh_release_buffer(&body); in __dh_gss_seal()
364 message.length = wrap->body.body_len; in __dh_gss_unseal()
[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
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
329 ndmpd_scsi_open_v3(ndmp_connection_t *connection, void *body) in ndmpd_scsi_open_v3() argument
352 ndmpd_scsi_set_target_v3(ndmp_connection_t *connection, void *body) in ndmpd_scsi_set_target_v3() argument
[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
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()
531 ndmpd_config_get_fs_info_v3(ndmp_connection_t *connection, void *body) in ndmpd_config_get_fs_info_v3() argument
[all …]
H A Dndmpd_tape.c109 ndmpd_tape_open_v2(ndmp_connection_t *connection, void *body) in ndmpd_tape_open_v2() argument
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
547 request = (ndmp_tape_execute_cdb_request *) body; in ndmpd_tape_execute_cdb_v2()
583 ndmpd_tape_open_v3(ndmp_connection_t *connection, void *body) in ndmpd_tape_open_v3() argument
606 ndmpd_tape_get_state_v3(ndmp_connection_t *connection, void *body) in ndmpd_tape_get_state_v3() argument
845 ndmpd_tape_read_v3(ndmp_connection_t *connection, void *body) in ndmpd_tape_read_v3() argument
[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()
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()
275 bpdu_packet.body.flags |= PROPOSAL_BIT; in txRstp()
[all …]
H A Dportinfo.c271 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()
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()
325 port->msgFlags = bpdu->body.flags; in STP_info_rx_bpdu()
328 STP_VECT_get_vector (&bpdu->body, &port->msgPrio); in STP_info_rx_bpdu()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_macro.c574 body = NULL; in blk_exp_close()
579 body = n; in blk_exp_close()
642 atok, body); in blk_exp_close()
679 if (body == NULL) { in blk_exp_close()
1172 rew_last(mdoc, body == NULL ? head : body); in blk_full()
1184 body = body->next; in blk_full()
1201 if (body != NULL) in blk_full()
1288 if (body == NULL) in blk_part_imp()
1297 if (body == NULL) in blk_part_imp()
1580 body = NULL; in phrase_ta()
[all …]
/illumos-gate/usr/src/cmd/nl/
H A Dnl.c170 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()
528 type = body; 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
1163 %SF:body-ext
1173 %SF:body-ext
1181 %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
1615 %SF:body-ext
[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.cc854 if (macro_to_add->prop->body.macro.value != NULL) { in add_macro_to_global_list()
1013 switch (macro->body.macro.daemon) { 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()
1116 val = macro_apx->body.macro_appendix.value; in setvar_daemon()
1118 val = macro->body.macro.value; in setvar_daemon()
1178 macro_apx->body.macro_appendix.value = value; in setvar_daemon()
1201 macro->body.macro.value = value; in setvar_daemon()
1202 macro->body.macro.daemon = daemon; in setvar_daemon()
1223 if (macro->body.macro.exported) { in setvar_daemon()
[all …]
/illumos-gate/usr/src/cmd/fm/notify/smtp-notify/common/
H A Dsmtp-notify.c360 if (fprintf(mp, "%s\n.\n", body) < 0) in send_email()
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()
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
749 if ((body = fmd_msg_gettext_nv(nhdl->nh_msghdl, NULL, in listev_cb()
755 postprocess_msg(body); in listev_cb()
765 send_email(nhdl, headers, body, eprefs->ep_recips[i]); in listev_cb()
[all …]

123456