/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | xti_wrappers.c | 55 _xti_accept(int fd, int resfd, const struct t_call *call) in _xti_accept() 61 _xti_xns5_accept(int fd, int resfd, const struct t_call *call) in _xti_xns5_accept() 67 _xti_alloc(int fd, int struct_type, int fields) in _xti_alloc() 73 _xti_bind(int fd, const struct t_bind *req, struct t_bind *ret) in _xti_bind() 79 _xti_close(int fd) in _xti_close() 85 _xti_connect(int fd, const struct t_call *sndcall, struct t_call *rcvcall) in _xti_connect() 107 _xti_getinfo(int fd, struct t_info *info) in _xti_getinfo() 113 _xti_getprotaddr(int fd, struct t_bind *boundaddr, struct t_bind *peeraddr) in _xti_getprotaddr() 119 _xti_getstate(int fd) in _xti_getstate() 125 _xti_listen(int fd, struct t_call *call) in _xti_listen() [all …]
|
H A D | tli_wrappers.c | 42 t_accept(int fd, int resfd, struct t_call *call) in t_accept() 48 t_alloc(int fd, int struct_type, int fields) in t_alloc() 54 t_bind(int fd, struct t_bind *req, struct t_bind *ret) in t_bind() 60 t_close(int fd) in t_close() 66 t_connect(int fd, struct t_call *sndcall, struct t_call *rcvcall) in t_connect() 93 t_getinfo(int fd, struct t_info *info) in t_getinfo() 99 t_getstate(int fd) in t_getstate() 105 t_listen(int fd, struct t_call *call) in t_listen() 111 t_look(int fd) in t_look() 128 t_optmgmt(int fd, struct t_optmgmt *req, struct t_optmgmt *ret) in t_optmgmt() [all …]
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | mmc.c | 39 test_unit_ready(int fd) in test_unit_ready() 54 inquiry(int fd, uchar_t *inq) in inquiry() 72 read_capacity(int fd, uchar_t *capbuf) in read_capacity() 89 mode_sense(int fd, uchar_t pc, int dbd, int page_len, uchar_t *buffer) in mode_sense() 116 mode_select(int fd, int page_len, uchar_t *buffer) in mode_select() 141 read_track_info(int fd, int trackno, uchar_t *ti) in read_track_info() 175 read_toc(int fd, int format, int trackno, int buflen, uchar_t *buf) in read_toc() 204 read_header(int fd, uint32_t lba, uchar_t *buf) in read_header() 227 read_disc_info(int fd, uchar_t *di) in read_disc_info() 246 get_configuration(int fd, uint16_t feature, int bufsize, uchar_t *buf) in get_configuration() [all …]
|
/illumos-gate/usr/src/lib/libcontract/common/ |
H A D | libcontract.c | 41 ct_tmpl_activate(int fd) in ct_tmpl_activate() 49 ct_tmpl_clear(int fd) in ct_tmpl_clear() 57 ct_tmpl_create(int fd, ctid_t *ctidp) in ct_tmpl_create() 67 ct_tmpl_set_internal(int fd, uint_t id, uintptr_t value) in ct_tmpl_set_internal() 82 ct_tmpl_set_internal_string(int fd, uint_t id, const char *value) in ct_tmpl_set_internal_string() 98 ct_tmpl_set_critical(int fd, uint_t events) in ct_tmpl_set_critical() 104 ct_tmpl_set_informative(int fd, uint_t events) in ct_tmpl_set_informative() 110 ct_tmpl_set_cookie(int fd, uint64_t cookie) in ct_tmpl_set_cookie() 124 ct_tmpl_get_internal(int fd, uint_t id, uint_t *value) in ct_tmpl_get_internal() 139 ct_tmpl_get_internal_string(int fd, uint32_t id, char *buf, size_t size) in ct_tmpl_get_internal_string() [all …]
|
H A D | device.c | 43 ct_dev_tmpl_set_minor(int fd, char *minor) in ct_dev_tmpl_set_minor() 49 ct_dev_tmpl_set_aset(int fd, uint_t aset) in ct_dev_tmpl_set_aset() 55 ct_dev_tmpl_set_noneg(int fd) in ct_dev_tmpl_set_noneg() 61 ct_dev_tmpl_clear_noneg(int fd) in ct_dev_tmpl_clear_noneg() 67 ct_dev_tmpl_get_minor(int fd, char *buf, size_t *buflenp) in ct_dev_tmpl_get_minor() 83 ct_dev_tmpl_get_aset(int fd, uint_t *aset) in ct_dev_tmpl_get_aset() 89 ct_dev_tmpl_get_noneg(int fd, uint_t *negp) in ct_dev_tmpl_get_noneg()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | fio.c | 262 int size, ralloc, fd; in fd_find() local 284 fd_reserve(uf_info_t *fip, int fd, int incr) in fd_reserve() 304 int fd; in flist_minsize() local 323 int fd; in flist_nalloc() local 494 set_active_fd(int fd) in set_active_fd() 544 clear_active_fd(int fd) /* called below and from aio.c */ in clear_active_fd() 562 is_active_fd(kthread_t *t, int fd) in is_active_fd() 586 getf_gen(int fd, uf_entry_gen_t *genp) in getf_gen() 624 getf(int fd) in getf() 638 closeandsetf(int fd, file_t *newfp) in closeandsetf() [all …]
|
/illumos-gate/usr/src/cmd/audio/utilities/ |
H A D | device_ctl.c | 48 audio_getinfo(int fd, Audio_info *ip) in audio_getinfo() 62 audio_setinfo(int fd, Audio_info *ip) in audio_setinfo() 76 audio__setplayhdr(int fd, Audio_hdr *hdrp, unsigned int which) in audio__setplayhdr() 145 audio__setval(int fd, unsigned int *valp, unsigned int which) in audio__setval() 213 audio__setgain(int fd, double *valp, unsigned int which) in audio__setgain() 242 audio__setpause(int fd, unsigned int which) in audio__setpause() 282 audio__flush(int fd, unsigned int which) in audio__flush() 299 audio_drain(int fd, int sig) in audio_drain() 317 audio_play_eof(int fd) in audio_play_eof()
|
/illumos-gate/usr/src/lib/storage/libg_fc/common/ |
H A D | io.c | 89 g_scsi_persistent_reserve_in_cmd(int fd, uchar_t *buf_ptr, in g_scsi_persistent_reserve_in_cmd() 125 g_scsi_send_diag_cmd(int fd, uchar_t *buf_ptr, int buf_len) in g_scsi_send_diag_cmd() 162 rec_diag_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t page_code, in rec_diag_cmd() 194 g_scsi_rec_diag_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t page_code) in g_scsi_rec_diag_cmd() 226 g_scsi_writebuffer_cmd(int fd, int off, uchar_t *buf_ptr, int buf_len, in g_scsi_writebuffer_cmd() 263 g_scsi_readbuffer_cmd(int fd, uchar_t *buf_ptr, int buf_len, int code_off) in g_scsi_readbuffer_cmd() 292 g_scsi_inquiry_cmd(int fd, uchar_t *buf_ptr, int buf_len) in g_scsi_inquiry_cmd() 335 g_scsi_log_sense_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t page_code) in g_scsi_log_sense_cmd() 370 g_scsi_mode_select_cmd(int fd, uchar_t *buf_ptr, int buf_len, uchar_t sp) in g_scsi_mode_select_cmd() 406 g_scsi_mode_sense_cmd(int fd, in g_scsi_mode_sense_cmd() [all …]
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw8/fruaccess/ |
H A D | libfruaccess.c | 152 int fd; in fru_get_num_sections() local 171 int fd; in fru_get_sections() local 190 int fd; in fru_get_num_segments() local 209 int fd; in fru_get_segments() local 229 int fd; in fru_add_segment() local 259 int fd; in fru_delete_segment() local 285 int fd; in fru_read_segment() local 305 int fd; in fru_write_segment() local 326 int fd; in fru_get_num_packets() local 345 int fd; in fru_get_packets() local [all …]
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | pt.c | 76 ptsdev(int fd) in ptsdev() 93 ptsname_r(int fd, char *name, size_t len) in ptsname_r() 123 ptsname(int fd) in ptsname() 145 unlockpt(int fd) in unlockpt() 180 __unlockpt_xpg4(int fd) in __unlockpt_xpg4() 200 grantpt(int fd) in grantpt() 236 zonept(int fd, zoneid_t zoneid) in zonept()
|
/illumos-gate/usr/src/test/os-tests/tests/vfs/ |
H A D | syncfs.c | 52 int fd = open(test->se_path, O_RDONLY); in syncfs_open_file() local 65 int fd = socket(PF_INET, SOCK_STREAM, 0); in syncfs_open_socket() local 82 int fd = socket(PF_UNIX, SOCK_STREAM, 0); in syncfs_open_uds() local 106 int fd = port_create(); in syncfs_open_port() local 133 syncfs_fail(const char *desc, int fd, int exp_err) in syncfs_fail() 156 int fd = open(path, O_RDONLY); in syncfs_pass() local 191 int fd = syncfs_enosys[i].se_open(&syncfs_enosys[i]); in main() local
|
/illumos-gate/usr/src/cmd/iscsiadm/ |
H A D | sun_ima.c | 168 int fd; in SUN_IMA_GetDiscoveryAddressPropertiesList() local 288 int fd; in SUN_IMA_GetStaticTargetProperties() local 365 int fd; in SUN_IMA_AddStaticTarget() local 451 int fd; in SUN_IMA_GetTargetProperties() local 537 int fd; in SUN_IMA_SetTargetAuthParams() local 594 int fd; in SUN_IMA_SetInitiatorRadiusConfig() local 664 int fd; in SUN_IMA_GetInitiatorRadiusConfig() local 715 int fd; in SUN_IMA_SetInitiatorRadiusAccess() local 778 int fd; in SUN_IMA_GetInitiatorRadiusAccess() local 815 int fd; in SUN_IMA_SendTargets() local [all …]
|
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | files.c | 79 fdprintf(int fd, char *fmt, ...) in fdprintf() 93 fdgets(char *buf, int len, int fd) in fdgets() 108 fdputs(char *buf, int fd) in fdputs() 114 fdputc(char c, int fd) in fdputc() 125 int fd, in open_locked() local 206 int fd; in open_lpfile() local 268 int fd; in loadline() local 297 int fd; in loadstring() local 321 int fd; in dumpstring() local
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | proc_get_info.c | 59 int fd; in proc_get_cred() local 78 int fd; in proc_get_secflags() local 108 int fd; in proc_get_priv() local 137 int fd; in proc_get_ldt() local 170 int fd; in proc_get_psinfo() local 187 int fd; in proc_get_status() local 210 int fd; in proc_get_auxv() local 227 int fd; in proc_get_lwpsinfo() local 244 int fd; in proc_get_lwpstatus() local
|
/illumos-gate/usr/src/cmd/sendmail/db/os/ |
H A D | os_fsync.c | 27 __mpe_fsync(fd) in __mpe_fsync() argument 39 #define fsync(fd) __mpe_fsync(fd); argument 42 #define fsync(fd) _commit(fd); argument 52 __os_fsync(fd) in __os_fsync() argument
|
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/ |
H A D | clusters.c | 298 seekCluster(int fd, int32_t clusterNum) in seekCluster() 326 getCluster(int fd, int32_t clusterNum, uchar_t **data, int32_t *datasize) in getCluster() 367 writeCachedCluster(int fd, CachedCluster *clustInfo) in writeCachedCluster() 538 markOrphan(int fd, int32_t clusterNum, struct pcdir *dp) in markOrphan() 659 summarizeFAT(int fd) in summarizeFAT() 674 getReadyToSearch(int fd) in getReadyToSearch() 685 summarize(int fd, int includeFAT) in summarize() 759 orphanChain(int fd, int32_t c, struct pcdir *ndp) in orphanChain() 806 emergencyEndOfDirectory(int fd, int32_t secondToLast) in emergencyEndOfDirectory() 854 createNewEndOfDirectory(int fd, struct pcdir *entry, int32_t secondToLast) in createNewEndOfDirectory() [all …]
|
/illumos-gate/usr/src/cmd/ipf/tools/ |
H A D | ipfs.c | 113 int fd, olen, nlen, rw; local 168 int fd, olen, nlen, rw; local 359 int fd = -1; local 380 void closedevice(fd) in closedevice() argument 387 int setlock(fd, lock) in setlock() argument 404 int writestate(fd, file) in writestate() argument 456 int readstate(fd, file) in readstate() argument 563 int readnat(fd, file) in readnat() argument 699 int writenat(fd, file) in writenat() argument 786 int fd, devfd; local [all …]
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | fifo_buffs.c | 51 ResetFifoBuffer(int fd) in ResetFifoBuffer() 70 GetFifoBuffer(int fd) in GetFifoBuffer() 111 GrowFifoBufferTable (int fd) in GrowFifoBufferTable() 128 NewFifoBuffer(int fd) in NewFifoBuffer()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmterm.c | 60 set_termio(int fd, char *options, char *aspeed, int clear, long mode) in set_termio() 129 turnon_canon(int fd) in turnon_canon() 157 flush_input(int fd) in flush_input() 172 int fd, /* fd to push modules on */ in push_linedisc() 206 hang_up_line(int fd) in hang_up_line() 242 initial_termio(int fd, struct pmtab *pmptr) in initial_termio()
|
/illumos-gate/usr/src/lib/libutempter/common/ |
H A D | utempter.c | 40 utempter_update_utmpx(int type, int fd, const char *host) in utempter_update_utmpx() 90 utempter_add_record(int fd, const char *host) in utempter_add_record() 98 utempter_remove_record(int fd) in utempter_remove_record() 117 addToUtmp(const char *pty __unused, const char *host, int fd) in addToUtmp() 129 removeLineFromUtmp(const char *pty __unused, int fd) in removeLineFromUtmp()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/ |
H A D | wificonfig.c | 777 int fd = 0; in parse_file() local 929 int fd = 0; in fprint_config_file() local 1080 int fd; in search_interface() local 1131 int fd; in open_dev() local 1171 call_ioctl(int fd, int cmd, uint32_t params, uint32_t buf_len) in call_ioctl() 1606 do_print_support_params(int fd) in do_print_support_params() 1726 heuristic_load(int fd, uint32_t ess_num, wl_ess_conf_t **p_ess_conf) in heuristic_load() 1815 select_profile(int fd, int readonly, int timeout) in select_profile() 1937 do_autoconf(int fd, int argc, char **argv) in do_autoconf() 2021 do_startconf(int fd, int argc, char **argv) in do_startconf() [all …]
|
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/ |
H A D | fake_ktli.c | 128 int fd; in t_kopen() local 197 int fd = file_getfd(fp); in t_kclose() local 209 int fd = file_getfd(fp); in t_kbind() local 224 int fd = file_getfd(fp); in t_kunbind() local 239 int fd = file_getfd(fp); in t_kconnect() local 260 int fd = file_getfd(fp); in t_koptmgmt() local 281 int fd = file_getfd(fp); in t_kspoll() local 320 int fd = file_getfd(fp); in tli_send() local 379 int fd = file_getfd(fp); in tli_recv() local
|
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/ |
H A D | nfs_tbind.c | 140 int fd; in nfslib_transport_open() local 248 nfslib_set_sockbuf(int fd) in nfslib_set_sockbuf() 285 int fd; in nfslib_bindit() local 451 get_opt(int fd, int level, int name) in get_opt() 480 setopt(int fd, int level, int name, int value) in setopt() 510 reuseaddr(int fd) in reuseaddr() 516 recvucred(int fd) in recvucred() 522 anonmlp(int fd) in anonmlp() 528 nfslib_log_tli_error(char *tli_name, int fd, struct netconfig *nconf) in nfslib_log_tli_error() 764 add_to_poll_list(int fd, struct netconfig *nconf) in add_to_poll_list() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | terminal.h | 73 # define tcgetattr(fd,tty) ioctl(fd, TCGETS, tty) argument 75 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) argument 106 # define tcgetattr(fd,tty) ioctl(fd, TCGETA, tty) argument 107 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) argument 125 # define tcgetattr(fd,tty) ioctl(fd, TIOCGETP, tty) argument 126 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) argument 128 # define tcgetattr(fd,tty) gtty(fd, tty) argument 129 # define tcsetattr(fd,action,tty) stty(fd, tty) argument
|
/illumos-gate/usr/src/stand/lib/fs/common/ |
H A D | fsswitch.c | 104 close(int fd) in close() 141 read(int fd, void *buf, size_t size) in read() 161 fstat(int fd, struct stat *sb) in fstat() 197 int fd, ret = -1; in stat() local 246 kern_read(int fd, caddr_t buf, size_t size) in kern_read() 255 kern_close(int fd) in kern_close() 264 kern_fstat(int fd, struct bootstat *buf) in kern_fstat() 273 kern_getdents(int fd, struct dirent *buf, size_t size) in kern_getdents()
|