/titanic_50/usr/src/lib/libc/common/sys/ |
H A D | sync.s | 37 ANSI_PRAGMA_WEAK(sync,function) 41 SYSCALL_NOERROR_RVAL1(sync) 43 SET_SIZE(sync)
|
/titanic_50/usr/src/lib/librstp/common/ |
H A D | roletrns.c | 59 port->sync = True; /* in ROOT_PROPOSED (setSyncBridge) */ in setSyncBridge() 120 port->sync = True; /* in INIT */ in STP_roletrns_enter_state() 139 port->sync = port->reRoot = False; /* BLOCKED_PORT */ in STP_roletrns_enter_state() 155 port->proposed = port->sync = False; /* in ROOT_AGREED */ in STP_roletrns_enter_state() 214 port->sync = False; /* DESIGNATED_SYNCED */ in STP_roletrns_enter_state() 311 port->sync || in STP_roletrns_check_conditions() 399 if (port->sync && port->synced) { in STP_roletrns_check_conditions() 405 !port->sync && in STP_roletrns_check_conditions() 411 !port->sync && !port->learn) { in STP_roletrns_check_conditions() 414 if (((port->sync && !port->synced) || in STP_roletrns_check_conditions()
|
/titanic_50/usr/src/lib/libshell/common/data/ |
H A D | solaris_cmdlist.h | 163 ASTCMDLIST(sync) 164 BINCMDLIST(sync) 165 GNUCMDLIST(sync) 166 SBINCMDLIST(sync) 167 SUSRBINCMDLIST(sync)
|
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
H A D | sbd_zvol.c | 337 int sync, i, error; in sbd_zvol_rele_write_bufs() local 373 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); in sbd_zvol_rele_write_bufs() 375 (ssize_t)len, sync); in sbd_zvol_rele_write_bufs() 381 if (sync && (flags & ZVIO_COMMIT)) in sbd_zvol_rele_write_bufs() 423 int error, sync; in sbd_zvol_copy_write() local 437 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); in sbd_zvol_copy_write() 448 (ssize_t)len, sync); in sbd_zvol_copy_write() 453 if (sync && (flags & ZVIO_COMMIT)) in sbd_zvol_copy_write()
|
/titanic_50/usr/src/lib/libunistat/common/rdc/ |
H A D | rdc.err | 42 NOSLAVE = Target %s is failed, cannot set up for sync operation 46 INITAFTERSYNC = Could not initialize data structures on %s ==> %s set after sync 50 UPDATE = Update sync %s:%s ==> %s:%s only allowed for an rdc device set 64 NOTPRIMARY = Not primary, cannot sync %s:%s and %s:%s 65 RSYNCNEEDED = Reverse sync needed, cannot sync %s:%s ==> %s:%s 76 GROUPMODE = Cannot reconfigure sync/async on members of a group 91 QNORSYNC = Cannot reverse sync %s:%s <== %s:%s, set is in queuing mode 92 SETNOTLOGGING = can not start sync as set %s:%s is not logging
|
/titanic_50/usr/src/psm/stand/bootblks/ufs/i386/ |
H A D | installboot.sh | 50 stderr=`dd if=$PBOOT of=$DEVICE bs=1b count=1 conv=sync 2>&1` 52 stderr=`dd if=$BOOTBLK of=$DEVICE bs=1b oseek=3 conv=sync 2>&1`
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/nopwrite/ |
H A D | nopwrite_sync.ksh | 45 $GNUDD if=/dev/urandom of=$TESTDIR/file bs=1024k count=$MEGS oflag=sync \ 51 oflag=sync conv=notrunc >/dev/null 2>&1 || log_fail "dd failed."
|
/titanic_50/usr/src/uts/common/avs/ns/rdc/ |
H A D | rdc_dev.c | 2090 rdc_thrsync_t *sync = (rdc_thrsync_t *)p->next; in _rdc_diskq_enqueue_thr() local 2105 mutex_enter(&sync->lock); in _rdc_diskq_enqueue_thr() 2106 sync->complete++; in _rdc_diskq_enqueue_thr() 2107 cv_broadcast(&sync->cv); in _rdc_diskq_enqueue_thr() 2108 mutex_exit(&sync->lock); in _rdc_diskq_enqueue_thr() 2119 rdc_thrsync_t *sync = (rdc_thrsync_t *)p->next; in _rdc_sync_write_thr() local 2157 mutex_enter(&sync->lock); in _rdc_sync_write_thr() 2158 sync->complete++; in _rdc_sync_write_thr() 2159 cv_broadcast(&sync->cv); in _rdc_sync_write_thr() 2160 mutex_exit(&sync->lock); in _rdc_sync_write_thr() [all …]
|
/titanic_50/usr/src/uts/common/io/aggr/ |
H A D | aggr_lacp.c | 295 pl->ActorAdminPortState.bit.sync = B_FALSE; in aggr_lacp_init_port() 382 pl->ActorOperPortState.bit.sync = B_FALSE; in lacp_reset_port() 755 pl->ActorOperPortState.bit.sync = B_FALSE; in lacp_mux_sm() 807 pl->PartnerOperPortState.bit.sync) { in lacp_mux_sm() 816 !pl->PartnerOperPortState.bit.sync) { in lacp_mux_sm() 837 pl->ActorOperPortState.bit.sync = in lacp_mux_sm() 859 pl->ActorOperPortState.bit.sync = B_TRUE; in lacp_mux_sm() 867 if (pl->PartnerOperPortState.bit.sync) { in lacp_mux_sm() 1450 !tpp->lp_lacp.PartnerOperPortState.bit.sync) { in lacp_selection_logic() 1844 save_sync = pl->PartnerOperPortState.bit.sync; in record_PDU() [all …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | aggr.h | 97 uint8_t sync: 1; member 105 uint8_t sync: 1;
|
/titanic_50/usr/src/uts/sun4/ml/ |
H A D | copy.s | 137 membar #Sync ! sync error barrier 176 membar #Sync ! sync error barrier 193 membar #Sync ! sync error barrier
|
/titanic_50/usr/src/lib/libcmd/ |
H A D | Makefile.com | 72 sync.o \ 142 pics/sync.o := CERRWARN += -erroff=E_END_OF_LOOP_CODE_NOT_REACHED
|
/titanic_50/usr/src/cmd/sync/ |
H A D | sync.c | 38 sync(); in main()
|
H A D | Makefile | 29 PROG= sync
|
/titanic_50/usr/src/lib/libshell/misc/ |
H A D | buildksh93.sh | 235 ASTCMDLIST(sync) 236 BINCMDLIST(sync) 237 GNUCMDLIST(sync) 238 SBINCMDLIST(sync) 239 SUSRBINCMDLIST(sync)
|
/titanic_50/usr/src/uts/common/io/ |
H A D | bofi.conf | 60 bofi-sync-check="on";
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/ |
H A D | adb_policy.c | 115 if((db->db->sync(db->db, 0)) == -1) in osa_adb_create_policy() 174 if ((db->db->sync(db->db, 0)) == -1) { in osa_adb_destroy_policy() 318 if((db->db->sync(db->db, 0)) == -1) in osa_adb_put_policy()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zvol.c | 1052 boolean_t sync) in zvol_log_write() argument 1082 } else if (sync) { in zvol_log_write() 1111 itx->itx_sync = sync; in zvol_log_write() 1232 boolean_t sync; in zvol_strategy() local 1275 sync = ((!(bp->b_flags & B_ASYNC) && in zvol_strategy() 1304 zvol_log_write(zv, tx, off, size, sync); in zvol_strategy() 1323 if (sync) in zvol_strategy() 1435 boolean_t sync; in zvol_write() local 1452 sync = !(zv->zv_flags & ZVOL_WCE) || in zvol_write() 1473 zvol_log_write(zv, tx, off, bytes, sync); in zvol_write() [all …]
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/redundancy/ |
H A D | redundancy_004_neg.ksh | 61 sync
|
/titanic_50/usr/src/cmd/rpcsvc/net_files/ |
H A D | rpc | 68 sync 100104 na.sync
|
/titanic_50/usr/src/uts/common/sys/nxge/ |
H A D | nxge_n2_esr_hw.h | 233 uint16_t sync : 1; member 237 uint16_t sync : 1; 658 uint16_t sync : 1; member 662 uint16_t sync : 1;
|
/titanic_50/usr/src/lib/libcmd/common/ |
H A D | sync.c | 74 sync(); in b_sync()
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecalgs | 34 PROTO|2|PROTO_IPSEC_AH|sync 35 PROTO|3|PROTO_IPSEC_ESP|sync
|
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.c | 189 write_l2e(adapter_t *sc, struct l2t_entry *e, int sync) in write_l2e() argument 205 V_SYNC_WR(sync) | V_TID_QID(sc->sge.fwq.abs_id))); in write_l2e() 206 req->params = htons(V_L2T_W_PORT(e->lport) | V_L2T_W_NOREPLY(!sync)); in write_l2e() 215 if (sync && e->state != L2T_STATE_SWITCHING) in write_l2e()
|
/titanic_50/usr/src/uts/sun4/sys/ |
H A D | xc_impl.h | 185 #define WAIT_MBOX_DONE(xc_cpuset, lcx, state, sync) \ argument 212 if (sync && first_time) { \
|