Searched refs:sec (Results 51 - 75 of 108) sorted by relevance

12345

/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dvmstat.d74 profile:::tick-1sec
100 profile:::tick-1sec
H A Djs_objgc.d83 profile:::tick-1sec,
H A Dvmstat-p.d78 tick-1sec
109 profile:::tick-1sec
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Mem/
H A Dvmstat.d74 profile:::tick-1sec
100 profile:::tick-1sec
H A Dvmstat-p.d78 tick-1sec
109 profile:::tick-1sec
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/JavaScript/
H A Djs_objgc.d83 profile:::tick-1sec,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm63 my $sec = $SecOff + $_[0] + 60 * $_[1] + 3600 * $_[2];
67 $sec + 86400 * &_daygm;
72 my ($sec,$min,$hour,$mday,$month,$year) = @_;
84 croak "Cannot handle date ($sec, $min, $hour, $mday, $month, $year)";
95 croak "Second '$sec' out of range 0..59" if $sec > 59 or $sec < 0;
102 croak "Cannot handle date ($sec, $min, $hour, $mday, $month, $year)";
105 $sec += $SecOff + 60*$min + 3600*$hour;
109 $sec
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dcryptodisk.c139 generate_lrw_sector (struct lrw_sector *sec, argument
147 sec->low_byte = (idx[GRUB_CRYPTODISK_GF_BYTES - 1]
149 sec->low_byte_c = (((GF_PER_SECTOR (dev) - 1) & ~sec->low_byte) + 1);
151 gf_mul_be (sec->low, dev->lrw_key, idx);
152 if (!sec->low_byte)
166 gf_mul_be (sec->high, dev->lrw_key, idx);
170 lrw_xor (const struct lrw_sector *sec, argument
176 for (i = 0; i < sec->low_byte_c * GRUB_CRYPTODISK_GF_BYTES;
178 grub_crypto_xor (b + i, b + i, sec
310 struct lrw_sector sec; local
[all...]
H A Dpata.c285 grub_uint8_t sec = grub_pata_regget (dev, GRUB_ATA_REG_SECTORS); local
286 grub_dprintf ("ata", "sectors=0x%x\n", sec);
287 if (sec != 0x5A)
/osnet-11/usr/src/lib/libast/common/tm/
H A Dtmxscan.c50 int sec; member in struct:__anon1190
55 #define CLEAR(s) (s.year=s.mon=s.week=s.weektype=s.yday=s.mday=s.wday=s.hour=s.min=s.sec=s.meridian=(-1),s.nsec=1000000000L,s.zone=TM_LOCALZONE)
114 tm->tm_sec = (set->sec >= 0) ? set->sec : 0;
119 tm->tm_sec = (set->sec >= 0) ? set->sec : 0;
121 else if (set->sec >= 0)
122 tm->tm_sec = set->sec;
331 set.sec = n;
/osnet-11/usr/src/lib/libinetutil/common/
H A Dtq.c173 iu_schedule_timer(iu_tq_t *tq, uint32_t sec, iu_tq_callback_t *callback, argument
176 return (iu_schedule_timer_ms(tq, sec * MILLISEC, callback, arg));
251 iu_adjust_timer(iu_tq_t *tq, iu_timer_id_t timer_id, uint32_t sec) argument
261 insert_timer(tq, node, sec * MILLISEC);
/osnet-11/usr/src/lib/passwdutil/
H A Dutils.c261 time_t sec = time((time_t *)0); local
265 spw->sp_lstchg = (time32_t)(sec / DAY);
267 spw->sp_lstchg = (sec / DAY);
269 remain_min = (sec - (spw->sp_lstchg * DAY)) / 60;
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_upgrade.c521 nvlist_t *sec = NULL; local
562 sec = sa_share_alloc(NULL, NULL);
563 if (sec == NULL) {
579 pnode = (is_sec) ? sec : prot;
614 ret = sa_upgrade_add_nvlist(prot, sectype, sec);
624 if (is_sec && (sec != NULL))
625 sa_share_free(sec);
795 nvlist_t *sec = NULL; local
825 sec = sa_share_alloc(NULL, NULL);
826 if (sec
1150 nvlist_t *sec, *dsec, *tmp_sec; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dfat.c619 struct grub_fat_dir_entry sec; local
620 offset += sizeof (sec);
622 offset, sizeof (sec), (char *) &sec)
623 != sizeof (sec))
625 if (!(sec.entry_type & 0x80))
627 if (!(sec.entry_type & 0x40))
629 switch (sec.entry_type)
632 node.first_cluster = grub_cpu_to_le32 (sec.type_specific.stream_extension.first_cluster);
634 = grub_cpu_to_le64 (sec
[all...]
H A Dromfs.c93 grub_disk_addr_t sec = 0; local
119 for (sec++; ; sec++)
121 err = grub_disk_read (dev->disk, sec, 0, sizeof (sb), &sb);
134 data->first_file = ALIGN_UP (ptr - sb.d, GRUB_ROMFS_ALIGN) + sec * 512;
/osnet-11/usr/src/lib/libldap4/
H A DMakefile.com66 $(UTILOBJS:%.o=../util/%.c) $(SECOBJS:%.o=../sec/%.c)
115 objs/%.o pics/%.o: ../sec/%.c
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dsleep.c136 unsigned int sleep(unsigned int sec) argument
143 tp = (void*)sh_timeradd(1000*sec, 0, completed, (void*)&expired);
159 tp = (void*)sh_timeradd(1000*sec, 0, completed, (void*)&expired);
H A Dread.c62 Sfdouble_t sec; local
96 sec = sh_strnum(opt_info.arg, (char**)0,1);
97 timeout = sec ? 1000*sec : 1;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_print.c196 long long sec, msec, usec; local
201 sec = msec / 1000;
205 (void) snprintf(buf, sizeof (buf), "%4lld:%03lld:%03lld", sec, msec,
/osnet-11/usr/src/lib/librdc/common/
H A Drdcrules.c85 char sec[CFG_MAX_BUF]; /* rdc secondary vol */ local
153 shost, sec, sbm);
168 if ((strcmp(bmp, sec) == 0) ||
199 (strcmp(bmp, sec) == 0) ||
213 (strcmp(bmp, sec) == 0) ||
/osnet-11/usr/src/lib/libshare_plugins/nfs/
H A Dlibshare_nfs.c362 if (strcasecmp(namep, "sec") == 0) {
377 * if we have seen a sec= property then
472 strncmp(valstart, "sec", valp - valstart) == 0) {
502 int sec; local
548 /* Global property or charset property or "sec" */
550 /* Check for "share.nfs.sec" */
551 if (strcmp(prop_name, "sec") != 0) {
559 * Special handling for share.nfs.sec
561 * e.g. share.nfs.sec=sys:krb5:dh:default
570 int sec; local
762 int idx, sec, ret; local
2654 get_rootnames(seconfig_t *sec, char *list, int *count) argument
[all...]
/osnet-11/usr/src/lib/libdscfg/common/
H A Dcfg.h70 const char *sec, const char *field);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_dof.c904 dof_sec_t *sec; local
929 sec = (dof_sec_t *)((uintptr_t)dof + sizeof (dof_hdr_t));
930 sec->dofs_type = DOF_SECT_OPTDESC;
931 sec->dofs_align = sizeof (uint64_t);
932 sec->dofs_flags = DOF_SECF_LOAD;
933 sec->dofs_entsize = sizeof (dof_optdesc_t);
935 dofo = (dof_optdesc_t *)((uintptr_t)sec +
938 sec->dofs_offset = (uintptr_t)dofo - (uintptr_t)dof;
939 sec->dofs_size = sizeof (dof_optdesc_t) * nopts;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1686 asctime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = 0)
1687 int sec
1700 mytm.tm_sec = sec;
1740 mktime(sec, min, hour, mday, mon, year, wday = 0, yday = 0, isdst = 0)
1741 int sec
1754 mytm.tm_sec = sec;
1772 strftime(fmt, sec, min, hour, mday, mon, year, wday = -1, yday = -1, isdst = -1)
1774 int sec
1785 char *buf = my_strftime(fmt, sec, min, hour, mday, mon, year, wday, yday, isdst);
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c102 int rc, sec = FEDFS_SEC_NONE, len, do_starttls; local
128 sec = sectype_to_int(info->sectype);
141 if (sec != FEDFS_SEC_NONE && certpath != NULL) {
179 if (sec == FEDFS_SEC_NONE) {

Completed in 74 milliseconds

12345