Searched refs:ppref (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | amfs_auto.c | 147 char *ppref = mp->am_parent->am_pref; in amfs_auto_mount() local 148 if (ppref == 0) in amfs_auto_mount() 149 ppref = ""; in amfs_auto_mount() 150 mp->am_pref = str3cat((char *) NULL, ppref, mp->am_name, "/"); in amfs_auto_mount()
|
/netbsd-src/sys/uvm/ |
H A D | uvm_amap.c | 113 pp_getreflen(int *ppref, int offset, int *refp, int *lenp) in pp_getreflen() argument 116 if (ppref[offset] > 0) { /* chunk size must be 1 */ in pp_getreflen() 117 *refp = ppref[offset] - 1; /* don't forget to adjust */ in pp_getreflen() 120 *refp = (ppref[offset] * -1) - 1; in pp_getreflen() 121 *lenp = ppref[offset+1]; in pp_getreflen() 131 pp_setreflen(int *ppref, int offset, int ref, int len) in pp_setreflen() argument 136 ppref[offset] = ref + 1; in pp_setreflen() 138 ppref[offset] = (ref + 1) * -1; in pp_setreflen() 139 ppref[offset+1] = len; in pp_setreflen() 1202 int stopslot, *ppref, lcv, prevlcv; in amap_pp_adjref() local [all …]
|
/netbsd-src/external/mpl/dhcp/dist/client/ |
H A D | dhc6.c | 73 static isc_result_t dhc6_parse_prefixes(struct dhc6_addr **ppref,
|