Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk325 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)
330 map_set(BaseTypes, get(Int32, p_name), Int32)
331 map_set(BaseTypes, get(Char, p_name), Char)
2460 function map_set(map, key, value) { function
2913 map_set(_table, _i, layout)
3074 map_set(_layout_var_count, _i, 1)
[all …]
/freebsd/usr.sbin/rpcbind/
H A Drpcbind.h109 bool_t map_set(RPCB *, char *);
H A Dpmap_svc.c222 ans = map_set(&rpcbreg, rpcbreg.r_owner); in pmapproc_change()
H A Drpcb_svc_com.c137 ans = map_set(regp, getowner(transp, owner, sizeof owner)); in rpcbproc_set_com()
148 map_set(RPCB *regp, char *owner) in map_set() function