Home
last modified time | relevance | path

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

/freebsd/sys/dev/pst/
H A Dpst-raid.c82 static void bpack(int8_t *, int8_t *, int);
148 bpack(ident->vendor, ident->vendor, 16); in pst_attach()
149 bpack(ident->product, ident->product, 16); in pst_attach()
339 bpack(int8_t *src, int8_t *dst, int len) in bpack() function