Lines Matching full:binary
81 * search_binfmt_handler - search for a binary handler for @bprm
83 * @bprm: binary for which we are looking for a handler
85 * Search for a binary type handler for @bprm in the list of registered binary
88 * Return: binary type list entry on success, NULL on failure
131 * get_binfmt_handler - try to find a binary type handler
133 * @bprm: binary for which we are looking for a handler
135 * Try to find a binfmt handler for the binary type. If one is found take a
138 * Return: binary type list entry on success, NULL on failure
154 * put_binfmt_handler - put binary handler node
158 * load_misc_binary() in case it is using the binary type handler we were
233 /* make argv[1] be the path to the binary */ in load_misc_binary()
272 * removed the binary type handler from the list and it's our job to in load_misc_binary()
319 pr_debug("register: flag: O (open binary)\n"); in check_special_flags()
327 open-binary flag */ in check_special_flags()
345 * This registers a new binary format, it recognises the syntax
650 * Cleanup the binary type handler data associated with @inode if a binary type
678 * remove_binfmt_handler - remove a binary type handler
680 * @e: binary type handler to remove
682 * Remove a binary type handler from the list of binary type handlers and
686 * to use writes to files in order to delete binary type handlers. But it has
967 * register their own binary type handler and therefore all in bm_fill_super()
987 * ->put_super() is called we know that the binary type list for this in bm_fill_super()