Searched refs:map_set (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/dev/bhnd/tools/ |
| H A D | nvram_map_gen.awk | 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) 331 map_set(BaseTypes, get(Int32, p_name), Int32) 332 map_set(BaseTypes, get(Char, p_name), Char) 2461 function map_set(map, key, value) { function 2914 map_set(_table, _i, layout) 3075 map_set(_layout_var_count, _i, 1) [all …]
|
| /freebsd-12.1/usr.sbin/rpcbind/ |
| H A D | rpcbind.h | 112 bool_t map_set(RPCB *, char *);
|
| H A D | pmap_svc.c | 231 ans = map_set(&rpcbreg, rpcbreg.r_owner); in pmapproc_change()
|
| H A D | rpcb_svc_com.c | 140 ans = map_set(regp, getowner(transp, owner, sizeof owner)); in rpcbproc_set_com() 151 map_set(RPCB *regp, char *owner) in map_set() function
|