Searched refs:dmpp (Results 1 – 3 of 3) sorted by relevance
159 static int bsd_decompress(void *state, mblk_t **dmpp);1092 bsd_decompress(void *state, mblk_t **dmpp) in bsd_decompress() argument1094 mblk_t *cmsg = *dmpp, *mnext; in bsd_decompress()1128 *dmpp = NULL; in bsd_decompress()1481 *dmpp = mret; in bsd_decompress()
89 static int z_decompress(void *state, mblk_t **dmpp);
933 dt_module_t **dmpp = &dtp->dt_mods[h]; in dt_module_destroy() local944 while (*dmpp != dmp) { in dt_module_destroy()945 dmpp = &((*dmpp)->dm_next); in dt_module_destroy()946 assert(*dmpp != NULL); in dt_module_destroy()949 *dmpp = dmp->dm_next; in dt_module_destroy()