Home
last modified time | relevance | path

Searched refs:get_offset (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/nfs/
H A Dnfs_fha.h98 int (*get_offset)(struct mbuf **md, caddr_t *dpos, int v3, struct member
H A Dnfs_fha.c181 cb->get_offset(&md, &dpos, v3, i); in fha_extract_info()
/freebsd-12.1/contrib/apr/time/unix/
H A Dtime.c43 static apr_int32_t get_offset(struct tm *tm) in get_offset() function
109 xt->tm_gmtoff = get_offset(&tm); in explode_time()
/freebsd-12.1/sys/fs/nfsserver/
H A Dnfs_fha_new.c82 softc->callbacks.get_offset = fhanew_get_offset; in fhanew_init()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp896 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_offset); in getOffset()