Home
last modified time | relevance | path

Searched refs:ppref (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/sys/uvm/
H A Duvm_amap.c82 #define PPREF_NONE ((int *) -1) /* not using ppref */
184 * what is ppref? ppref is an _optional_ amap feature which is used
193 * that we tried to do ppref's but couldn't alloc the array so just
204 * ppref: -3 4 x x 4 -2 2 -1 3 x -5 2 1 -2 3 x
219 * => ppref's amap must be locked
222 pp_getreflen(int *ppref, int offset, int *refp, int *lenp) in pp_getreflen() argument
225 if (ppref[offset] > 0) { /* chunk size must be 1 */ in pp_getreflen()
226 *refp = ppref[offset] - 1; /* don't forget to adjust */ in pp_getreflen()
229 *refp = (ppref[offse in pp_getreflen()
240 pp_setreflen(int * ppref,int offset,int ref,int len) pp_setreflen() argument
904 int stopslot, *ppref, lcv, prevlcv; amap_pp_adjref() local
[all...]
/openbsd-src/usr.sbin/amd/amd/
H A Dafs_ops.c293 char *ppref = mp->am_parent->am_pref; in afs_mount() local
294 if (ppref == 0) in afs_mount()
295 ppref = ""; in afs_mount()
296 mp->am_pref = str3cat((char *) 0, ppref, mp->am_name, "/"); in afs_mount()