Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/bhnd/tools/
Dnvram_map_gen.awk270 map_set(ValueFormats, get(FmtHex, p_name), FmtHex)
271 map_set(ValueFormats, get(FmtDec, p_name), FmtDec)
272 map_set(ValueFormats, get(FmtMAC, p_name), FmtMAC)
273 map_set(ValueFormats, get(FmtLEDDC, p_name), FmtLEDDC)
274 map_set(ValueFormats, get(FmtStr, p_name), FmtStr)
326 map_set(BaseTypes, get(UInt8, p_name), UInt8)
327 map_set(BaseTypes, get(UInt16, p_name), UInt16)
328 map_set(BaseTypes, get(UInt32, p_name), UInt32)
329 map_set(BaseTypes, get(Int8, p_name), Int8)
330 map_set(BaseTypes, get(Int16, p_name), Int16)
[all …]
/freebsd-12-stable/usr.sbin/rpcbind/
Drpcbind.h112 bool_t map_set(RPCB *, char *);
Dpmap_svc.c231 ans = map_set(&rpcbreg, rpcbreg.r_owner); in pmapproc_change()
Drpcb_svc_com.c140 ans = map_set(regp, getowner(transp, owner, sizeof owner)); in rpcbproc_set_com()
151 map_set(RPCB *regp, char *owner) in map_set() function