Home
last modified time | relevance | path

Searched refs:update (Results 76 – 100 of 290) sorted by relevance

12345678910>>...12

/illumos-gate/usr/src/cmd/power/
H A Dpmconfig.h74 int update; /* flag updates from cpr/pm data */ member
/illumos-gate/usr/src/lib/libeti/panel/
H A DMakefile.com33 update.o \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-man.p5m28 file path=lib/svc/manifest/system/update-man-index.xml group=sys mode=0444
30 file path=lib/svc/method/update-man-index mode=0555
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c393 const hsfs_ksindex_t *ksip, int (*update)(kstat_t *, int)) in hsfs_setup_named_kstats()
409 ksp->ks_update = update; in hsfs_setup_named_kstats()
/illumos-gate/usr/src/cmd/news/
H A Dnews.c349 late_news(void(*emit)(), int update) in late_news() argument
380 if (update) { in late_news()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c533 boolean_t remove = B_FALSE, update = B_FALSE; in vdev_disk_open() local
560 update = B_TRUE; in vdev_disk_open()
568 update = B_TRUE; in vdev_disk_open()
571 if (update) { in vdev_disk_open()
579 if (update || remove) { in vdev_disk_open()
607 if (update) { in vdev_disk_open()
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.c50 int (*update)(kstat_t *, int), iospc_ksinfo_t *ksinfop, int num_pics);
420 int (*update)(kstat_t *, int), iospc_ksinfo_t *ksinfop, int num_pics) in iospc_create_cntr_kstat()
454 counters_ksp->ks_update = update; in iospc_create_cntr_kstat()
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypstart.sh96 enable svc:/network/nis/update:default &&
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A DMakefile30 MANIFEST = update.xml
/illumos-gate/usr/src/data/zoneinfo/
H A DMakefile72 update: FRC target
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dtrigger1.test153 create trigger r1 after update on t1 for each row begin
156 update t1 set b='x-' || b where a in (1,3);
166 create trigger t1t instead of update on t1 for each row begin
175 create trigger v1t before update on v1 for each row begin
185 create trigger v1t AFTER update on v1 for each row begin
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c566 int update; in disable_vfstab_entry() local
588 update = 0; in disable_vfstab_entry()
605 update = 1; in disable_vfstab_entry()
619 update = 0; in disable_vfstab_entry()
630 if (update) { in disable_vfstab_entry()
/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc-kstats.c69 int (*update)(kstat_t *, int), void *ksinfop, int num_pics);
452 fpc_create_cntr_kstat(char *name, int instance, int (*update)(kstat_t *, int), in fpc_create_cntr_kstat()
490 counters_ksp->ks_update = update; in fpc_create_cntr_kstat()
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A Ddump.c2576 int update, verbose; local
2596 update = 0;
2624 update = 1;
2729 if (load->updateonly && !update) {
2745 if (! update) {
2768 if (!update) {
2822 …if ((kret = krb5_db_lock(kcontext, update?KRB5_DB_LOCKMODE_PERMANENT: KRB5_DB_LOCKMODE_EXCLUSIVE))…
2863 if (!update) {
2895 if (!update && load->create_kadm5 &&
2920 if (exit_status == 0 && !update) {
[all …]
/illumos-gate/usr/src/lib/libwrap/
H A DMakefile.com35 update.o misc.o diag.o percent_m.o libvars.o
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc_bd.c61 #define fhc_bd_sc_evt(s, e) (*fbe->update)(fbe->soft, s, e)
714 ASSERT(fbe->update); in fhc_bdlist_prime()
1050 fhc_bd_evt.update = f; in fhc_bd_sc_register()
1066 if (!(fbe->update)) in fhc_bd_update()
/illumos-gate/usr/src/cmd/cmd-crypto/scripts/
H A Di.kcfconf61 echo "$0: failed to update $lastdest for $PKGINST."
148 echo "$0: ERROR - failed to update $lastdest for $PKGINST."
/illumos-gate/usr/src/lib/libsqlite/
H A DMakefile.com41 update.o \
87 $(SRCDIR)/update.c \
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DREADME.ON11 changed in Project.pm to update the module version number correctly. If this
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DREADME.ON11 changed in Task.pm to update the module version number correctly. If this
/illumos-gate/usr/src/uts/sun4/ml/
H A Dinterrupt.S54 ! and panic immediately if list head is NULL. Otherwise, update
80 stn %g3, [%g6] ! update cpu->m_cpu.intr_head[pil]
352 ! compute its interval, and update its cumulative counter.
539 ! Take timestamp, compute interval, update cumulative counter.
587 ! means a high-level interrupt can arrive and update the same stats
1034 ! Also update intracct[]
1203 ! Take timestamp, compute interval, update cumulative counter.
1474 ! update old tail
1661 ! update old tail
1752 ! update old tail
[all …]
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_stats.c47 int (*update)(kstat_t *, int));
300 int (*update)(kstat_t *, int)) in tavor_kstat_cntr_create()
338 cntr_ksp->ks_update = update; in tavor_kstat_cntr_create()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpu_event.h213 cpu_idle_prop_type_t type, cpu_idle_prop_update_t update, void *arg,
/illumos-gate/usr/src/lib/libumem/common/
H A Dgetpcstack.c46 #error needs update for new architecture
/illumos-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h128 int (*update)(attrlist *, pwu_repository_t *, void *); member

12345678910>>...12