Home
last modified time | relevance | path

Searched +defs:mode +defs:name (Results 1 – 25 of 517) sorted by relevance

12345678910>>...21

/freebsd-src/contrib/ncurses/include/
H A Dnc_access.h60 #define safe_fopen(name,mode) fopen(name,mode) argument
61 #define safe_open2(name,flags) open(name,flags) argument
62 #define safe_open3(name,flags,mode) open(name,flags,mode) argument
66 #define safe_fopen(name,mode) _nc_safe_fopen(name,mode) argument
67 #define safe_open2(name,flags) _nc_safe_open3(name,flags,0) argument
68 #define safe_open3(name,flags,mode) _nc_safe_open3(name,flags,mode) argument
/freebsd-src/sys/compat/lindebugfs/
H A Dlindebugfs.c188 debugfs_create_file(const char * name,umode_t mode,struct dentry * parent,void * data,const struct file_operations * fops) debugfs_create_file() argument
223 debugfs_create_file_size(const char * name,umode_t mode,struct dentry * parent,void * data,const struct file_operations * fops,loff_t file_size __unused) debugfs_create_file_size() argument
243 debugfs_create_file_unsafe(const char * name,umode_t mode,struct dentry * parent,void * data,const struct file_operations * fops) debugfs_create_file_unsafe() argument
252 debugfs_create_mode_unsafe(const char * name,umode_t mode,struct dentry * parent,void * data,const struct file_operations * fops,const struct file_operations * fops_ro,const struct file_operations * fops_wo) debugfs_create_mode_unsafe() argument
271 debugfs_create_dir(const char * name,struct dentry * parent) debugfs_create_dir() argument
298 debugfs_create_symlink(const char * name,struct dentry * parent,const char * dest) debugfs_create_symlink() argument
382 debugfs_create_bool(const char * name,umode_t mode,struct dentry * parent,bool * value) debugfs_create_bool() argument
411 debugfs_create_u8(const char * name,umode_t mode,struct dentry * parent,uint8_t * value) debugfs_create_u8() argument
423 debugfs_create_x8(const char * name,umode_t mode,struct dentry * parent,uint8_t * value) debugfs_create_x8() argument
452 debugfs_create_u16(const char * name,umode_t mode,struct dentry * parent,uint16_t * value) debugfs_create_u16() argument
464 debugfs_create_x16(const char * name,umode_t mode,struct dentry * parent,uint16_t * value) debugfs_create_x16() argument
493 debugfs_create_u32(const char * name,umode_t mode,struct dentry * parent,uint32_t * value) debugfs_create_u32() argument
505 debugfs_create_x32(const char * name,umode_t mode,struct dentry * parent,uint32_t * value) debugfs_create_x32() argument
534 debugfs_create_u64(const char * name,umode_t mode,struct dentry * parent,uint64_t * value) debugfs_create_u64() argument
546 debugfs_create_x64(const char * name,umode_t mode,struct dentry * parent,uint64_t * value) debugfs_create_x64() argument
575 debugfs_create_ulong(const char * name,umode_t mode,struct dentry * parent,unsigned long * value) debugfs_create_ulong() argument
604 debugfs_create_atomic_t(const char * name,umode_t mode,struct dentry * parent,atomic_t * value) debugfs_create_atomic_t() argument
641 debugfs_create_blob(const char * name,umode_t mode,struct dentry * parent,struct debugfs_blob_wrapper * value) debugfs_create_blob() argument
[all...]
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dmoduleparam.h52 #define LINUXKPI_PARAM_DESC(name) LINUXKPI_PARAM_CONCAT(linuxkpi_,LINUXKPI_PARAM_PREFIX,name,_desc) argument
53 #define LINUXKPI_PARAM_NAME(name) LINUXKPI_PARAM_CONCAT(LINUXKPI_PARAM_PREFIX,name,,) argument
55 #define LINUXKPI_PARAM_bool(name, var, perm) \ argument
61 #define LINUXKPI_PARAM_byte(name, var, perm) \ argument
67 #define LINUXKPI_PARAM_short(name, var, perm) \ argument
73 #define LINUXKPI_PARAM_ushort(name, var, perm) \ argument
79 #define LINUXKPI_PARAM_int(name, var, perm) \ argument
85 #define LINUXKPI_PARAM_uint(name, var, perm) \ argument
91 #define LINUXKPI_PARAM_bint(name, var, perm) \ argument
94 #define LINUXKPI_PARAM_hexint(name, var, perm) \ argument
[all …]
/freebsd-src/tests/sys/fs/fusefs/
H A Dmkdir.cc57 mode_t mode = 0755; in TEST_F() local
64 const char *name = (const char*)in.body.bytes + in TEST_F() local
84 mode_t mode = 0755; in TEST_F() local
99 const char *name = (const char*)in.body.bytes + in TEST_F() local
124 mode_t mode = 0755; in TEST_F() local
137 const char *name = (const char*)in.body.bytes + in TEST_F() local
163 mode_t mode = 0755; in TEST_F() local
175 const char *name = (const char*)in.body.bytes + in TEST_F() local
204 mode_t mode = 0755; in TEST_F() local
217 const char *name = (const char*)in.body.bytes + in TEST_F() local
[all …]
H A Dmknod.cc72 mode_t mode, dev_t dev) in expect_mknod()
76 const char *name = (const char*)in.body.bytes + in expect_mknod() local
115 mode_t mode, dev_t dev) in expect_mknod()
119 const char *name = (const char*)in.body.bytes + in expect_mknod() local
149 mode_t mode = S_IFBLK | 0755; in TEST_F() local
164 mode_t mode = S_IFCHR | 0755; in TEST_F() local
183 mode_t mode = S_IFIFO | 0755; in TEST_F() local
190 const char *name = (const char*)in.body.bytes + in TEST_F() local
206 mode_t mode = S_IFIFO | 0755; in TEST_F() local
226 mode_t mode = S_IFSOCK | 0755; in TEST_F() local
[all …]
H A Dcreate.cc43 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create()
50 const char *name = (const char*)in.body.bytes + in expect_create() local
71 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create()
75 const char *name = (const char*)in.body.bytes + in expect_create() local
95 void expect_create(const char *relpath, mode_t mode, ProcessMockerT r) in expect_create()
99 const char *name = (const char*)in.body.bytes + in expect_create() local
120 mode_t mode = S_IFREG | 0755; in TEST_F() local
153 mode_t mode = S_IFREG | 0755; in TEST_F() local
200 mode_t mode = S_IFREG | 0755; in TEST_F() local
217 mode_t mode = S_IFREG | 0755; in TEST_F() local
[all …]
H A Dlink.cc42 void expect_link(uint64_t ino, const char *relpath, mode_t mode, uint32_t nlink) in expect_link()
46 const char *name = (const char*)in.body.bytes in expect_link() local
76 void expect_link(uint64_t ino, const char *relpath, mode_t mode, uint32_t nlink) in expect_link()
80 const char *name = (const char*)in.body.bytes in expect_link() local
114 mode_t mode = S_IFREG | 0644; in TEST_F() local
164 const char *name = (const char*)in.body.bytes in TEST_F() local
189 mode_t mode = S_IFREG | 0644; in TEST_F() local
204 const char *name = (const char*)in.body.bytes in TEST_F() local
231 mode_t mode = S_IFREG | 0644; in TEST_F() local
260 mode_t mode = S_IFREG | 0644; in TEST_F() local
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/cmd/checksum/
H A Dsha2_test.c190 SHA2_ALGO_TEST(_m,mode,diglen,testdigest) main() argument
207 SHA2_PERF_TEST(mode,diglen,name) main() argument
253 const char *name = sha256->getname(); main() local
259 const char *name = sha512->getname(); main() local
[all...]
/freebsd-src/crypto/openssh/openbsd-compat/
H A Dport-net.c66 sys_set_rdomain(int fd, const char *name) in sys_set_rdomain()
78 sys_valid_rdomain(const char *name) in sys_valid_rdomain()
106 sys_set_rdomain(int fd, const char *name) in sys_set_rdomain()
112 valid_rdomain(const char *name) in valid_rdomain()
118 sys_set_process_rdomain(const char *name) in sys_set_process_rdomain()
144 sys_tun_open(int tun, int mode, char **ifname) in sys_tun_open()
148 const char *name = NULL; in sys_tun_open() local
209 sys_tun_open(int tun, int mode, char **ifname) in sys_tun_open()
212 char name[100]; in sys_tun_open() local
/freebsd-src/sys/dev/videomode/
H A Dedid.c71 const char *name; member
77 const char *name; member
291 edid_mode_lookup_list(const char *name) in edid_mode_lookup_list()
302 edid_search_mode(struct edid_info *edid, const struct videomode *mode) in edid_search_mode()
325 char name[80]; in edid_std_timing() local
424 struct videomode mode, *exist_mode; in edid_block() local
514 const char *name; in edid_parse() local
595 struct videomode mode, *exist_mode; in edid_parse() local
/freebsd-src/usr.bin/tftp/
H A Dtftp.c64 xmitfile(int peer, char *port, int fd, char *name, char *mode) in xmitfile()
166 recvfile(int peer, char *port, int fd, char *name, char *mode) in recvfile()
/freebsd-src/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c60 fileargs_get_lstat_cache(fileargs_t *fa, const char *name, struct stat *sb) in fileargs_get_lstat_cache()
89 fileargs_get_fd_cache(fileargs_t *fa, const char *name) in fileargs_get_fd_cache()
138 fileargs_fetch(fileargs_t *fa, const char *name, const char *cmd) in fileargs_fetch()
166 mode_t mode, cap_rights_t *rightsp, int operations) in fileargs_create_limit()
213 fileargs_init(int argc, char *argv[], int flags, mode_t mode, in fileargs_init()
232 mode_t mode, cap_rights_t *rightsp, int operations) in fileargs_cinit()
314 fileargs_open(fileargs_t *fa, const char *name) in fileargs_open()
353 fileargs_fopen(fileargs_t *fa, const char *name, const char *mode) in fileargs_fopen()
365 fileargs_lstat(fileargs_t *fa, const char *name, struct stat *sb) in fileargs_lstat()
509 open_file(const char *name) in open_file()
[all …]
/freebsd-src/sys/dev/ipmi/
H A Dipmi_isa.c100 const char *mode, *name; in ipmi_hint_identify() local
175 const char *mode; ipmi_isa_attach() local
[all...]
/freebsd-src/contrib/lib9p/
H A Dutils.c93 #define X(NAME, name) [L9P_T##NAME - L9P__FIRST] = "T" name, \ argument
191 l9p_getgrlist(const char *name, gid_t basegid, int *angroups) in l9p_getgrlist()
329 l9p_describe_mode(const char *str, uint32_t mode, struct sbuf *sb) in l9p_describe_mode()
389 l9p_describe_name(const char *str, char *name, struct sbuf *sb) in l9p_describe_name()
411 l9p_describe_perm(const char *str, uint32_t mode, struct sbuf *sb) in l9p_describe_perm()
427 l9p_describe_ext_perm(const char *str, uint32_t mode, struct sbuf *sb) in l9p_describe_ext_perm()
458 l9p_describe_lperm(const char *str, uint32_t mode, struct sbuf *sb) in l9p_describe_lperm()
716 #define X0(name) [name] = name ## _STR in lookup_linux_errno() argument
717 #define X(name) [name] = name ## _STR in lookup_linux_errno() argument
/freebsd-src/contrib/wpa/src/common/
H A Dhw_features_common.c19 struct hostapd_channel_data * hw_get_channel_chan(struct hostapd_hw_modes *mode, in hw_get_channel_chan() argument
44 hw_mode_get_channel(struct hostapd_hw_modes *mode, int freq, int *chan) in hw_mode_get_channel() argument
63 hw_get_channel_freq(enum hostapd_hw_mode mode, int freq, int *chan, in hw_get_channel_freq() argument
90 hw_get_freq(struct hostapd_hw_modes * mode,int chan) hw_get_freq() argument
100 hw_get_chan(enum hostapd_hw_mode mode,int freq,struct hostapd_hw_modes * hw_features,int num_hw_features) hw_get_chan() argument
111 allowed_ht40_channel_pair(enum hostapd_hw_mode mode,struct hostapd_channel_data * p_chan,struct hostapd_channel_data * s_chan) allowed_ht40_channel_pair() argument
296 check_40mhz_2g4(struct hostapd_hw_modes * mode,struct wpa_scan_results * scan_res,int pri_chan,int sec_chan) check_40mhz_2g4() argument
382 hostapd_set_freq_params(struct hostapd_freq_params * data,enum hostapd_hw_mode mode,int freq,int channel,int enable_edmg,u8 edmg_channel,int ht_enabled,int vht_enabled,int he_enabled,int sec_channel_offset,int oper_chwidth,int center_segment0,int center_segment1,u32 vht_caps,struct he_capabilities * he_cap) hostapd_set_freq_params() argument
672 _ieee80211ac_cap_check(u32 hw,u32 conf,u32 cap,const char * name) _ieee80211ac_cap_check() argument
693 ieee80211ac_cap_check_max(u32 hw,u32 conf,u32 mask,unsigned int shift,const char * name) ieee80211ac_cap_check_max() argument
[all...]
/freebsd-src/contrib/bc/gen/
H A Dstrgen.c102 open_file(FILE** f, const char* filename, const char* mode) in open_file() argument
125 bc_read_open(const char* path, int mode) in bc_read_open() argument
240 output_label(FILE * out,const char * label,const char * name) output_label() argument
342 char* name; main() local
[all...]
/freebsd-src/sys/cddl/dev/dtrace/x86/
H A Ddis_tables.c312 #define TNS(name, amode) {TERM, amode, name, 0, 0, 0, 0, 0, 0} argument
313 #define TNSu(name, amode) {TERM, amode, name, 0, 0, 0, 0, 1, 0} argument
314 #define TNSx(name, amode) {TERM, amode, name, 0, 0, 1, 0, 0, 0} argument
315 #define TNSy(name, amod argument
316 TNSyp(name,amode) global() argument
317 TNSZ(name,amode,sz) global() argument
318 TNSZy(name,amode,sz) global() argument
319 TNSZvr(name,amode,sz) global() argument
320 TSvo(name,amode) global() argument
321 TS(name,amode) global() argument
322 TSx(name,amode) global() argument
323 TSy(name,amode) global() argument
324 TSp(name,amode) global() argument
325 TSZ(name,amode,sz) global() argument
326 TSaZ(name,amode,sz) global() argument
327 TSq(name,amode) global() argument
328 TSd(name,amode) global() argument
329 TSZx(name,amode,sz) global() argument
330 TSZy(name,amode,sz) global() argument
335 TNS(name,amode) global() argument
336 TNSu(name,amode) global() argument
337 TNSx(name,amode) global() argument
338 TNSy(name,amode) global() argument
339 TNSyp(name,amode) global() argument
340 TNSZ(name,amode,sz) global() argument
341 TNSZy(name,amode,sz) global() argument
342 TNSZvr(name,amode,sz) global() argument
343 TSvo(name,amode) global() argument
344 TS(name,amode) global() argument
345 TSx(name,amode) global() argument
346 TSy(name,amode) global() argument
347 TSp(name,amode) global() argument
348 TSZ(name,amode,sz) global() argument
349 TSaZ(name,amode,sz) global() argument
350 TSq(name,amode) global() argument
351 TSZx(name,amode,sz) global() argument
352 TSZy(name,amode,sz) global() argument
357 TNS(name,amode) global() argument
358 TNSu(name,amode) global() argument
359 TNSy(name,amode) global() argument
360 TNSyp(name,amode) global() argument
361 TNSx(name,amode) global() argument
362 TNSZ(name,amode,sz) global() argument
363 TNSZy(name,amode,sz) global() argument
364 TNSZvr(name,amode,sz) global() argument
365 TSvo(name,amode) global() argument
366 TS(name,amode) global() argument
367 TSx(name,amode) global() argument
368 TSy(name,amode) global() argument
369 TSp(name,amode) global() argument
370 TSZ(name,amode,sz) global() argument
371 TSaZ(name,amode,sz) global() argument
372 TSq(name,amode) global() argument
373 TSZx(name,amode,sz) global() argument
374 TSZy(name,amode,sz) global() argument
379 TNS(name,amode) global() argument
380 TNSu(name,amode) global() argument
381 TNSy(name,amode) global() argument
382 TNSyp(name,amode) global() argument
383 TNSx(name,amode) global() argument
384 TNSZ(name,amode,sz) global() argument
385 TNSZy(name,amode,sz) global() argument
386 TNSZvr(name,amode,sz) global() argument
387 TSvo(name,amode) global() argument
388 TS(name,amode) global() argument
389 TSx(name,amode) global() argument
390 TSy(name,amode) global() argument
391 TSp(name,amode) global() argument
392 TSZ(name,amode,sz) global() argument
393 TSaZ(name,amode,sz) global() argument
394 TSq(name,amode) global() argument
395 TSd(name,amode) global() argument
396 TSZx(name,amode,sz) global() argument
397 TSZy(name,amode,sz) global() argument
3032 dtrace_get_modrm(dis86_t * x,uint_t * mode,uint_t * reg,uint_t * r_m) dtrace_get_modrm() argument
3047 dtrace_rex_adjust(uint_t rex_prefix,uint_t mode,uint_t * reg,uint_t * r_m) dtrace_rex_adjust() argument
3066 dtrace_vex_adjust(uint_t vex_byte1,uint_t mode,uint_t * reg,uint_t * r_m) dtrace_vex_adjust() argument
3340 dtrace_get_operand(dis86_t * x,uint_t mode,uint_t r_m,int wbit,int opindex) dtrace_get_operand() argument
3564 STANDARD_MODRM(x,mode,reg,r_m,rex_prefix,wbit,vbit) global() argument
3577 MIXED_MM(x,mode,reg,r_m,rex_prefix,wbit,w2,vbit) global() argument
3590 THREEOPERAND(x,mode,reg,r_m,rex_prefix,wbit,w2,immsize,vbit) global() argument
3601 FOUROPERAND(x,mode,reg,r_m,rex_prefix,wbit,w2,immsize) global() argument
3613 ONEOPERAND_TWOIMM(x,mode,reg,r_m,rex_prefix,wbit,immsize) global() argument
3647 uint_t mode = 0; /* mode value from ModRM byte */ dtrace_disx86() local
6572 dtrace_disx86_str(dis86_t * dis,uint_t mode,uint64_t pc,char * buf,size_t buflen) dtrace_disx86_str() argument
[all...]
/freebsd-src/contrib/sendmail/src/
H A Dmap.c1158 extract_canonname(name, dot, line, cbuf, cbuflen) in extract_canonname() argument
1231 dns_map_open(map, mode) in dns_map_open() argument
1470 dns_map_lookup(map, name, av, statp) in dns_map_lookup() argument
1680 ndbm_map_open(map, mode) in ndbm_map_open() argument
1922 ndbm_map_lookup(map, name, av, statp) in ndbm_map_lookup() argument
2193 bt_map_open(map, mode) in bt_map_open() argument
2222 hash_map_open(map, mode) in hash_map_open() argument
2542 db_map_lookup(map, name, av, statp) in db_map_lookup() argument
2869 cdb_map_open(map, mode) in cdb_map_open() argument
3039 cdb_map_lookup(map, name, av, statp) in cdb_map_lookup() argument
[all …]
/freebsd-src/contrib/libarchive/libarchive/
H A Darchive_write_disk_posix.c174 mode_t mode; member
188 char *name; member
254 char *name; /* Name of entry, possibly edited. */ member
277 mode_t mode; member
416 mode_t mode; la_mktemp() local
468 la_verify_filetype(mode_t mode,__LA_MODE_T filetype) la_verify_filetype() argument
1965 archive_write_disk_gid(struct archive * _a,const char * name,la_int64_t id) archive_write_disk_gid() argument
1976 archive_write_disk_uid(struct archive * _a,const char * name,la_int64_t id) archive_write_disk_uid() argument
2275 mode_t final_mode, mode; create_filesystem_object() local
3360 mode_t mode_final, mode; create_dir() local
3516 set_time(int fd,int mode,const char * name,time_t atime,long atime_nsec,time_t mtime,long mtime_nsec) set_time() argument
3599 set_time_tru64(int fd,int mode,const char * name,time_t atime,long atime_nsec,time_t mtime,long mtime_nsec,time_t ctime,long ctime_nsec) set_time_tru64() argument
3623 set_times(struct archive_write_disk * a,int fd,int mode,const char * name,time_t atime,long atime_nanos,time_t birthtime,long birthtime_nanos,time_t mtime,long mtime_nanos,time_t cctime,long ctime_nanos) set_times() argument
3722 set_mode(struct archive_write_disk * a,int mode) set_mode() argument
3842 mode_t mode = archive_entry_mode(a->entry); set_fflags() local
3916 mode_t mode = archive_entry_mode(a->entry); clear_nochange_fflags() local
3948 set_fflags_platform(struct archive_write_disk * a,int fd,const char * name,mode_t mode,unsigned long set,unsigned long clear) set_fflags_platform() argument
3949 set_fflags_platform(struct archive_write_disk * a,int fd,const char * name,mode_t mode,unsigned long set,unsigned long clear) set_fflags_platform() argument
4023 set_fflags_platform(struct archive_write_disk * a,int fd,const char * name,mode_t mode,unsigned long set,unsigned long clear) set_fflags_platform() argument
4024 set_fflags_platform(struct archive_write_disk * a,int fd,const char * name,mode_t mode,unsigned long set,unsigned long clear) set_fflags_platform() argument
4127 set_fflags_platform(struct archive_write_disk * a,int fd,const char * name,mode_t mode,unsigned long set,unsigned long clear) set_fflags_platform() argument
4128 set_fflags_platform(struct archive_write_disk * a,int fd,const char * name,mode_t mode,unsigned long set,unsigned long clear) set_fflags_platform() argument
4493 const char *name; set_xattrs() local
4583 const char *name; set_xattrs() local
4734 archive_write_disk_set_acls(struct archive * a,int fd,const char * name,struct archive_acl * abstract_acl,__LA_MODE_T mode) archive_write_disk_set_acls() argument
4735 archive_write_disk_set_acls(struct archive * a,int fd,const char * name,struct archive_acl * abstract_acl,__LA_MODE_T mode) archive_write_disk_set_acls() argument
[all...]
/freebsd-src/tools/tools/switch_tls/
H A Dswitch_tls.c72 int ch, mode; in main() local
152 getxpcblist(const char *name) in getxpcblist()
190 tcpswitch(const struct sockaddr *lsa, const struct sockaddr *fsa, int mode) in tcpswitch()
224 tcpswitchall(const char *stack, int mode) in tcpswitchall()
271 const char *fport, int mode) in tcpswitchbyname()
325 tcpswitchconn(const struct in_conninfo *inc, int mode) in tcpswitchconn()
/freebsd-src/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c12 #define FWRT_DEBUGFS_OPEN_WRAPPER(name, buflen, argtype) \ argument
35 #define FWRT_DEBUGFS_READ_WRAPPER(name) \ argument
62 #define _FWRT_DEBUGFS_READ_FILE_OPS(name, buflen, argtype) \ argument
72 FWRT_DEBUGFS_WRITE_WRAPPER(name,buflen,argtype) global() argument
88 _FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name,buflen,argtype) global() argument
100 _FWRT_DEBUGFS_WRITE_FILE_OPS(name,buflen,argtype) global() argument
110 FWRT_DEBUGFS_READ_FILE_OPS(name,bufsz) global() argument
113 FWRT_DEBUGFS_WRITE_FILE_OPS(name,bufsz) global() argument
116 FWRT_DEBUGFS_READ_WRITE_FILE_OPS(name,bufsz) global() argument
119 FWRT_DEBUGFS_ADD_FILE_ALIAS(alias,name,parent,mode) global() argument
123 FWRT_DEBUGFS_ADD_FILE(name,parent,mode) global() argument
[all...]
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Dlargest_file.c66 mode_t mode = S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH; in main() local
136 usage(char *name) in usage()
/freebsd-src/sys/dev/drm2/
H A Ddrm_dp_iic_helper.c33 iic_dp_aux_transaction(device_t idev, int mode, uint8_t write_byte, in iic_dp_aux_transaction() argument
59 int mode, ret; in iic_dp_aux_address() local
81 int mode; in iic_dp_aux_stop() local
219 iic_dp_aux_add_bus(device_t dev,const char * name,int (* ch)(device_t idev,int mode,uint8_t write_byte,uint8_t * read_byte),void * priv,device_t * bus,device_t * adapter) iic_dp_aux_add_bus() argument
220 iic_dp_aux_add_bus(device_t dev,const char * name,int (* ch)(device_t idev,int mode,uint8_t write_byte,uint8_t * read_byte),void * priv,device_t * bus,device_t * adapter) iic_dp_aux_add_bus() argument
[all...]
/freebsd-src/sys/kern/
H A Dtty_tty.c51 cttyopen(struct cdev *dev, int flag, int mode, struct thread *td) in cttyopen()
58 ctty_clone(void *arg, struct ucred *cred, char *name, int namelen, in ctty_clone()
/freebsd-src/usr.sbin/pw/
H A Dpw_log.c40 pw_log(struct userconf * cnf, int mode, int which, char const * fmt,...) in pw_log()
44 const char *cp, *name; in pw_log() local

12345678910>>...21