Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dnetboot.c307 save_path(char * * str_p, size_t * length_p, char * path) in save_path() argument
309 *length_p = strlen(path) + 1; in save_path()
310 *str_p = kalloc_data(*length_p, Z_WAITOK); in save_path()
311 strlcpy(*str_p, path, *length_p); in save_path()
H A Dkpi_mbuf.c1338 u_int32_t *length_p, void **data_p) in mbuf_find_drvaux() argument
1366 if (length_p != NULL) { in mbuf_find_drvaux()
1367 *length_p = p->da_length; in mbuf_find_drvaux()
/xnu-12377.61.12/bsd/sys/
H A Dkpi_mbuf.h1679 u_int32_t *subfamily_p, u_int32_t *length_p, void **data_p);