Searched refs:sect (Results 1 - 15 of 15) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c63 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...]
H A Dns_parse.c39 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];
/osnet-11/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c276 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/grub-0.97/docs/
H A Dhelp2man264 my $sect = 'DESCRIPTION';
288 $sect = uc $1;
295 $sect = 'COPYRIGHT';
296 $include{$sect} ||= '';
297 $include{$sect} .= ".PP\n" if $include{$sect};
319 $include{$sect} .= $copy;
327 $sect = 'REPORTING BUGS';
333 $sect = 'AUTHOR';
343 $include{$sect} ||
[all...]
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c296 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/fs/fat/
H A Dcontext.c204 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/libparted/common/include/parted/
H A Dgeom.h63 PedSector sect);
H A Ddisk.h362 PedSector sect);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dhfs.c1028 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/grub/grub2/grub-core/disk/
H A Data.c214 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/grub/grub-0.97/stage2/
H A Dbuiltins.c4426 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...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/backend/loader/
H A Dgrub2.py328 for sect in self._cfgparser.sections():
331 section_split = sect.split(MenuConfigParser.SECTION_SEPARATOR)
339 self._cfgparser.items(sect))
342 sect)
343 elif sect == 'meta': # Handle [meta] section
345 elif sect == 'global': # Handle [global] section
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c1611 * 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/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm464 sect => '�',
H A DLaTeX.pm68 'sect' => q|\textsection{}|, # 0xA7 - section sign
554 $sect = $parser->Head1Level;

Completed in 88 milliseconds