HomeSort by: relevance | last modified time | path
    Searched defs:filtops (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/kern/
kern_event.c 273 * If filtops is NULL, the filter isn't implemented in NetBSD.
282 const struct filterops *filtops;/* operations for filter */ member in struct:kfilter
745 kfilter_register(const char *name, const struct filterops *filtops,
752 if (name == NULL || name[0] == '\0' || filtops == NULL)
794 kfilter->filtops = kmem_alloc(sizeof(*filtops), KM_SLEEP);
795 memcpy(__UNCONST(kfilter->filtops), filtops, sizeof(*filtops));
806 * This retains the filter id, but clears the name and frees filtops (filte
    [all...]
kern_event.c 273 * If filtops is NULL, the filter isn't implemented in NetBSD.
282 const struct filterops *filtops;/* operations for filter */ member in struct:kfilter
745 kfilter_register(const char *name, const struct filterops *filtops,
752 if (name == NULL || name[0] == '\0' || filtops == NULL)
794 kfilter->filtops = kmem_alloc(sizeof(*filtops), KM_SLEEP);
795 memcpy(__UNCONST(kfilter->filtops), filtops, sizeof(*filtops));
806 * This retains the filter id, but clears the name and frees filtops (filte
    [all...]
kern_event.c 273 * If filtops is NULL, the filter isn't implemented in NetBSD.
282 const struct filterops *filtops;/* operations for filter */ member in struct:kfilter
745 kfilter_register(const char *name, const struct filterops *filtops,
752 if (name == NULL || name[0] == '\0' || filtops == NULL)
794 kfilter->filtops = kmem_alloc(sizeof(*filtops), KM_SLEEP);
795 memcpy(__UNCONST(kfilter->filtops), filtops, sizeof(*filtops));
806 * This retains the filter id, but clears the name and frees filtops (filte
    [all...]

Completed in 33 milliseconds