Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 970) sorted by last modified time

12345678910>>...39

/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h186 SMB_COM_DECL(write);
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_main.c392 (void) write(fd, &exit_status, sizeof (exit_status)); in smbd_daemonize_fini()
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers3042 write;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c1408 result = write(arc_procfd, &ctl, sizeof (ctl)); in arc_buf_unwatch()
1426 result = write(arc_procfd, &ctl, sizeof (ctl)); in arc_buf_watch()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_xdr.c3241 open_delegation4_u.write.stateid.seqid)) in xdr_OPEN4res()
3244 open_delegation4_u.write.stateid.other, in xdr_OPEN4res()
3248 open_delegation4_u.write.recall)) in xdr_OPEN4res()
3251 open_delegation4_u.write.space_limit. in xdr_OPEN4res()
3255 open_delegation4_u.write.space_limit. in xdr_OPEN4res()
3260 open_delegation4_u.write.space_limit. in xdr_OPEN4res()
3266 &objp->delegation.open_delegation4_u.write. in xdr_OPEN4res()
3271 open_delegation4_u.write.space_limit. in xdr_OPEN4res()
3280 open_delegation4_u.write.permissions)); in xdr_OPEN4res()
3299 open_delegation4_u.write.space_limit.limitby) { in xdr_OPEN4res()
[all …]
H A Dnfs4_srv.c7428 &resp->delegation.open_delegation4_u.write; in rfs4_do_opendelprev()
/illumos-gate/usr/src/cmd/nvmeadm/
H A Dnvmeadm.c1839 ssize_t ret = write(fd, buf + off, len - off); in do_get_logpage_dump()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dkernel.c511 write(fileno(stderr), errmsg, sizeof (errmsg)); in umem_out_of_memory()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c208 if (write(outfd, drr, sizeof (*drr)) == -1) in dump_record()
212 if (write(outfd, payload, payload_len) == -1) in dump_record()
1999 err = write(outfd, &drr, sizeof (drr)); in zfs_send()
2139 if (write(outfd, &drr, sizeof (drr)) == -1) { in zfs_send()
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_i225.c64 nvm->ops.write = igc_write_nvm_srwr_i225; in igc_init_nvm_params_i225()
69 nvm->ops.write = igc_null_write_nvm; in igc_init_nvm_params_i225()
H A Digc_nvm.c30 nvm->ops.write = igc_null_write_nvm; in igc_init_nvm_ops_generic()
691 ret_val = hw->nvm.ops.write(hw, NVM_CHECKSUM_REG, 1, &checksum); in igc_update_nvm_checksum_generic()
H A Digc_api.c684 if (hw->nvm.ops.write) in igc_write_nvm()
685 return hw->nvm.ops.write(hw, offset, words, data); in igc_write_nvm()
H A Digc_hw.h410 s32 (*write)(struct igc_hw *, u16, u16, u16 *); member
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_ich8lan.c730 nvm->ops.write = e1000_write_nvm_ich8lan; in e1000_init_nvm_params_ich8lan()
4460 ret_val = hw->nvm.ops.write(hw, word, 1, &data); in e1000_validate_nvm_checksum_ich8lan()
H A De1000_api.c1376 if (hw->nvm.ops.write) in e1000_write_nvm()
1377 return hw->nvm.ops.write(hw, offset, words, data); in e1000_write_nvm()
H A De1000_hw.h850 s32 (*write)(struct e1000_hw *, u16, u16, u16 *); member
969 s32 (*write)(struct e1000_hw *, u32 *, u16, u16); member
/illumos-gate/usr/src/ucbcmd/expr/
H A Dexpr.y371 (void) write(2, "expr: ", 6); in yyerror()
372 (void) write(2, s, (unsigned) strlen(s)); in yyerror()
373 (void) write(2, "\n", 1); in yyerror()
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com309 write.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com327 write.o \
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c1018 return (write(_get_fd(iop), buf, nbytes)); in _xwrite()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c132 (write(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != PBLKSIZ)) { in dbm_flushpag()
149 (write(db->dbm_dirf, db->dbm_dirbuf, DBLKSIZ) != DBLKSIZ)) { in dbm_flushdir()
295 (write(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != PBLKSIZ)) { in dbm_delete()
338 (write(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != PBLKSIZ)) { in dbm_store()
381 (write(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != PBLKSIZ)) { in dbm_store()
388 (write(db->dbm_pagf, ovfbuf, PBLKSIZ) != PBLKSIZ)) { in dbm_store()
764 (write(db->dbm_pagf, db->dbm_pagbuf, PBLKSIZ) != in dbm_access()
837 (write(db->dbm_dirf, db->dbm_dirbuf, DBLKSIZ) != DBLKSIZ)) { in setbit()
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com313 write.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile287 write.o \
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src1508 # <rmcup=\Eh\ER>; this was so terminfo applications could write the lower
6433 # wants ^E/^F handshaking, but that doesn't work well even if you write
7681 # <u8> and <u6>, but it's not clear how one should write an
7705 # mode (in conjunction with the "write protect" attribute,
8113 # full duplex (\EDF) write protect off (\E()
14516 #ESC ( write protect mode off (full intensity)
14517 #ESC ) write protect mode on (half intensity)
17384 # defaults write com.apple.Terminal TermCapString nsterm-bce
17833 # I'm trying to write a termcap for a commodore b-128, and I'm
H A Dtermcap.src1365 # :te=\Eh\ER:; this was so terminfo applications could write the lower
5695 # wants ^E/^F handshaking, but that doesn't work well even if you write
6852 # <u8> and <u6>, but it's not clear how one should write an
6876 # mode (in conjunction with the "write protect" attribute,
7266 # full duplex (\EDF) write protect off (\E()
12860 #ESC ( write protect mode off (full intensity)
12861 #ESC ) write protect mode on (half intensity)
15435 # defaults write com.apple.Terminal TermCapString nsterm-bce
15858 # I'm trying to write a termcap for a commodore b-128, and I'm

12345678910>>...39