Searched refs:map_set (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/bhnd/tools/ |
H A D | nvram_map_gen.awk | 269 map_set(ValueFormats, get(FmtHex, p_name), FmtHex) 270 map_set(ValueFormats, get(FmtDec, p_name), FmtDec) 271 map_set(ValueFormats, get(FmtMAC, p_name), FmtMAC) 272 map_set(ValueFormats, get(FmtLEDDC, p_name), FmtLEDDC) 273 map_set(ValueFormats, get(FmtStr, p_name), FmtStr) 325 map_set(BaseTypes, get(UInt8, p_name), UInt8) 326 map_set(BaseTypes, get(UInt16, p_name), UInt16) 327 map_set(BaseTypes, get(UInt32, p_name), UInt32) 328 map_set(BaseTypes, get(Int8, p_name), Int8) 329 map_set(BaseTypes, get(Int16, p_name), Int16) [all …]
|
/freebsd/usr.sbin/rpcbind/ |
H A D | rpcbind.h | 109 bool_t map_set(RPCB *, char *);
|
H A D | pmap_svc.c | 222 ans = map_set(&rpcbreg, rpcbreg.r_owner); in pmapproc_change()
|
H A D | rpcb_svc_com.c | 137 ans = map_set(regp, getowner(transp, owner, sizeof owner)); in rpcbproc_set_com() 148 map_set(RPCB *regp, char *owner) in map_set() function
|