HomeSort by: relevance | last modified time | path
    Searched defs:phd (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
sctp_input.c 3693 struct sctp_paramhdr *phd; local in function:sctp_process_control
3696 phd = mtod(mm, struct sctp_paramhdr *);
3703 phd->param_type =
3705 phd->param_length =
3706 htons(chk_length + sizeof(*phd));
3707 mm->m_len = sizeof(*phd);
3714 sizeof(*phd);
  /src/sbin/newfs_udf/
udf_core.c 1094 struct part_hdr_desc *phd; local in function:udf_create_partitiond
1109 phd = &pd->_impl_use.part_hdr;
1124 phd->unalloc_space_bitmap.len = udf_rw32(bitmap_bytes);
1125 phd->unalloc_space_bitmap.lb_num = udf_rw32(layout.unalloc_space);
1128 phd->freed_space_bitmap.len = udf_rw32(bitmap_bytes);
1129 phd->freed_space_bitmap.lb_num = udf_rw32(layout.freed_space);
  /src/sbin/fsck_udf/
main.c 1633 struct part_hdr_desc *phd; local in function:udf_readin_partitions_free_space
1644 phd = &part->pd_part_hdr;
1645 bitmap_len = udf_rw32(phd->unalloc_space_bitmap.len);
1646 bitmap_lb = udf_rw32(phd->unalloc_space_bitmap.lb_num);
2978 struct part_hdr_desc *phd; local in function:udf_close_volume
3028 phd = &part->pd_part_hdr;
3029 bitmap_len = udf_rw32(phd->unalloc_space_bitmap.len);
3030 bitmap_lb = udf_rw32(phd->unalloc_space_bitmap.lb_num);
3703 struct part_hdr_desc *phd; local in function:udf_create_new_space_bitmaps_and_reset_freespace
3739 phd = &part->pd_part_hdr
    [all...]

Completed in 20 milliseconds