/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_zvol.c | 330 * flags == ZVIO_COMMIT - same as above and commit to zil on sync devices 337 int sync, i, error; local 373 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); 375 (ssize_t)len, sync); 381 if (sync && (flags & ZVIO_COMMIT)) 423 int error, sync; local 437 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); 448 (ssize_t)len, sync); 453 if (sync && (flags & ZVIO_COMMIT))
|
/illumos-gate/usr/src/lib/auditd_plugins/remote/ |
H A D | audit_remote.h | 101 boolean_t sync; /* call the sync routines */ member in struct:pipe_msg_s
|
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_l1.c | 636 int sync = 0; local 749 sync++; 752 if (sync) {
|
H A D | atge_l1c.c | 744 int sync = 0; local 853 sync++; 856 if (sync) {
|
/illumos-gate/usr/src/uts/common/io/rtw/ |
H A D | rtwphy.c | 197 uint32_t syna, synb, sync; local 219 sync = SA2400_SYNC_CP_NORMAL; 228 sync)) != 0)
|
/illumos-gate/usr/src/uts/common/io/sfxge/common/ |
H A D | siena_phy.c | 525 uint32_t sync; local 527 sync = EFX_DWORD_FIELD(dword, EFX_DWORD_0); 528 stat[EFX_PHY_STAT_PHY_XS_SYNC_A] = (sync >> 0) & 1; 529 stat[EFX_PHY_STAT_PHY_XS_SYNC_B] = (sync >> 1) & 1; 530 stat[EFX_PHY_STAT_PHY_XS_SYNC_C] = (sync >> 2) & 1; 531 stat[EFX_PHY_STAT_PHY_XS_SYNC_D] = (sync >> 3) & 1;
|
/illumos-gate/usr/src/boot/sys/boot/usb/ |
H A D | usb_busdma_loader.c | 274 usb_pc_load_mem(struct usb_page_cache *pc, usb_size_t size, uint8_t sync) argument 287 if (sync == 0) {
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/ |
H A D | db.h | 64 #define R_RECNOSYNC 11 /* sync (RECNO) */ 109 int (*sync) __P((const struct __db *, u_int)); member in struct:__db
|
/illumos-gate/usr/src/lib/libcmd/common/ |
H A D | cp.c | 95 "[F:fsync|sync?\bfsync\b(2) each file after it is copied.]" 162 int sync; /* fsync() each file after copy */ member in struct:State_s 605 if (sfsync(op) || state->sync && fsync(wfd) || sfclose(op)) 782 state->sync = 1;
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | DecisionHistory.java | 501 sync(fos); 522 public void sync(OutputStream os) throws IOException method in class:DecisionHistory
|
/illumos-gate/usr/src/cmd/avs/rdc/ |
H A D | sndrboot.c | 81 int doasync; /* Device is in sync/async mode */ 669 char sync[16]; local 723 directfile, sync, group, dummy, dummy, diskqueue); 744 if (strcmp(sync, "sync") == 0) 746 else if (strcmp(sync, "async") == 0) 751 gettext("Set %s:%s neither sync nor async"),
|
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ixl_comp.c | 345 * On xmit, set sync & tag bits. On recv, optionally set wait for sync bit. 888 * is an error if already have a set tag and sync cmd 902 /* save ixl command containing tag and sync values */ 917 * count ixl wait-for-sync commands since last 1446 /* set no current set tag&sync, set skipmode or set syncwait commands */ 1524 * if enabled, set wait for sync flag in first descriptor of 1623 * if enabled, set wait for sync flag in first descriptor in 1742 * if enabled, set wait for sync flag in first descriptor of 2269 uint16_t sync; local [all...] |
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.c | 43 /* identifies sync vs async L2T_WRITE_REQs */ 189 write_l2e(adapter_t *sc, struct l2t_entry *e, int sync) argument 205 V_SYNC_WR(sync) | V_TID_QID(sc->sge.fwq.abs_id))); 206 req->params = htons(V_L2T_W_PORT(e->lport) | V_L2T_W_NOREPLY(!sync)); 215 if (sync && e->state != L2T_STATE_SWITCHING)
|
/illumos-gate/usr/src/lib/librstp/common/ |
H A D | port.h | 121 Bool sync; /* 17.18.34 */ member in struct:port_t
|
/illumos-gate/usr/src/cmd/vi/port/ |
H A D | ex_subr.c | 748 sync(void) function 930 * Otherwise, we sync the temp file and then attempt a preserve.
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | pk.h | 45 char sync; member in struct:header
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | seg.h | 128 int (*sync)(struct seg *, caddr_t, size_t, int, uint_t); member in struct:seg_ops 224 (*(s)->s_ops->sync)((s), (a), (l), (atr), (f))
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | aggr.h | 97 uint8_t sync: 1; member in struct:__anon7011::__anon7012 105 uint8_t sync: 1;
|
/illumos-gate/usr/src/uts/common/io/virtio/ |
H A D | virtio.c | 703 virtio_push_chain(struct vq_entry *qe, boolean_t sync) argument 759 if (sync)
|
/illumos-gate/usr/src/uts/common/contract/ |
H A D | device.c | 1592 int sync = 0; local 1606 sync = is_sync_neg(get_state(dip), evtype); 1608 if (sync == -2 || sync == -1) { 1610 result = (sync == -2) ? CT_ACK : CT_NONE; 1613 CT_DEBUG((CE_NOTE, "publish: is%s sync state change", 1614 sync ? "" : " not")); 1736 if (broken && sync) { 1737 CT_DEBUG((CE_NOTE, "publish: broken + sync: " 1746 CT_DEBUG((CE_NOTE, "publish: sync an [all...] |
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log.c | 647 * The sync parameter is used to tell us if we need to force this record 654 nfslog_record_put(void *cookie, size_t size, bool_t sync, argument 699 * via the sync parameter. 702 lbp->lb_num_recs > nfslog_num_records_to_write || sync == TRUE) {
|
/illumos-gate/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 866 /* Primary, so reverse sync needed */ 1000 * If this is a many group with a reverse sync in progress and 1117 * Forbid any io to secondary if it needs a sync. 1127 * Forbid any io to primary if it needs a reverse sync 1189 /* Primary, so reverse sync needed */ 1192 /* Secondary, so forward sync needed */ 1829 * or the remote end has more recent data because an reverse sync is 1896 * sync set. 1905 /* sync mode, or remote io mode, or local device is dead */ 1927 * greater then the sync bloc 2090 rdc_thrsync_t *sync = (rdc_thrsync_t *)p->next; local 2119 rdc_thrsync_t *sync = (rdc_thrsync_t *)p->next; local 2191 rdc_thrsync_t *sync = &h->rdc_sync; local [all...] |
/illumos-gate/usr/src/uts/i86pc/io/ |
H A D | immu.c | 1330 immu_init_inv_wait(immu_inv_wait_t *iwp, const char *name, boolean_t sync) argument 1335 iwp->iwp_sync = sync;
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | cmi.c | 916 cmi_mc_logout(cmi_hdl_t hdl, boolean_t ismc, boolean_t sync) argument 929 mcops->cmi_mc_logout(hdl, ismc, sync);
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_cmd.c | 714 uint_t dma_cookiecnt, flag, sync; local 737 sync = TAVOR_MBOX_IS_SYNC_REQ(state, type); 778 /* Set sync flag appropriately */ 779 mblist->mbl_mbox[i].mb_sync = sync; 2579 * then we need an "In" mailbox, and we need to fill it in and sync it 2655 * sync (if necessary) and copy out the resulting data from the
|