/osnet-11/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_parse.c | 39 static void setsection(ns_msg *msg, ns_sect sect); 264 setsection(ns_msg *msg, ns_sect sect) { argument 265 msg->_sect = sect; 266 if (sect == ns_s_max) { 271 msg->_msg_ptr = msg->_sections[(int)sect];
|
H A D | ns_newmsg.c | 63 ns_sect sect; local 68 for (sect = ns_s_qd; sect < ns_s_max; sect++) { 71 count = ns_msg_count(*msg, sect); 76 if (ns_parserr2(msg, sect, i, &rr) < 0) 78 if (sect == ns_s_qd) 84 x = ns_newmsg_rr(handle, sect, 156 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, argument 165 if (sect < ms 200 ns_sect sect; local [all...] |
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/ |
H A D | context.c | 204 PedSector sect; local 244 for (sect = 0; sect < old_fs_info->cluster_offset; sect++) { 246 ctx->old_fs->geom, sect);
|
/osnet-11/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_findzonecut.c | 276 ns_sect sect; local 308 sect = ns_s_max, n = 0; 314 sect = ns_s_an, n = ancount; 316 sect = ns_s_ns, n = nscount; 318 sect = ns_s_max, n = 0; 325 if (ns_parserr(&msg, sect, i, &rr) < 0) { 327 p_section(sect, ns_o_query), i)); 337 switch (sect) { 517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, argument 523 for (i = 0; i < ns_msg_count(*msg, sect); 576 save_a(res_state statp, ns_msg *msg, ns_sect sect, const char *owner, ns_class class, int opts, rr_ns *nsrr) argument [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/disk/ |
H A D | ata.c | 214 unsigned int sect; local 217 sect = ((grub_uint32_t) sector % dev->sectors_per_track) + 1; 222 if (sect > dev->sectors_per_track 230 parms->taskfile.sectnum = sect;
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/ |
H A D | hfs.c | 1028 PedSector sect; local 1033 for (sect = 0; sect < hfs_file->sect_nb; ++sect) { 1034 if (!hfs_file_read_sector(hfs_file, extract_buffer, sect)) 1055 PedSector sect; local 1060 for (sect = PED_BE16_TO_CPU(mdb->volume_bitmap_block); 1061 sect < PED_BE16_TO_CPU(mdb->start_block); 1062 sect += count) { 1064 count = (st_block-sect) < BLOCK_MAX_BUF [all...] |
/osnet-11/usr/src/lib/libfru/libfruraw/ |
H A D | fruraw.c | 296 find_seg_in_sect(section_t *sect, const char *seg_name, int *prot_flg, argument 303 int num_seg = fru_get_num_segments(sect->handle, NULL); 313 acc_err = fru_get_segments(sect->handle, segs, num_seg, NULL); 326 *prot_flg = (sect->protection ? 1 : 0); 343 section_t *sect = NULL; local 354 sect = malloc(sizeof (*sect) * (num_sect)); 355 if (sect == NULL) { 359 acc_err = fru_get_sections(cont, sect, num_sect, NULL); 361 free(sect); [all...] |
/osnet-11/usr/src/lib/libparted/common/libparted/ |
H A D | disk.c | 1611 * Returns the partition that contains sect. If sect lies within a logical 1616 ped_disk_get_partition_by_sector (const PedDisk* disk, PedSector sect) argument 1624 if (ped_geometry_test_sector_inside (&walk->geom, sect) 1629 /* should never get here, unless sect is outside of disk's useable
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | builtins.c | 4426 char sect[SECTOR_SIZE]; 4529 sect)) 4531 grub_memmove (sect + saved_offsets[0], buf, saved_lengths[0]); 4532 if (! rawwrite (current_drive, saved_sectors[0], sect)) 4536 sect)) 4538 grub_memmove (sect + saved_offsets[1], 4541 if (! rawwrite (current_drive, saved_sectors[1], sect)) 4548 sect)) 4550 grub_memmove (sect + saved_offsets[0], buf, sizeof (buf)); 4551 if (! rawwrite (current_drive, saved_sectors[0], sect)) 4376 char sect[SECTOR_SIZE]; local [all...] |