Home
last modified time | relevance | path

Searched refs:sgp (Results 1 – 25 of 32) sorted by last modified time

12

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dplace.c682 Sg_desc *sgp; in eh_frame_muldef() local
723 os_desc_hash(Sg_desc *sgp, Os_desc *osp) in os_desc_hash() argument
812 Sg_desc *sgp; in ld_place_section() local
905 sgp = NULL; in ld_place_section()
928 sgp = enp->ec_segment; in ld_place_section()
948 sgp = enp->ec_segment; in ld_place_section()
958 assert(sgp != NULL); in ld_place_section()
1164 APlist *list = sgp->sg_osdescs; in ld_place_section()
1325 iidx = sgp->sg_osdescs->apl_nitems; in ld_place_section()
1395 osp->os_sgdesc = sgp; in ld_place_section()
[all …]
H A Dupdate.c400 esgp = sgp; in update_osym()
513 Sg_desc *sgp; in update_osym() local
538 sgp = tsgp; in update_osym()
540 sgp = 0; in update_osym()
542 sgp = dsgp; in update_osym()
544 sgp = dsgp; in update_osym()
546 sgp = tsgp; in update_osym()
552 sgp = tsgp; in update_osym()
558 sgp = esgp; in update_osym()
560 if (sgp) { in update_osym()
[all …]
H A Dsections.c209 Sg_desc *sgp; in adjust_os_count() local
222 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) { in adjust_os_count()
225 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in adjust_os_count()
276 Sg_desc *sgp; in ignore_section_processing() local
309 ((sgp = osp->os_sgdesc) != NULL) && in ignore_section_processing()
310 (sgp->sg_phdr.p_type == PT_LOAD)) { in ignore_section_processing()
1123 Sg_desc *sgp; in make_dynamic() local
1247 if (((sgp = osp->os_sgdesc) != NULL) && in make_dynamic()
3154 Sg_desc *sgp; in ld_make_strmerge() local
3162 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) { in ld_make_strmerge()
[all …]
H A Drelocate.c2203 Sg_desc *sgp; in reloc_segments() local
2206 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) { in reloc_segments()
2210 if ((sgp->sg_phdr.p_flags & PF_W) != wr_flag) in reloc_segments()
2213 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in reloc_segments()
2245 (sgp->sg_phdr.p_type == PT_LOAD) && in reloc_segments()
2246 ((sgp->sg_phdr.p_flags & PF_W) == 0)) { in reloc_segments()
2662 Sg_desc *sgp; in ld_reloc_process() local
2709 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) { in ld_reloc_process()
2713 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_reloc_process()
H A Dmap_v2.c1490 Sg_desc *sgp; in dir_phdr_add_null() local
1523 Sg_desc *sgp = uvalue; in at_seg_align() local
1878 Sg_desc *sgp = uvalue; in at_seg_assign() local
2168 if (sgp == sgp2) { in at_seg_paddr()
2280 if (sgp == sgp2) { in at_seg_vaddr()
2323 Sg_desc *sgp; in dir_segment_inner() local
2564 Sg_desc *sgp, *sgp2; in dir_segment_order() local
2594 if (sgp == NULL) { in dir_segment_order()
2605 if (sgp == sgp2) { in dir_segment_order()
2619 sgp->sg_name); in dir_segment_order()
[all …]
H A Dmap_support.c360 if (sgp == sgp2) in ld_map_seg_index()
535 Sg_desc *sgp; in ld_map_seg_alloc() local
540 sgp->sg_name = name; in ld_map_seg_alloc()
541 sgp->sg_flags = sg_flags; in ld_map_seg_alloc()
543 return (sgp); in ld_map_seg_alloc()
560 Sg_desc *sgp; in ld_map_seg_stack() local
580 return (sgp); in ld_map_seg_stack()
659 sgp->sg_id = SGID_TEXT; in ld_map_seg_insert()
665 sgp->sg_id = SGID_NULL; in ld_map_seg_insert()
668 sgp->sg_id = SGID_NOTE; in ld_map_seg_insert()
[all …]
H A Dsyms.c1001 Sg_desc *sgp; in ld_sym_spec() local
1017 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) { in ld_sym_spec()
1021 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_sym_spec()
H A Dmap_core.c2640 Sg_desc *sgp; in ld_map_post_process() local
2659 if (sgp->sg_name == NULL) in ld_map_post_process()
2664 first_seg = sgp; in ld_map_post_process()
2670 if (sgp->sg_flags & FLG_SG_P_VADDR) in ld_map_post_process()
2678 if (alist_nitems(sgp->sg_os_order) > 0) in ld_map_post_process()
2729 if (sgp->sg_flags & FLG_SG_IS_ORDER) { in ld_map_post_process()
2734 sgp->sg_name)); in ld_map_post_process()
2742 if ((enp->ec_segment == sgp) && in ld_map_post_process()
2755 sgp->sg_name)); in ld_map_post_process()
2804 if (sgp->sg_name == NULL) in ld_map_post_process()
[all …]
H A Doutfile.c190 Sg_desc *sgp; in pad_outfile() local
218 Phdr *phdr = &(sgp->sg_phdr); in pad_outfile()
320 sgp->sg_fscn = scn; in create_outsec()
370 Sg_desc *sgp; in ld_create_outfile() local
430 Phdr *phdr = &(sgp->sg_phdr); in ld_create_outfile()
613 data->d_align = sgp->sg_align; in ld_create_outfile()
670 sgp->sg_round); in ld_create_outfile()
672 align = sgp->sg_round; in ld_create_outfile()
811 Phdr *_phdr = &(sgp->sg_phdr); in ld_create_outfile()
847 scn = sgp->sg_fscn; in ld_create_outfile()
[all …]
H A Dmap.c209 sgp->sg_name); in map_equal_flags()
352 sgp->sg_name); in map_equal()
393 sgp->sg_name); in map_equal()
410 sgp->sg_name); in map_equal()
427 sgp->sg_name); in map_equal()
445 sgp->sg_name); in map_equal()
463 sgp->sg_name); in map_equal()
513 if ((sgp->sg_flags & in map_equal()
520 if ((sgp->sg_flags & in map_equal()
561 sgp->sg_length = 0; in map_equal()
[all …]
H A Dldentry.c60 Sg_desc *sgp; in ld_map_out() local
86 for (APLIST_TRAVERSE(ofl->ofl_segs, idx1, sgp)) { in ld_map_out()
90 if (sgp->sg_phdr.p_type != PT_LOAD) in ld_map_out()
93 for (APLIST_TRAVERSE(sgp->sg_osdescs, idx2, osp)) { in ld_map_out()
/illumos-gate/usr/src/data/zoneinfo/
H A Daustralasia888 # https://www.fas.org/sgp/othergov/doe/lanl/docs1/00322994.pdf
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsendto_kdc.c687 state->x.out.sgp = state->x.out.sgbuf; in setup_connection()
1030 ((conn->x.out.sg_count == 2 ? SG_LEN(&conn->x.out.sgp[1]) : 0) in service_tcp_fd()
1032 + SG_LEN(&conn->x.out.sgp[0])), in service_tcp_fd()
1034 nwritten = SOCKET_WRITEV(conn->fd, conn->x.out.sgp, in service_tcp_fd()
1045 sg_buf *sgp = conn->x.out.sgp; in service_tcp_fd() local
1046 if (nwritten < SG_LEN(sgp)) { in service_tcp_fd()
1048 SG_ADVANCE(sgp, nwritten); in service_tcp_fd()
1051 nwritten -= SG_LEN(conn->x.out.sgp); in service_tcp_fd()
1052 conn->x.out.sgp++; in service_tcp_fd()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dcm.h67 sg_buf *sgp; member
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c183 sg_buf *sgp; member
951 nwrote = SOCKET_WRITEV(conn->fd, conn->u.tcp.sgp, conn->u.tcp.sgnum, in process_tcp_connection()
960 sg_buf *sgp = conn->u.tcp.sgp; in process_tcp_connection() local
961 if (nwrote < SG_LEN(sgp)) { in process_tcp_connection()
962 SG_ADVANCE(sgp, nwrote); in process_tcp_connection()
965 nwrote -= SG_LEN(sgp); in process_tcp_connection()
966 conn->u.tcp.sgp++; in process_tcp_connection()
1058 conn->u.tcp.sgp = conn->u.tcp.sgbuf; in process_tcp_connection()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_sg.c320 i_new_sg_elem(ilbadm_sgroup_t *sgp) in i_new_sg_elem() argument
326 list_insert_tail(&sgp->sg_serv_list, s); in i_new_sg_elem()
327 sgp->sg_count++; in i_new_sg_elem()
344 i_parse_serverIDs(char *arg, ilbadm_sgroup_t *sgp) in i_parse_serverIDs() argument
367 sn = list_head(&sgp->sg_serv_list); in i_mod_sg()
373 rclib = ilb_add_server_to_group(h, sgp->sg_name, in i_mod_sg()
382 buf, sgp->sg_name, ilb_errstr(rclib)); in i_mod_sg()
389 rclib = ilb_rem_server_from_group(h, sgp->sg_name, in i_mod_sg()
396 srv->sd_srvID, sgp->sg_name, in i_mod_sg()
405 sn = list_next(&sgp->sg_serv_list, sn); in i_mod_sg()
[all …]
/illumos-gate/usr/src/uts/common/io/aac/
H A Daac.c5597 struct aac_sg_entryraw *sgp; in aac_cmd_fib_rawio() local
5624 ddi_put32(acc, &sgp->SgByteCount, sge->bcount); in aac_cmd_fib_rawio()
5625 sgp->Next = 0; in aac_cmd_fib_rawio()
5626 sgp->Prev = 0; in aac_cmd_fib_rawio()
5627 sgp->Flags = 0; in aac_cmd_fib_rawio()
5638 struct aac_sg_entry64 *sgp; in aac_cmd_fib_brw64() local
5678 struct aac_sg_entry *sgp; in aac_cmd_fib_brw() local
5688 sgp = &br->SgMap.SgEntry[0]; in aac_cmd_fib_brw()
5699 sgp = &bw->SgMap.SgEntry[0]; in aac_cmd_fib_brw()
5817 struct aac_sg_entry *sgp; in aac_cmd_fib_scsi32() local
[all …]
H A Daac_ioctl.c512 struct aac_sg_entry *sgp = srb->sg.SgEntry; in aac_send_raw_srb() local
514 usge->bcount = sgp->SgByteCount; in aac_send_raw_srb()
519 sgp->SgAddress; in aac_send_raw_srb()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_drv.c1251 dld_ioc_secobj_get_t *sgp = karg; in drv_ioc_secobj_get() local
1255 sobjp = &sgp->sg_obj; in drv_ioc_secobj_get()
1271 sgp->sg_count = 1; in drv_ioc_secobj_get()
1275 state.ss_free = sgp->sg_size - sizeof (dld_ioc_secobj_get_t); in drv_ioc_secobj_get()
1287 sgp->sg_count = state.ss_count; in drv_ioc_secobj_get()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c338 Dbg_syms_sec_entry(Lm_list *lml, Word ndx, Sg_desc *sgp, Os_desc *osp) in Dbg_syms_sec_entry() argument
346 (*sgp->sg_name ? sgp->sg_name : MSG_INTL(MSG_STR_NULL))); in Dbg_syms_sec_entry()
H A Dsections.c232 Dbg_sec_added(Lm_list *lml, Os_desc *osp, Sg_desc *sgp) in Dbg_sec_added() argument
238 (sgp->sg_name ? sgp->sg_name : MSG_INTL(MSG_STR_NULL))); in Dbg_sec_added()
242 Dbg_sec_created(Lm_list *lml, Os_desc *osp, Sg_desc *sgp) in Dbg_sec_created() argument
248 (sgp->sg_name ? sgp->sg_name : MSG_INTL(MSG_STR_NULL))); in Dbg_sec_created()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_rpc_adm.c557 rsl->rsl_len += strlen(sgp->sg_name) + 1; in fmd_adm_serdlist_measure()
567 strlen(sgp->sg_name)); in fmd_adm_serdlist_record()
568 rsl->rsl_len += strlen(sgp->sg_name) + 1; in fmd_adm_serdlist_record()
637 rsi->rsi_count = sgp->sg_count; in fmd_adm_serdinfo_record()
639 rsi->rsi_n = sgp->sg_n; in fmd_adm_serdinfo_record()
640 rsi->rsi_t = sgp->sg_t; in fmd_adm_serdinfo_record()
648 fmd_serd_eng_t *sgp; in fmd_adm_serdinfo_1_svc() local
665 fmd_adm_serdinfo_record(sgp, rvp); in fmd_adm_serdinfo_1_svc()
687 fmd_serd_eng_t *sgp; in fmd_adm_serdreset_1_svc() local
703 if (fmd_serd_eng_fired(sgp)) { in fmd_adm_serdreset_1_svc()
[all …]
/illumos-gate/usr/src/uts/sun4u/opl/sys/scfd/
H A Dscfdscpif.h74 uint32_t num_sg, mscat_gath_t *sgp, clock_t timeout);
79 uint32_t num_sg, mscat_gath_t *sgp, clock_t timeout);
/illumos-gate/usr/src/uts/sun4u/opl/sys/
H A Ddm2s.h94 uint32_t num_sg, mscat_gath_t *sgp);
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddm2s.c133 mscat_gath_t *sgp, int maxsg);
1186 dm2s_prep_scatgath(mblk_t *mp, uint32_t *numsg, mscat_gath_t *sgp, int maxsg) in dm2s_prep_scatgath() argument
1192 sgp[num].msc_dptr = (caddr_t)tmp->b_rptr; in dm2s_prep_scatgath()
1193 sgp[num].msc_len = MBLKL(tmp); in dm2s_prep_scatgath()
1206 sgp[0].msc_dptr = (caddr_t)mp->b_rptr; in dm2s_prep_scatgath()
1207 sgp[0].msc_len = MBLKL(mp); in dm2s_prep_scatgath()
1244 uint32_t num_sg, mscat_gath_t *sgp) in dm2s_dump_bytes() argument
1260 tp = &sgp[nsg]; in dm2s_dump_bytes()
1274 tp = &sgp[nsg]; in dm2s_dump_bytes()

12