Home
last modified time | relevance | path

Searched refs:tmpopts (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libspl/os/freebsd/
H A Dmnttab.c71 char tmpopts[MNT_LINE_MAX]; in hasmntopt() local
72 char *f, *opts = tmpopts; in hasmntopt()
80 return (f - tmpopts + mnt->mnt_mntopts); in hasmntopt()
/f-stack/freebsd/netinet/
H A Dudp_usrreq.c305 struct mbuf *tmpopts, *opts = NULL; in udp_append() local
357 tmpopts = sbcreatecontrol((caddr_t)&udp_in[1], in udp_append()
359 if (tmpopts) { in udp_append()
361 tmpopts->m_next = opts; in udp_append()
362 opts = tmpopts; in udp_append()
364 opts = tmpopts; in udp_append()