Searched defs:segment (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Dreboot.c34 grub_uint16_t segment; local
47 segment = ((grub_addr_t) get_physical_target_address (ch)) >> 4;
48 state.gs = state.fs = state.es = state.ds = state.ss = segment;
50 state.cs = segment;
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsegoff.h14 * is offset:segment.
18 uint16_t segment; member in struct:__anon272
24 /* Macros for converting from virtual to segment:offset addresses,
32 printf ( "FATAL ERROR: segment address out of range\n" );
H A Dpci_io.c98 unsigned short segment; member in struct:__anon222
104 unsigned short segment; member in struct:__anon223
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg_lockdlck.c54 cfg_filelock(int segment, int flag) argument
59 off_t off = segment_off(segment);
85 cfg_fileunlock(int segment) argument
88 off_t off = segment_off(segment);
102 cfg_readpid(int segment, pid_t *pidp) argument
104 off_t off = segment_off(segment);
110 cfg_writepid(int segment, pid_t pid) argument
112 off_t off = segment_off(segment);
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.h44 segment_t *segment; member in struct:segment_list
H A Dfru_access_impl.h79 /* defines fixed segment */
122 uint8_t segmentcount; /* total number of segment */
125 /* segment header layout */
127 uint16_t name; /* segment name */
129 uint16_t offset; /* segment data offset */
130 uint16_t length; /* segment length */
133 /* segment information used in finding new offset for a new segment */
135 int segnum; /* segment number */
136 int offset; /* segment offse
161 segment_t segment; member in struct:__anon1685
[all...]
H A Dfruraw.c297 segment_t *segment)
325 *segment = segs[j];
339 segment_t *segment)
366 if (find_seg_in_sect(&(sect[i]), seg_name, prot_flg, segment)
383 segment_t segment; local
385 if ((err = find_segment(handle, seg_name, &prot_flg, &segment))
390 (void) memcpy(def->name, segment.name, SEG_NAME_LEN);
392 def->desc.raw_data = segment.descriptor;
393 def->size = segment.length;
394 def->address = segment
296 find_seg_in_sect(section_t *sect, const char *seg_name, int *prot_flg, segment_t *segment) argument
338 find_segment(fru_treehdl_t handle, const char *seg_name, int *prot_flg, segment_t *segment) argument
[all...]
H A Draw_access.c510 fru_get_segments(section_hdl_t section, segment_t *segment, int maxseg, argument
540 segment->handle = seg_object->obj_hdl;
541 (void) memcpy(segment->name,
542 seg_object->u.seg_obj->segment.name, SEG_NAME_LEN);
543 segment->descriptor = seg_object->u.seg_obj->segment.descriptor;
545 segment->offset = seg_object->u.seg_obj->segment.offset;
546 segment->length = seg_object->u.seg_obj->segment
967 fru_get_num_packets(segment_hdl_t segment, door_cred_t *cred) argument
1033 fru_get_packets(segment_hdl_t segment, packet_t *packet, int maxpackets, door_cred_t *cred) argument
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Ddl.h135 grub_dl_segment_t segment; member in struct:grub_dl
H A Doffsets.h33 /* The segment where the kernel is loaded. */
134 grub_uint16_t segment; member in struct:grub_pc_bios_boot_blocklist
/osnet-11/usr/src/lib/libfru/libnvfru/
H A Dnvfru.c312 convert_packets_in_segment(fru_seghdl_t segment, void *args) argument
319 ret = fru_get_segment_name(segment, &name);
324 /* create a new nvlist for each segment */
331 /* convert the segment to an nvlist */
332 ret = fru_for_each_packet(segment, convert_packet, nv_segment);
339 /* add the nvlist for this segment */
/osnet-11/usr/src/grub/grub2/grub-core/disk/i386/pc/
H A Dbiosdisk.c96 int soff, int nsec, int segment)
121 regs.es = segment;
446 unsigned segment)
460 dap->buffer = segment << 16; /* The format SEGMENT:ADDRESS. */
483 return grub_biosdisk_rw (cmd, disk, sector, size, segment);
508 coff, hoff, soff, size, segment))
95 grub_biosdisk_rw_standard(int ah, int drive, int coff, int hoff, int soff, int nsec, int segment) argument
444 grub_biosdisk_rw(int cmd, grub_disk_t disk, grub_disk_addr_t sector, grub_size_t size, unsigned segment) argument
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dlinux.c55 grub_uint16_t segment; local
58 segment = grub_linux_real_target >> 4;
59 state.gs = state.fs = state.es = state.ds = state.ss = segment;
61 state.cs = segment + 0x20;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbios.c30 int nsec, int segment);
46 from/into SEGMENT segment. If READ is BIOSDISK_READ, then read it,
52 unsigned int sector, int nsec, int segment)
84 dap.buffer = segment << 16;
104 return biosdisk (read, drive, geometry, sector, nsec, segment);
125 nsec, segment);
49 biosdisk(int read, int drive, struct geometry *geometry, unsigned int sector, int nsec, int segment) argument
H A Dasm.S293 shrl $4,%eax /* get segment */
345 .word 0 /* segment */
450 /* copy the original int13 handler segment:offset */
489 .word 0 /* segment */
788 /* compute the segment */
887 * chain_stage1(segment, offset, part_table_addr)
889 * This starts another stage1 loader, at segment:offset.
902 /* store new segment */
904 movw %ax, segment
923 * chain_stage2(segment, offse
2712 segment: label
[all...]
/osnet-11/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c394 * Find the handle of the segment node "segment".
395 * also returns the hardware description of this segment. (read from the
397 * If the ign_cor_flg is set this will still succeed even if the segment is
403 get_segment_node(picl_nodehdl_t handle, const char *segment, argument
438 if (strcmp(segment, name) == 0) {
441 /* NUM_TAGS prop exists iff segment is OK */
480 * For the section handle passed add to list all the segment names found.
507 /* get the first segment */
634 * for every section which has a ADD_SEGMENT_PROP try and add the segment
806 get_tag_handle(picl_nodehdl_t handle, const char *segment, fru_tag_t tag, int instance, picl_nodehdl_t *segHdl, picl_prophdl_t *tagHdl) argument
949 fpt_for_each_segment(fru_treehdl_t treenode, int (*function)(fru_treeseghdl_t segment, void *args), void *args) argument
958 section, segment; local
1019 fpt_get_segment_name(fru_treeseghdl_t segment, char **name) argument
1064 picl_nodehdl_t segment = TREESEGHDL_TO_PICLHDL(treesegment); local
[all...]
/osnet-11/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c405 * Find the handle of the segment node "segment".
406 * also returns the hardware description of this segment. (read from the
408 * If the ign_cor_flg is set this will still succeed even if the segment is
414 get_segment_node(picl_nodehdl_t handle, const char *segment, argument
449 if (strcmp(segment, name) == 0) {
452 /* NUM_TAGS prop exists iff segment is OK */
491 * For the section handle passed add to list all the segment names found.
518 /* get the first segment */
645 * for every section which has a ADD_SEGMENT_PROP try and add the segment
818 get_tag_handle(picl_nodehdl_t handle, const char *segment, fru_tag_t tag, int instance, picl_nodehdl_t *segHdl, picl_prophdl_t *tagHdl) argument
961 fpt_for_each_segment(fru_treehdl_t treenode, int (*function)(fru_treeseghdl_t segment, void *args), void *args) argument
970 section, segment; local
1031 fpt_get_segment_name(fru_treeseghdl_t segment, char **name) argument
1079 picl_nodehdl_t segment = TREESEGHDL_TO_PICLHDL(treesegment); local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c429 grub_vbe_bios_get_pm_interface (grub_uint16_t *segment, grub_uint16_t *offset, argument
441 *segment = 0;
446 *segment = regs.es & 0xffff;
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c281 chain_stage1 (unsigned long segment, unsigned long offset, argument
289 chain_stage2 (unsigned long segment, unsigned long offset, int second_sector) argument
931 unsigned int sector, int nsec, int segment)
964 buf = (char *) (segment << 4);
930 biosdisk(int subfunc, int drive, struct geometry *geometry, unsigned int sector, int nsec, int segment) argument
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1075 int (*function)(fru_seghdl_t segment, void *args),
1100 * (which is currently the only way to get a segment handle) so that the
1101 * segment's container will be locked
1104 fru_get_segment_name(fru_seghdl_t segment, char **name) argument
1110 RETRY(err = data_source->get_segment_name(NODEHDL_TO_TREEHDL(segment),
1120 * (which is currently the only way to get a segment handle) so that the
1121 * segment's container will be locked
1124 fru_for_each_packet(fru_seghdl_t segment, argument
1133 RETRY(err = data_source->for_each_packet(NODEHDL_TO_TREEHDL(segment),
1400 // tagInstance: The instance of this ancestor in the segment
1074 fru_for_each_segment(fru_nodehdl_t container, int (*function)(fru_seghdl_t segment, void *args), void *args) argument
[all...]

Completed in 105 milliseconds