Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dblok.c64 static void fill_pat(struct blk *, uint32_t);
95 fill_pat(p, PAT_INIT); in alloc()
187 fill_pat(p, PAT_FREE);
198 fill_pat(struct blk *ptr, uint32_t pat) in fill_pat() function