Home
last modified time | relevance | path

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

/freebsd-12-stable/release/picobsd/tinyware/msh/
Dsh4.c24 _PROTOTYPE(static int expand, (char *cp, struct wdblock **wbp, int f ));
110 expand(cp, wbp, f) in expand() argument
112 register struct wdblock **wbp;
126 *wbp = addword(cp, *wbp);
138 *wbp = addword(cp, *wbp);
140 *wbp = glob(cp, *wbp);
/freebsd-12-stable/usr.bin/compress/
Dzopen.c237 zwrite(void *cookie, const char *wbp, int num) in zwrite() argument
251 bp = (const u_char *)wbp; in zwrite()
/freebsd-12-stable/sys/cam/
Dcam_iosched.c730 struct bio *wbp = bioq_first(&isc->write_queue); in cam_iosched_has_io() local
731 bool can_write = wbp != NULL && in cam_iosched_has_io()
732 cam_iosched_limiter_caniop(&isc->write_stats, wbp) == 0; in cam_iosched_has_io()