/freebsd-src/tools/regression/priv/ |
H A D | main.h | 51 void expect(const char *test, int error, int expected_error, 52 int expected_errno); 61 int (*t_setup_func)(int asroot, int injail, 63 void (*t_test_func)(int asroot, int injail, 65 void (*t_cleanup_func)(int asroot, int injail, 74 int priv_acct_setup(int, int, struct test *); 75 void priv_acct_enable(int, int, struct test *); 76 void priv_acct_disable(int, int, struct test *); 77 void priv_acct_rotate(int, int, struct test *); 78 void priv_acct_noopdisable(int, int, struct test *); [all …]
|
/freebsd-src/lib/libsys/ |
H A D | _libsys.h | 68 typedef void (__sys_exit_t)(int); 69 typedef int (__sys_fork_t)(void); 70 typedef ssize_t (__sys_read_t)(int, void *, size_t); 71 typedef ssize_t (__sys_write_t)(int, const void *, size_t); 72 typedef int (__sys_open_t)(const char *, int, mode_t); 73 typedef int (__sys_close_t)(int); 74 typedef int (__sys_wait4_t)(int, in [all...] |
/freebsd-src/sys/sys/ |
H A D | syscallsubr.h | 72 typedef int (*mmap_check_fp_fn)(struct file *, int, int, int); 77 int mr_prot; 78 int mr_flags; 79 int mr_fd; 85 int kern___getcwd(struct thread *td, char *buf, enum uio_seg bufseg, 87 int kern_abort2(struct thread *td, const char *why, int narg [all...] |
/freebsd-src/contrib/libpcap/lbl/ |
H A D | os-sunos4.h | 24 int _filbuf(FILE *); 25 int _flsbuf(u_char, FILE *); 26 int fclose(FILE *); 27 int fflush(FILE *); 28 int fgetc(FILE *); 29 int fprintf(FILE *, const char *, ...); 30 int fputc(int, FILE *); 31 int fputs(const char *, FILE *); 33 int fseek(FILE *, long, int); 35 int pclose(FILE *); [all …]
|
/freebsd-src/contrib/tcpdump/lbl/ |
H A D | os-sunos4.h | 24 int _filbuf(FILE *); 25 int _flsbuf(u_char, FILE *); 26 int fclose(FILE *); 27 int fflush(FILE *); 28 int fgetc(FILE *); 29 int fprintf(FILE *, const char *, ...); 30 int fputc(int, FILE *); 31 int fputs(const char *, FILE *); 33 int fseek(FILE *, long, int); 35 int pclose(FILE *); [all …]
|
/freebsd-src/usr.bin/vi/ |
H A D | extern.h | 2 int cl_waddstr(SCR *, const CHAR_T *, size_t); 3 int cl_addstr(SCR *, const char *, size_t); 4 int cl_attr(SCR *, scr_attr_t, int); 5 int cl_baud(SCR *, u_long *); 6 int cl_bell(SCR *); 7 int cl_clrtoeol(SCR *); 8 int cl_cursor(SCR *, size_t *, size_t *); 9 int cl_deleteln(SCR *); 10 int cl_discard(SCR *, SCR **); 11 int cl_ex_adjust(SCR *, exadj_t); [all …]
|
/freebsd-src/sys/fs/nfs/ |
H A D | nfs_var.h | 96 int nfsrv_setclient(struct nfsrv_descript *, struct nfsclient **, 98 int nfsrv_getclient(nfsquad_t, int, struct nfsclient **, struct nfsdsession *, 100 int nfsrv_destroyclient(struct nfsrv_descript *, nfsquad_t, NFSPROC_T *); 101 int nfsrv_destroysession(struct nfsrv_descript *, uint8_t *); 102 int nfsrv_bindconnsess(struct nfsrv_descript *, uint8_t *, int *); 103 int nfsrv_freestateid(struct nfsrv_descript *, nfsv4stateid_t *, NFSPROC_T *); 104 int nfsrv_teststateid(struct nfsrv_descript *, nfsv4stateid_t *, NFSPROC_T *); 105 int nfsrv_adminrevok [all...] |
/freebsd-src/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.h | 37 void (*func)(int, char **); 43 void cmd_DRAIN(int, char **); /* not a curses function */ 45 void cmd_addbytes(int, char **); 46 void cmd_addch(int, char **); 47 void cmd_addchnstr(int, char **); 48 void cmd_addchstr(int, char **); 49 void cmd_addnstr(int, char **); 50 void cmd_addstr(int, char **); 51 void cmd_attr_get(int, char **); 52 void cmd_attr_off(int, char **); [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_libdevice_declares.h | 24 __DEVICE__ int __nv_abs(int __a); 39 __DEVICE__ int __nv_brev(int __a); 41 __DEVICE__ int __nv_byte_perm(int __a, int __b, int __c); 46 __DEVICE__ int __nv_clz(int __a); 47 __DEVICE__ int __nv_clzll(long long __a); 76 __DEVICE__ int __nv_double2hiint(double __a); 77 __DEVICE__ int __nv_double2int_rd(double __a); 78 __DEVICE__ int __nv_double2int_rn(double __a); 79 __DEVICE__ int __nv_double2int_ru(double __a); 80 __DEVICE__ int __nv_double2int_rz(double __a); [all …]
|
H A D | __clang_cuda_device_functions.h | 29 __DEVICE__ int __all(int __a) { return __nvvm_vote_all(__a); } in __all() 30 __DEVICE__ int __any(int __a) { return __nvvm_vote_any(__a); } in __any() 31 __DEVICE__ unsigned int __ballot(int __a) { return __nvvm_vote_ballot(__a); } in __ballot() 32 __DEVICE__ unsigned int __brev(unsigned int __a) { return __nv_brev(__a); } in __brev() 38 __DEVICE__ void __brkpt(int __a) { __brkpt(); } in __brkpt() 43 __DEVICE__ void __attribute__((overloadable)) __brkpt(int __a) { __brkpt(); } in __brkpt() 45 __DEVICE__ unsigned int __byte_perm(unsigned int __a, unsigned int __b, in __byte_perm() 46 unsigned int __c) { in __byte_perm() 49 __DEVICE__ int __clz(int __a) { return __nv_clz(__a); } in __clz() 50 __DEVICE__ int __clzll(long long __a) { return __nv_clzll(__a); } in __clzll() [all …]
|
/freebsd-src/contrib/ncurses/ncurses/ |
H A D | llib-lncursesw | 40 int *_nc_oldnums; 74 int i) 79 int i) 85 int n, 86 int top, 87 int bot) 92 int n, 93 int top, 94 int bot) 106 int _nc_build_wch( [all …]
|
H A D | llib-lncursestw | 40 int *_nc_oldnums; 74 int i) 79 int i) 85 int n, 86 int top, 87 int bot) 92 int n, 93 int top, 94 int bot) 106 int _nc_build_wch( [all …]
|
H A D | llib-lncurses | 40 int *_nc_oldnums; 74 int i) 79 int i) 85 int n, 86 int top, 87 int bot) 92 int n, 93 int top, 94 int bot) 106 int _nc_waddch_nosync( [all …]
|
H A D | llib-lncursest | 40 int *_nc_oldnums; 74 int i) 79 int i) 85 int n, 86 int top, 87 int bot) 92 int n, 93 int top, 94 int bot) 106 int _nc_waddch_nosync( [all …]
|
/freebsd-src/sys/kern/ |
H A D | syscalls.master | 22 ; altrtyp return type if not int (bogus - syscalls always return int) 58 ; - Bare int and long are allowed (long is a sign of a bad interface). 59 ; - Use u_int and u_long rather than "unsigned (int|long)". 120 int syscall( 121 int number, 127 int rval 131 int fork(void); 135 int fd, 142 int f [all...] |
/freebsd-src/bin/pax/ |
H A D | extern.h | 47 int ar_open(const char *); 50 int ar_set_wr(void); 51 int ar_app_ok(void); 52 int ar_read(char *, int); 53 int ar_write(char *, int); 54 int ar_rdsync(void); 55 int ar_fow(off_t, off_t *); 56 int ar_rev(off_t ); 57 int ar_next(void); 72 extern int blksz; [all …]
|
/freebsd-src/sys/dev/cxgbe/common/ |
H A D | common.h | 236 int timer_val[SGE_NTIMERS]; /* final, scaled values */ 237 int counter_val[SGE_NCOUNTERS]; 238 int fl_starve_threshold; 239 int fl_starve_threshold2; 240 int page_shift; 241 int eq_s_qpp; 242 int iq_s_qpp; 243 int spg_len; 244 int pad_boundary; 245 int pack_boundary; [all …]
|
/freebsd-src/usr.bin/mail/ |
H A D | extern.h | 35 struct name *extract(char *, int); 36 struct name *gexpand(struct name *, struct grouphead *, int, int); 37 struct name *nalloc(char *, int); 42 FILE *Fdopen(int, const char *); 45 FILE *collect(struct header *, int); 47 char *detract(struct name *, int); 54 char *name1(struct message *, int); 55 char *nameof(struct message *, int); 59 FILE *run_editor(FILE *, off_t, int, int); 60 char *salloc(int); [all …]
|
/freebsd-src/contrib/less/ |
H A D | funcs.h | 7 public size_t sprefix(constant char *ps, constant char *s, int uppercase); 8 public void quit(int status); 9 public int secure_allow(int features); 10 public void raw_mode(int on); 12 public constant char * special_key_str(int key); 19 public int interactive(void); 23 public void remove_top(int n); 24 public void win32_scroll_up(int n); 28 public void goto_line(int sinde [all...] |
/freebsd-src/sbin/camcontrol/ |
H A D | camcontrol.h | 55 int argc; 57 int got; 60 extern int verbose; 62 int ata_do_identify(struct cam_device *device, int retry_count, int timeout, 64 int dev_has_vpd_page(struct cam_device *dev, uint8_t page_id, int retry_count, 65 int timeout, int verbosemode); 66 int get_device_type(struct cam_device *dev, int retry_count, int timeout, 67 int verbosemode, camcontrol_devtype *devtype); 68 int build_ata_cmd(union ccb *ccb, uint32_t retry_count, uint32_t flags, 74 int is48bit, camcontrol_devtype devtype); [all …]
|
/freebsd-src/contrib/ncurses/man/ |
H A D | curs_sp_funcs.3x | 49 \fBint alloc_pair_sp(SCREEN* \fIsp\fP, int \fIfg\fP, int \fIbg\fP); 50 \fBint assume_default_colors_sp(SCREEN* \fIsp\fP, int \fIfg\fP, int \fIbg\fP); 51 \fBint baudrate_sp(SCREEN* \fIsp\fP); 52 \fBint beep_sp(SCREEN* \fIsp\fP); 54 \fBint cbreak_sp(SCREEN* \fIsp\fP); 55 \fBint color_content_sp(SCREEN* \fIsp\fP, short \fIcolor\fP, short* \fIr\fP, short* \fIg\fP, short*… 56 \fBint curs_set_sp(SCREEN* \fIsp\fP, int \fIvisibility\fP); 57 \fBint def_prog_mode_sp(SCREEN* \fIsp\fP); 58 \fBint def_shell_mode_sp(SCREEN* \fIsp\fP); 60 \fBint define_key_sp(SCREEN* \fIsp\fP, const char * \fIdefinition\fP, int \fIkeycode\fP); [all …]
|
/freebsd-src/lib/libsysdecode/ |
H A D | sysdecode.h | 41 int sysdecode_abi_to_freebsd_errno(enum sysdecode_abi _abi, int _error); 42 bool sysdecode_access_mode(FILE *_fp, int _mode, int *_rem); 43 const char *sysdecode_acltype(int _type); 44 const char *sysdecode_atfd(int _fd); 45 bool sysdecode_atflags(FILE *_fp, int _flags, int *_rem); 48 bool sysdecode_close_range_flags(FILE *_fp, int _flags, int *_rem); 49 const char *sysdecode_cmsg_type(int _cmsg_level, int _cmsg_type); 50 const char *sysdecode_extattrnamespace(int _namespace); 51 const char *sysdecode_fadvice(int _advice); 52 void sysdecode_fcntl_arg(FILE *_fp, int _cmd, uintptr_t _arg, int _base); [all …]
|
/freebsd-src/sys/dev/cxgb/common/ |
H A D | cxgb_common.h | 148 int (*read)(adapter_t *adapter, int phy_addr, int mmd_addr, 149 int reg_addr, unsigned int *val); 150 int (*write)(adapter_t *adapter, int phy_addr, int mmd_addr, 151 int reg_addr, unsigned int val); 158 unsigned int gpio_out; /* GPIO output settings */ 293 unsigned int nchan; /* # of channels */ 294 unsigned int pmrx_size; /* total PMRX capacity */ 295 unsigned int pmtx_size; /* total PMTX capacity */ 296 unsigned int cm_size; /* total CM capacity */ 297 unsigned int chan_rx_size; /* per channel Rx size */ [all …]
|
/freebsd-src/sys/i386/linux/ |
H A D | syscalls.master | 17 ; altrtyp return type if not int (bogus - syscalls always return int) 40 int rval 44 int linux_fork(void); 47 int read( 48 int fd, 54 int linux_write( 55 int fd, 61 int linux_open( 68 int close( 69 int fd [all …]
|
/freebsd-src/sys/amd64/linux32/ |
H A D | syscalls.master | 17 ; altrtyp return type if not int (bogus - syscalls always return int) 41 int rval 45 int linux_fork(void); 48 int read( 49 int fd, 55 int linux_write( 56 int fd, 62 int linux_open( 69 int close( 70 int fd [all …]
|