Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/inet/
H A Dinet_hash.c58 uint16_t *hdr_length, uint8_t *next_hdr, ip6_frag_t **fragp) in inet_pkthash_ip_hdr_length_v6() argument
74 if (fragp != NULL) in inet_pkthash_ip_hdr_length_v6()
75 *fragp = NULL; in inet_pkthash_ip_hdr_length_v6()
106 if (fragp != NULL) in inet_pkthash_ip_hdr_length_v6()
107 *fragp = fraghdr; in inet_pkthash_ip_hdr_length_v6()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1589 uint8_t *next_hdr, ip6_frag_t **fragp) in mac_ip_hdr_length_v6() argument
1605 if (fragp != NULL) in mac_ip_hdr_length_v6()
1606 *fragp = NULL; in mac_ip_hdr_length_v6()
1637 if (fragp != NULL) in mac_ip_hdr_length_v6()
1638 *fragp = fraghdr; in mac_ip_hdr_length_v6()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c4985 allocfrags(long frags, daddr32_t *fragp, long *cylnop) in allocfrags() argument
4995 for (i = 0, *fragp = 0; i < grow_fs_ncg; ++i) { in allocfrags()
5006 *fragp = bit + cgbase(&sblock, i); in allocfrags()