Searched refs:mops (Results 1 – 2 of 2) sorted by relevance
9247 dtrace_mops_t *mops = &meta->dtm_mops; local9282 if ((parg = mops->dtms_provide_pid(meta->dtm_arg, &dhpv, pid)) == NULL)9313 mops->dtms_create_probe(meta->dtm_arg, parg, &dhpb);9356 dtrace_mops_t *mops = &meta->dtm_mops; local9369 mops->dtms_remove_pid(meta->dtm_arg, &dhpv, pid);9401 dtrace_meta_register(const char *name, const dtrace_mops_t *mops, void *arg, argument9420 if (mops == NULL ||9421 mops->dtms_create_probe == NULL ||9422 mops->dtms_provide_pid == NULL ||9423 mops->dtms_remove_pid == NULL) {[all …]
4528 // addressing-modes. This just mops up the cases where that doesn't work and we