| /onnv-gate/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)
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
| H A D | recurse.t | 86 $self->{sync} = OBJ_SYNC->make; 95 my $t = dclone($r->{sync}); 107 ($self->{sync}, $self->{ext}) = @$a; 147 my $sync = OBJ_SYNC->make; 148 $x = freeze $sync; 156 $sync = OBJ_SYNC2->make($ext); 157 $x = freeze [$sync, $ext]; 164 ok 11, ref $y->{sync} eq 'OBJ_SYNC';
|
| /onnv-gate/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)
|
| /onnv-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/ |
| H A D | sbd_zvol.c | 336 int sync, i, error; in sbd_zvol_rele_write_bufs() local 372 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); in sbd_zvol_rele_write_bufs() 374 (ssize_t)len, sync); in sbd_zvol_rele_write_bufs() 380 if (sync && (flags & ZVIO_COMMIT)) in sbd_zvol_rele_write_bufs() 422 int error, sync; in sbd_zvol_copy_write() local 436 sync = !zvol_get_volume_wce(sl->sl_zvol_minor_hdl); in sbd_zvol_copy_write() 451 (ssize_t)len, sync); in sbd_zvol_copy_write() 456 if (sync && (flags & ZVIO_COMMIT)) in sbd_zvol_copy_write()
|
| /onnv-gate/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
|
| /onnv-gate/usr/src/cmd/filebench/workloads/ |
| H A D | filemicro_createrand.f | 45 … flowop appendfilerand name=append-file,filename=largefile,dsync=$sync,iosize=$iosize,iters=$iters 46 flowop fsync name=sync
|
| H A D | filemicro_seqwrite.f | 44 flowop appendfile name=write-file,dsync=$sync,filename=bigfile,iosize=$iosize,iters=$count
|
| H A D | filemicro_create.f | 42 flowop appendfile name=append-file,filename=largefile,dsync=$sync,iosize=$iosize
|
| H A D | filemicro_rwrite.f | 45 flowop write name=write-file,filename=bigfile1,random,dsync=$sync,iosize=$iosize,iters=$iters
|
| H A D | filemicro_rwritefsync.f | 46 flowop fsync name=sync-file
|
| H A D | filemicro_writefsync.f | 44 flowop fsync name=sync-file
|
| /onnv-gate/usr/src/cmd/filebench/config/ |
| H A D | filemicro.prof | 43 sync = true; 70 sync = true; 77 sync = true; 111 sync = true;
|
| /onnv-gate/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`
|
| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | OutputCharStream.cxx | 163 sync(0); in StrOutputCharStream() 174 sync(0); in extractString() 188 sync(used); in flushBuf() 196 void StrOutputCharStream::sync(size_t length) in sync() function in SP_NAMESPACE::StrOutputCharStream
|
| /onnv-gate/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 …]
|
| /onnv-gate/usr/src/lib/libcmd/ |
| H A D | Makefile.com | 72 sync.o \ 136 pics/sync.o := CERRWARN += -erroff=E_END_OF_LOOP_CODE_NOT_REACHED
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | aggr.h | 97 uint8_t sync: 1; member 105 uint8_t sync: 1;
|
| /onnv-gate/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 …]
|
| /onnv-gate/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
|
| /onnv-gate/usr/src/cmd/sync/ |
| H A D | sync.c | 38 sync(); in main()
|
| /onnv-gate/usr/src/uts/common/io/ |
| H A D | bofi.conf | 60 bofi-sync-check="on";
|
| /onnv-gate/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)
|
| /onnv-gate/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()
|
| /onnv-gate/usr/src/cmd/rpcsvc/net_files/ |
| H A D | rpc | 65 sync 100104 na.sync
|