Searched refs:filter_func (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/ |
H A D | bootconfig.py | 332 def delete_boot_instance(self, filter_func, all=True): 335 filter_func is a function that takes a single argument (a 340 filter_func returns True is deleted. 347 self.boot_instances = filter(lambda x: not filter_func(x), 355 if filter_func(inst) is True: 361 def modify_boot_instance(self, filter_func, mod_func): 363 Applies mod_func to all boot instances for which filter_func 367 for bi in filter(filter_func, bootconfig_obj.boot_instances): 370 (The (single) argument to filter_func and mod_func is a 373 for inst in filter(filter_func, sel [all...] |
H A D | bootloader.py | 535 def interposed_delete_boot_instance(self, bcself, filter_func, all=True): 554 instances_deleted = self.__saved_dbi_method(filter_func, all) 560 sec_deleted = self.__saved_dbi_method(filter_func, all)
|
/osnet-11/usr/src/lib/hal/libhal/common/ |
H A D | libhal.c | 911 filter_func (DBusConnection * connection, function 925 /*printf("*** in filter_func, object_path=%s\n", object_path);*/ 3140 if (!dbus_connection_add_filter (ctx->connection, filter_func, ctx, NULL)) { 3235 dbus_connection_remove_filter (ctx->connection, filter_func, ctx);
|
/osnet-11/usr/src/lib/libzfs/common/ |
H A D | libzfs.h | 859 sendflags_t flags, int outfd, snapfilter_cb_t filter_func,
|
H A D | libzfs_sendrecv.c | 1452 sendflags_t flags, int outfd, snapfilter_cb_t filter_func, 1622 sdd.filter_cb = filter_func; 1451 zfs_send(zfs_handle_t *zhp, const char *fromsnap, const char *tosnap, sendflags_t flags, int outfd, snapfilter_cb_t filter_func, void *cb_arg, nvlist_t **debugnvp) argument
|
Completed in 97 milliseconds