Lines Matching full:prp
315 struct protosw **prp; in protosw_register() local
320 prp = NULL; in protosw_register()
329 if (prp == NULL) in protosw_register()
330 prp = &dp->dom_protosw[i]; in protosw_register()
348 if (prp == NULL) { in protosw_register()
354 *prp = npr; in protosw_register()
368 struct protosw **prp; in protosw_unregister() local
371 prp = NULL; in protosw_unregister()
377 KASSERT(prp == NULL, in protosw_unregister()
380 prp = &dp->dom_protosw[i]; in protosw_unregister()
385 if (prp == NULL) { in protosw_unregister()
391 *prp = NULL; in protosw_unregister()