Home
last modified time | relevance | path

Searched defs:sec (Results 26 – 50 of 169) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/sys/dktp/
H A Dgda.h54 #define GDA_SETGEOM(hd, sec) (((hd) << 16) | (sec)) argument
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/os/
H A Dc_ustime.c41 struct time_now { krb5_int32 sec, usec; }; member
H A Dtoffset.c42 krb5_int32 sec, usec; in krb5_set_real_time() local
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddof.c585 dof_sec_walk(uintptr_t addr, void *ignored, int *sec) in dof_sec_walk()
609 int sec = 0; in dof_sec() local
802 dof_sect_strtab(uintptr_t addr, dof_sec_t *sec) in dof_sect_strtab()
829 dof_sect_provider(dof_hdr_t *dofh, uintptr_t addr, dof_sec_t *sec, in dof_sect_provider()
961 dof_sect_prargs(uintptr_t addr, dof_sec_t *sec) in dof_sect_prargs()
/illumos-gate/usr/src/cmd/sleep/
H A Dsleep.c65 long double d, sec, frac; in main() local
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.h66 #define SEC_TO_NSEC(sec) (sec) * (long)NANOSEC argument
/illumos-gate/usr/src/compat/bhyve/sys/
H A Dclock.h63 int sec; /* second (0 - 59) */ member
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c572 time_t sec; in getxdr_date() local
612 time_t sec, nsec; in getxdr_date_ns() local
626 format_time(int64_t sec, uint32_t nsec) in format_time()
670 time_t sec; in getxdr_time() local
H A Dsnoop_pmap.c496 time_t sec = getxdr_long(); local
592 time_t sec = getxdr_long(); local
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_time.c119 uint32_t sec, nsec, tmp; in fmd_time_hrt2ftv() local
257 hrtime_t tod, hrt, sec, rem; in fmd_simulator_tod() local
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_subr.c162 int year, month, day, hour, minute, sec, gmtoff; local
199 int year, month, day, hour, minute, sec, gmtoff; local
/illumos-gate/usr/src/cmd/mandoc/
H A Dmansearch.h97 int sec; /* section number, 10 means invalid */ member
103 const char *sec; /* mansection/NULL */ member
H A Dmandoc_xr.c65 mandoc_xr_add(const char *sec, const char *name, int line, int pos) in mandoc_xr_add()
H A Dmain.c135 const char *progname, *sec, *ep; in main() local
712 const char *sec, enum form form, struct manpage **res, size_t *ressz) in fs_append()
736 const char *sec, const char *arch, const char *name, in fs_lookup()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c152 elfedit_section_t *sec; member
157 elfedit_section_t *sec; member
161 elfedit_section_t *sec; member
167 elfedit_section_t *sec; member
1503 elfedit_section_t *sec = in cpl_sh_opt() local
1544 elfedit_section_t *sec; in cpl_st_shndx() local
H A Dshdr.c234 elfedit_section_t *sec = &argstate->obj_state->os_secarr[ndx]; in print_shdr() local
756 elfedit_section_t *sec; in cpl_1starg_sec() local
813 elfedit_section_t *sec; in cpl_sh_infolink() local
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c93 int sec, min, hour, day, month, year; in get_time() local
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c1153 #define cachehit(pub, sec, list) \ argument
1161 readcache(pub, sec, deskey, hash) in readcache() argument
1182 writecache(pub, sec, deskey, hash) in writecache() argument
1348 char *sec = s->keybuf3_val; in hash_keys3() local
1695 #define findsec(sec, list) \ argument
1702 removecache(sec) in removecache() argument
1824 hash_keys(pub, sec) in hash_keys() argument
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c91 time_t sec; in uniqtime() local
899 time_t sec; in timespectohz() local
945 int64_t sec; in timespectohz64() local
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dsleep.c136 unsigned int sleep(unsigned int sec) in sleep()
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dclock.c96 uint32_t sec, nsec, tmp; in hrt2ts() local
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dutil.h69 uint64_t sec; /* seconds since gettimeofday() Epoch */ member
/illumos-gate/usr/src/common/mc/zen_umc/
H A Dzen_umc_dump.c59 nvlist_t *sec = fnvlist_alloc(); in zen_umc_dump_cs() local
369 nvlist_t *base, *sec; in zen_umc_restore_cs() local
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_glue.c354 const uint64_t sec = interval / NANOSEC; in hrt_freq_count() local
367 const uint64_t sec = count / freq; in hrt_freq_interval() local
/illumos-gate/usr/src/lib/sasl_plugins/cram/
H A Dcram.c253 sasl_secret_t *sec = NULL; in crammd5_server_mech_step2() local
553 static char *make_hashed(sasl_secret_t *sec, char *nonce, int noncelen, in make_hashed()

1234567