Home
last modified time | relevance | path

Searched refs:fragp (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/mac/
H A Dmac_util.c482 uint8_t *next_hdr, ip6_frag_t **fragp) in mac_ip_hdr_length_v6() argument
498 if (fragp != NULL) in mac_ip_hdr_length_v6()
499 *fragp = NULL; in mac_ip_hdr_length_v6()
530 if (fragp != NULL) in mac_ip_hdr_length_v6()
531 *fragp = fraghdr; in mac_ip_hdr_length_v6()
/titanic_41/usr/src/uts/common/io/audio/impl/
H A Daudio_oss.c1036 sndctl_dsp_setfragment(audio_client_t *c, int *fragp) in sndctl_dsp_setfragment() argument
1042 nfrags = (*fragp) >> 16; in sndctl_dsp_setfragment()
1048 fragsz = (*fragp) & 0xffff; in sndctl_dsp_setfragment()
1060 bufsz = ((*fragp) >> 16) * (1U << (*fragp)); in sndctl_dsp_setfragment()
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4984 allocfrags(long frags, daddr32_t *fragp, long *cylnop) in allocfrags() argument
4994 for (i = 0, *fragp = 0; i < grow_fs_ncg; ++i) { in allocfrags()
5005 *fragp = bit + cgbase(&sblock, i); in allocfrags()