Searched +defs:mode +defs:name (Results 276 - 300 of 460) sorted by relevance

<<111213141516171819

/freebsd-11-stable/sys/fs/fuse/
H A Dfuse_kernel.h75 __u32 mode; member in struct:fuse_attr
198 __u32 mode; member in struct:fuse_mkdir_in
222 __u32 mode; member in struct:fuse_setattr_in
231 __u32 mode; member in struct:fuse_open_in
367 char name[0]; member in struct:fuse_dirent
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/
H A Dkernel.c92 kstat_create(char *module, int instance, char *name, char *class, argument
100 kstat_named_init(kstat_named_t *knp, const char *name, uchar_t type) argument
192 rw_init(krwlock_t *rwlp, char *name, int type, void *arg) argument
302 cv_init(kcondvar_t *cv, char *name, int type, void *arg) argument
434 vn_open(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, int x3) argument
519 vn_openat(char *path, int x1, int flags, int mode, vnode_t **vpp, int x2, argument
783 kobj_open_file(char *name) argument
968 kernel_init(int mode) argument
1076 zfs_secpolicy_snapshot_perms(const char *name, cred_t *cr) argument
1088 zfs_secpolicy_destroy_perms(const char *name, cred_t *cr) argument
1173 zvol_create_minors(const char *name) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c839 char name[SIG2STR_MAX]; local
969 const char *name; member in struct:__anon5
1128 char name[DTRACE_FUNCNAMELEN + DTRACE_NAMELEN + 2]; local
1137 char *name; local
1165 char *name; member in struct:__anon6
1313 int done = 0, mode = 0; local
[all...]
/freebsd-11-stable/contrib/openbsm/bsm/
H A Dlibbsm.h225 u_int32_t mode; member in struct:__anon3932
234 u_int32_t mode; member in struct:__anon3933
279 char *name; member in struct:__anon3937
414 u_int32_t mode; member in struct:__anon3947
[all...]
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd.c283 am335x_mode_vrefresh(const struct videomode *mode) argument
300 am335x_mode_is_valid(const struct videomode *mode) argument
358 am335x_read_property(device_t dev, phandle_t node, const char *name, uint32_t *val) argument
[all...]
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_gpio.c434 bcm_gpio_pin_getname(device_t dev, uint32_t pin, char *name) argument
675 char *name; local
1039 const char *name; local
1072 bcm_gpio_pic_config_intr(struct bcm_gpio_softc *sc, struct bcm_gpio_irqsrc *bgi, uint32_t mode) argument
1115 uint32_t mode, bank; local
1159 uint32_t mode; local
1241 uint32_t mode; local
[all...]
/freebsd-11-stable/sys/dev/agp/
H A Dagp_i810.c480 char *name; member in struct:agp_i810_match
1694 agp_i810_enable(device_t dev, u_int32_t mode) argument
[all...]
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem.h158 char *name; member in struct:pem_recip_st
169 int mode; member in struct:pem_ctx_st::__anon4610
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c382 sysdecode_access_mode(FILE *fp, int mode, int *rem) argument
421 int mode; local
492 sysdecode_getfsstat_mode(int mode) argument
630 sysdecode_lio_listio_mode(int mode) argument
672 sysdecode_filemode(FILE *fp, int mode, int *rem) argument
1070 sysdecode_pathconf_name(int name) argument
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfirewire.c474 firewire_add_child(device_t dev, u_int order, const char *name, int unit) argument
2359 fw_modevent(module_t mode, int type, void *data) argument
[all...]
/freebsd-11-stable/contrib/lua/src/
H A Dlapi.c605 LUA_API int lua_getglobal (lua_State *L, const char *name) { argument
759 LUA_API void lua_setglobal (lua_State *L, const char *name) { argument
1209 TString *name; local
992 lua_load(lua_State *L, lua_Reader reader, void *data, const char *chunkname, const char *mode) argument
1223 const char *name; local
1237 const char *name; local
[all...]
/freebsd-11-stable/lib/libprocstat/
H A Dlibprocstat.c260 int name[4]; local
1351 char *name, *path; local
1353 uint16_t mode; local
1729 int error, name[4], argc, i; local
2145 int error, name[5]; local
2208 int error, name[4]; local
2288 int error, name[4]; local
2347 int error, name[4]; local
2374 int name[4]; local
2419 int name[4]; local
2530 int error, name[4]; local
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c620 spa_lookup(const char *name) argument
695 spa_add(const char *name, nvlist_ argument
1463 spa_rename(const char *name, const char *newname) argument
2083 spa_init(int mode) argument
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhostapd.c1034 static int db_table_exists(sqlite3 *db, const char *name) argument
3284 struct hostapd_hw_modes *mode; local
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c115 const char *name; /* command name */ member in struct:__anon3600
280 const char *name; /* How user refers to it (case independent) */ member in struct:sendlist
419 send_docmd(char *name) argument
432 send_willcmd(char *name) argument
438 send_wontcmd(char *name) argument
444 send_tncmd(void (*func)(int, int), const char *cmd, char *name) argument
650 const char *name; /* name of toggle */ member in struct:togglelist
818 char *name; local
864 const char *name; /* name */ member in struct:setlist
901 getset(char *name) argument
996 char *name; local
1128 const char *name; /* command name */ member in struct:modelist
1437 const char *name; member in struct:slclist
1473 getslc(char *name) argument
1510 const char *name; member in struct:envlist
1567 getenvcmd(char *name) argument
1843 const char *name; member in struct:authlist
1924 const char *name; member in struct:encryptlist
2047 int mode = getconnmode(); local
2593 getcmd(char *name) argument
[all...]
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c108 static int android_update_permission(const char *path, mode_t mode) argument
558 const char *name; local
1059 const char *name; local
1200 const char *name; local
1264 const char *name; local
1324 const char *name; local
1539 const char *name; local
1561 const char *name; local
1766 const char *name; local
1801 const char *name; local
1831 const char *name; local
3001 char *name = ctx->icon_filename[j]; local
[all...]
/freebsd-11-stable/sys/dev/ral/
H A Drt2860.c421 rt2860_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
3164 uint8_t mode, wcid, iv[8]; local
[all...]
/freebsd-11-stable/sys/dev/rtwn/
H A Dif_rtwn.c94 const char *name; member in struct:rtwn_ident
760 rtwn_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
1094 uint8_t maxrate, maxbasicrate, mode, ridx; local
2112 const char *name; local
[all...]
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c656 rum_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
1419 uint8_t mode, pos; local
2842 uint8_t mode; local
2902 uint8_t mode; local
[all...]
H A Dif_rsu.c633 rsu_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
1165 uint8_t mode; member in struct:r92s_pwr_cmd
[all...]
H A Dif_zyd.c474 zyd_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
1460 static const uint32_t mode[] = { local
[all...]
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.c121 const char *name; member in struct:iwi_ident
482 iwi_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
2820 int error, mode; local
[all...]
/freebsd-11-stable/sys/dev/ocs_fc/
H A Docs_mgmt.c308 ocs_mgmt_get(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
396 ocs_mgmt_set(ocs_t *ocs, char *name, char *value) argument
576 ocs_mgmt_read_phys(ocs_t *ocs, char *name, void *arg_in, uint32_t arg_in_length, void *arg_out, uint32_t arg_out_length) argument
717 ocs_mgmt_firmware_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_t arg_out_length) argument
760 ocs_mgmt_function_reset(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_t arg_out_length) argument
771 ocs_mgmt_firmware_write(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_t arg_out_length) argument
955 ocs_mgmt_force_assert(ocs_t *ocs, char *name, void *buf, uint32_t buf_len, void *arg_out, uint32_t arg_out_length) argument
961 get_nodes_count(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
969 get_driver_version(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
975 get_desc(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
981 get_fw_rev(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
987 get_fw_rev2(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
993 get_ipl(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
999 get_hw_rev1(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1009 get_hw_rev2(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1019 get_hw_rev3(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1028 get_wwnn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1038 get_wwpn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1048 get_fcid(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1061 get_sn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1077 get_pn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1095 get_sli4_intf_reg(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1103 get_phy_port_num(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1115 get_asic_id(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1123 get_chip_type(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1219 get_pci_vendor(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1226 get_pci_device(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1233 get_pci_subsystem_vendor(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1240 get_pci_subsystem_device(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1247 get_tgt_rscn_delay(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1253 get_tgt_rscn_period(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1259 get_inject_drop_cmd(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1266 get_inject_free_drop_cmd(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1273 get_inject_drop_data(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1280 get_inject_drop_resp(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1287 get_cmd_err_inject(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1293 get_cmd_delay_value(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1299 get_businfo(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1305 get_sfp_a0(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1348 get_sfp_a2(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1391 get_debug_mq_dump(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1399 get_debug_cq_dump(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1407 get_debug_wq_dump(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1414 get_debug_eq_dump(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1421 get_logmask(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1429 get_loglevel(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1437 get_current_speed(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1447 get_configured_speed(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1461 get_current_topology(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1471 get_configured_topology(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1481 get_current_link_state(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1495 get_configured_link_state(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1588 get_linkcfg(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1609 get_req_wwnn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1626 get_req_wwpn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1643 get_nodedb_mask(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
1659 set_req_wwnn(ocs_t *ocs, char *name, char *value) argument
1703 set_req_wwpn(ocs_t *ocs, char *name, char *value) argument
1746 set_nodedb_mask(ocs_t *ocs, char *name, char *value) argument
1762 set_linkcfg(ocs_t *ocs, char *name, char *value) argument
1814 set_debug_mq_dump(ocs_t *ocs, char *name, char *value) argument
1832 set_debug_cq_dump(ocs_t *ocs, char *name, char *value) argument
1850 set_debug_wq_dump(ocs_t *ocs, char *name, char *value) argument
1868 set_debug_eq_dump(ocs_t *ocs, char *name, char *value) argument
1886 set_logmask(ocs_t *ocs, char *name, char *value) argument
1895 set_loglevel(ocs_t *ocs, char *name, char *value) argument
1904 set_configured_speed(ocs_t *ocs, char *name, char *value) argument
1946 set_configured_topology(ocs_t *ocs, char *name, char *value) argument
1985 set_configured_link_state(ocs_t *ocs, char *name, char *value) argument
2033 get_port_protocol(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
2103 set_port_protocol(ocs_t *ocs, char *name, char *value) argument
2179 get_profile_list(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
2256 get_active_profile(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
2309 set_active_profile(ocs_t *ocs, char *name, char *value) argument
2374 get_nv_wwpn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
2412 get_nv_wwnn(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
2449 get_node_abort_cnt(ocs_t *ocs, char *name, ocs_textbuf_t *textbuf) argument
2522 set_nv_wwn(ocs_t *ocs, char *name, char *wwn_p) argument
2618 set_tgt_rscn_delay(ocs_t *ocs, char *name, char *value) argument
2626 set_tgt_rscn_period(ocs_t *ocs, char *name, char *value) argument
2634 set_inject_drop_cmd(ocs_t *ocs, char *name, char *value) argument
2642 set_inject_free_drop_cmd(ocs_t *ocs, char *name, char *value) argument
2650 set_inject_drop_data(ocs_t *ocs, char *name, char *value) argument
2658 set_inject_drop_resp(ocs_t *ocs, char *name, char *value) argument
2666 set_cmd_err_inject(ocs_t *ocs, char *name, char *value) argument
2674 set_cmd_delay_value(ocs_t *ocs, char *name, char *value) argument
2748 ocs_mgmt_start_section(ocs_textbuf_t *textbuf, const char *name, int index) argument
2768 ocs_mgmt_start_unnumbered_section(ocs_textbuf_t *textbuf, const char *name) argument
2787 ocs_mgmt_end_unnumbered_section(ocs_textbuf_t *textbuf, const char *name) argument
2807 ocs_mgmt_end_section(ocs_textbuf_t *textbuf, const char *name, int index) argument
2830 ocs_mgmt_emit_property_name(ocs_textbuf_t *textbuf, int mode, const char *name) argument
2851 ocs_mgmt_emit_string(ocs_textbuf_t *textbuf, int mode, const char *name, const char *value) argument
2872 ocs_mgmt_emit_int(ocs_textbuf_t *textbuf, int mode, const char *name, const char *fmt, ...) argument
2900 ocs_mgmt_emit_boolean(ocs_textbuf_t *textbuf, int mode, const char *name, int value) argument
2907 mode_string(int mode) argument
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl.c146 const char *name; member in struct:__anon3941
157 const char *name; member in struct:pf_hint
202 const char *name; member in struct:__anon3942
1427 char *name; local
1634 pfctl_fopen(const char *name, const char *mode) argument
2106 int mode = O_RDONLY; local
[all...]
/freebsd-11-stable/sys/dev/if_ndis/
H A Dif_ndis.c722 int mode, i, r, len, nonettypes = 1; local
987 ndis_vap_create(struct ieee80211com *ic, const char name[IFNAMSIZ], int unit, argument
[all...]

Completed in 236 milliseconds

<<111213141516171819