| pms.c | 82 static void pmsattach(device_t, device_t, void *); 86     pmsprobe, pmsattach, NULL, NULL);
 173 pmsattach(device_t parent, device_t self, void *aux)  function in typeref:typename:void
 195 		aprint_debug("pmsattach: reset error\n");
 237 		aprint_error("pmsattach: disable error\n");
 
 |