Home
last modified time | relevance | path

Searched defs:cmd (Results 76 – 100 of 957) sorted by relevance

12345678910>>...39

/dragonfly/contrib/lvm2/dist/tools/
H A Dvgmknodes.c20 static int _vgmknodes_single(struct cmd_context *cmd, struct logical_volume *lv, in _vgmknodes_single()
37 int vgmknodes(struct cmd_context *cmd, int argc, char **argv) in vgmknodes()
H A Dvgsplit.c208 static struct volume_group *_vgsplit_to(struct cmd_context *cmd, in _vgsplit_to()
254 static struct volume_group *_vgsplit_from(struct cmd_context *cmd, in _vgsplit_from()
272 static int new_vg_option_specified(struct cmd_context *cmd) in new_vg_option_specified()
280 int vgsplit(struct cmd_context *cmd, int argc, char **argv) in vgsplit()
H A Dvgdisplay.c20 static int vgdisplay_single(struct cmd_context *cmd, const char *vg_name, in vgdisplay_single()
55 int vgdisplay(struct cmd_context *cmd, int argc, char **argv) in vgdisplay()
H A Dlvremove.c20 static int lvremove_single(struct cmd_context *cmd, struct logical_volume *lv, in lvremove_single()
39 int lvremove(struct cmd_context *cmd, int argc, char **argv) in lvremove()
H A Dvgscan.c20 static int vgscan_single(struct cmd_context *cmd, const char *vg_name, in vgscan_single()
33 int vgscan(struct cmd_context *cmd, int argc, char **argv) in vgscan()
H A Dvgremove.c20 static int vgremove_single(struct cmd_context *cmd, const char *vg_name, in vgremove_single()
63 int vgremove(struct cmd_context *cmd, int argc, char **argv) in vgremove()
H A Dpvcreate.c28 static int pvcreate_restore_params_validate(struct cmd_context *cmd, in pvcreate_restore_params_validate()
83 int pvcreate(struct cmd_context *cmd, int argc, char **argv) in pvcreate()
H A Dpvdisplay.c20 static int _pvdisplay_single(struct cmd_context *cmd, in _pvdisplay_single()
95 int pvdisplay(struct cmd_context *cmd, int argc, char **argv) in pvdisplay()
/dragonfly/sys/dev/netif/iwm/
H A Dif_iwm_phy_ctxt.c156 struct iwm_phy_context_cmd *cmd, uint32_t action, uint32_t apply_time) in iwm_phy_ctxt_cmd_hdr()
179 struct iwm_phy_context_cmd *cmd, struct ieee80211_channel *chan, in iwm_phy_ctxt_cmd_data()
241 struct iwm_phy_context_cmd cmd; in iwm_phy_ctxt_apply() local
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dlv_manip.c508 struct cmd_context *cmd; member
791 int (*fn)(struct cmd_context *cmd, in _for_each_pv()
926 static int _check_cling(struct cmd_context *cmd, in _check_cling()
954 static int _check_contiguous(struct cmd_context *cmd, in _check_contiguous()
1677 static int _rename_sub_lv(struct cmd_context *cmd, in _rename_sub_lv()
1732 int (*func)(struct cmd_context *cmd, in _for_each_sub_lv()
2233 int split_parent_segments_for_layer(struct cmd_context *cmd, in split_parent_segments_for_layer()
2268 int remove_layers_for_segments(struct cmd_context *cmd, in remove_layers_for_segments()
2350 int remove_layers_for_segments_all(struct cmd_context *cmd, in remove_layers_for_segments_all()
2692 int insert_layer_for_segments_on_pv(struct cmd_context *cmd, in insert_layer_for_segments_on_pv()
[all …]
/dragonfly/contrib/smbfs/smbutil/
H A Dsmbutil.c49 struct commands *cmd; in lookupcmd() local
78 struct commands *cmd; in cmd_help() local
96 struct commands *cmd; in main() local
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_psp.c119 struct psp_gfx_cmd_resp *cmd, uint64_t fence_mc_addr, in psp_cmd_submit_buf()
143 static void psp_prep_tmr_cmd_buf(struct psp_gfx_cmd_resp *cmd, in psp_prep_tmr_cmd_buf()
174 struct psp_gfx_cmd_resp *cmd; in psp_tmr_load() local
196 static void psp_prep_asd_cmd_buf(struct psp_gfx_cmd_resp *cmd, in psp_prep_asd_cmd_buf()
230 struct psp_gfx_cmd_resp *cmd; in psp_asd_load() local
/dragonfly/lib/libipfw3/nat/
H A Dipfw3_nat.c49 parse_nat(ipfw_insn **cmd, int *ac, char **av[]) in parse_nat()
61 show_nat(ipfw_insn *cmd, int show_or) in show_nat()
/dragonfly/sys/dev/powermng/intpm/
H A Dintpm.c508 intsmb_start(struct intsmb_softc *sc, unsigned char cmd, int nointr) in intsmb_start()
712 intsmb_writeb(device_t dev, u_char slave, char cmd, char byte) in intsmb_writeb()
733 intsmb_writew(device_t dev, u_char slave, char cmd, short word) in intsmb_writew()
755 intsmb_readb(device_t dev, u_char slave, char cmd, char *byte) in intsmb_readb()
777 intsmb_readw(device_t dev, u_char slave, char cmd, short *word) in intsmb_readw()
801 intsmb_pcall(device_t dev, u_char slave, char cmd, short sdata, short *rdata) in intsmb_pcall()
807 intsmb_bwrite(device_t dev, u_char slave, char cmd, u_char count, char *buf) in intsmb_bwrite()
837 intsmb_bread(device_t dev, u_char slave, char cmd, u_char *count, char *buf) in intsmb_bread()
/dragonfly/contrib/lvm2/dist/lib/mirror/
H A Dmirrored.c166 struct cmd_context *cmd) in _mirrored_init_target()
186 struct cmd_context *cmd, in _mirrored_target_percent()
286 struct cmd_context *cmd, void **target_state, in _mirrored_add_target_line()
356 static int _mirrored_target_present(struct cmd_context *cmd, in _mirrored_target_present()
407 static int _get_mirror_dso_path(struct cmd_context *cmd, char **dso) in _get_mirror_dso_path()
580 struct segment_type *init_mirrored_segtype(struct cmd_context *cmd) in init_mirrored_segtype()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A Dwpa_cli.c415 char cmd[256]; in wpa_cli_cmd_set() local
674 char cmd[256]; in wpa_cli_cmd_bss_flush() local
802 char cmd[256]; in wpa_cli_cmd_wps_reg() local
934 char cmd[256]; in wpa_cli_cmd_wps_er_config() local
1812 char cmd[256]; in wpa_cli_cmd_interface_add() local
2224 char cmd[4096]; in wpa_cli_cmd_p2p_serv_disc_req() local
2565 char cmd[100]; in wpa_cli_cmd_wfd_subelem_set() local
2586 char cmd[100]; in wpa_cli_cmd_wfd_subelem_get() local
2674 char cmd[512]; in wpa_cli_cmd_get_nai_home_realm_list() local
2693 char cmd[512]; in wpa_cli_cmd_hs20_icon_request() local
[all …]
/dragonfly/usr.sbin/mpsutil/
H A Dmpsutil.c56 struct mpsutil_usage **cmd; in usage() local
94 struct mpsutil_command **cmd; in main() local
136 struct mpsutil_command **cmd; in mps_table_handler() local
/dragonfly/sys/dev/raid/tws/
H A Dtws_user.c65 u_long cmd = ap->a_cmd; in tws_ioctl() local
188 tws_retrive_aen(struct tws_softc *sc, u_long cmd, in tws_retrive_aen()
263 tws_ioctl_aen(struct tws_softc *sc, u_long cmd, void *buf) in tws_ioctl_aen()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_program.c54 archive_write_set_compression_program(struct archive *a, const char *cmd) in archive_write_set_compression_program()
77 char *cmd; member
91 archive_write_add_filter_program(struct archive *_a, const char *cmd) in archive_write_add_filter_program()
208 struct archive_write_program_data *data, const char *cmd) in __archive_write_program_open()
/dragonfly/sys/kern/
H A Duipc_domain.c197 kpfctlinput(int cmd, struct sockaddr *sa) in kpfctlinput()
209 kpfctlinput_direct(int cmd, struct sockaddr *sa) in kpfctlinput_direct()
221 kpfctlinput2(int cmd, struct sockaddr *sa, void *ctlparam) in kpfctlinput2()
/dragonfly/contrib/cvs-1.12/src/
H A Dmain.c107 static const struct cmd struct
109 const char *fullname; /* Full name of the function (e.g. "commit") */
136 } cmds[] = argument
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dsharedlib.c28 void get_shared_library_path(struct cmd_context *cmd, const char *libname, in get_shared_library_path()
43 void *load_shared_library(struct cmd_context *cmd, const char *libname, in load_shared_library()
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_ulpi.c68 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_l2ca_con_req() local
206 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_l2ca_con_rsp_req() local
394 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_l2ca_cfg_req() local
564 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_l2ca_cfg_rsp_req() local
753 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_l2ca_write_req() local
1079 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_l2ca_discon_req() local
1302 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_l2ca_ping_req() local
1431 ng_l2cap_cmd_p cmd = NULL; in ng_l2cap_l2ca_get_info_req() local
/dragonfly/crypto/libressl/crypto/engine/
H A Deng_ctrl.c110 int_ctrl_helper(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) in int_ctrl_helper()
193 ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) in ENGINE_ctrl()
243 ENGINE_cmd_is_executable(ENGINE *e, int cmd) in ENGINE_cmd_is_executable()
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Darchive.c298 static void _display_archive(struct cmd_context *cmd, struct archive_file *af) in _display_archive()
335 int archive_list(struct cmd_context *cmd, const char *dir, const char *vgname) in archive_list()
354 int archive_list_file(struct cmd_context *cmd, const char *file) in archive_list_file()
370 int backup_list(struct cmd_context *cmd, const char *dir, const char *vgname) in backup_list()

12345678910>>...39