Home
last modified time | relevance | path

Searched refs:sec (Results 226 – 250 of 426) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h336 #define SEC_TO_LBN(sec, vfsp) ((sec)<<((struct hsfs *)((vfsp)->vfs_data))-> \ argument
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/scalars/
H A Dtst.selfarray2.d58 tick-1sec
/illumos-gate/usr/src/uts/common/sys/fm/
H A Dutil.h69 uint64_t sec; /* seconds since gettimeofday() Epoch */ member
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh56 tick-1sec
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.set0b394 122sec
395 122sec
396 122sec
H A Dt.set0a394 122sec
395 1 122sec
396 122sec
H A Dt.printf132 %: 122sec ... 1 1 122sec
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dmk_req_ext.c94 krb5_int32 sec, usec; in krb5int_generate_and_save_subkey()
98 krb5_crypto_us_timeofday (&rnd_data.sec, &rnd_data.usec); in krb5int_generate_and_save_subkey()
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c1083 int year, month, day, hour, minute, sec, gmtoff; in hs_parse_dirdate() local
1090 sec = HDE_DATE_SEC(dp); in hs_parse_dirdate()
1099 tvp->tv_sec += ((hour * 60) + minute) * 60 + sec; in hs_parse_dirdate()
1118 int year, month, day, hour, minute, sec, gmtoff; in hs_parse_longdate() local
1125 sec = HSV_DATE_SEC(dp); in hs_parse_longdate()
1134 tvp->tv_sec += ((hour * 60) + minute) * 60 + sec; in hs_parse_longdate()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.roch.d85 tick-1sec
/illumos-gate/usr/src/boot/libsa/
H A Ddosfs.c588 uint_t nsec, lsec, xdn, chk, sec, ent, x; in lookup() local
610 for (sec = 0; sec < nsec; sec++) { in lookup()
611 if ((err = ioget(fs->fd, lsec + sec, dir, secbyt(1)))) in lookup()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ustack/
H A Dtst.depth.ksh58 tick-1sec
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c633 const char *sec, const char *poststr) in Elf_syms_table_entry() argument
648 if (sec == NULL) in Elf_syms_table_entry()
649 sec = conv_sym_shndx(osabi, mach, sym->st_shndx, in Elf_syms_table_entry()
658 sec, Elf_demangle_name(poststr)); in Elf_syms_table_entry()
H A Dutil.c172 Dbg_util_scc_title(Lm_list *lml, int sec) in Dbg_util_scc_title() argument
181 if (sec) in Dbg_util_scc_title()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop.c616 int sec, usec; in show_pktinfo() local
640 sec = tvp->tv_sec - ptvp->tv_sec; in show_pktinfo()
644 sec -= 1; in show_pktinfo()
646 (void) sprintf(lp, "%3d.%05d ", sec, usec / 10); in show_pktinfo()
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_ses.c425 ses_sleep(int sec) in ses_sleep() argument
428 sleep(sec); in ses_sleep()
H A Ddcs.h295 void ses_sleep(int sec);
/illumos-gate/usr/src/lib/libshare/common/
H A Dscfutil.c1864 sa_security_t sec; in sa_delete_share() local
1906 for (sec = sa_get_security(share, NULL, NULL); in sa_delete_share()
1907 sec != NULL; in sa_delete_share()
1908 sec = sa_get_next_security(sec)) { in sa_delete_share()
1911 proto = sa_get_security_attr(sec, "type"); in sa_delete_share()
1912 sectype = sa_get_security_attr(sec, "sectype"); in sa_delete_share()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dtime.c169 int sec = tme->tm_sec; in tm_to_secs() local
192 num_sec += sec; in tm_to_secs()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_query.c1995 struct Dwarf_Section_s *sec = 0; in _dwarf_calculate_info_section_start_ptr() local
1998 sec = context->cc_is_info? &dbg->de_debug_info: &dbg->de_debug_types; in _dwarf_calculate_info_section_start_ptr()
1999 dataptr = sec->dss_data; in _dwarf_calculate_info_section_start_ptr()
2000 *section_len = sec->dss_size; in _dwarf_calculate_info_section_start_ptr()
2029 struct Dwarf_Section_s *sec = 0; in _dwarf_calculate_abbrev_section_end_ptr() local
2032 sec = &dbg->de_debug_abbrev; in _dwarf_calculate_abbrev_section_end_ptr()
2033 abbrev_start = sec->dss_data; in _dwarf_calculate_abbrev_section_end_ptr()
2034 abbrev_end = abbrev_start + sec->dss_size; in _dwarf_calculate_abbrev_section_end_ptr()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c64 Sfdouble_t sec; in b_read() local
99 sec = sh_strnum(opt_info.arg, (char**)0,1); in b_read()
100 timeout = sec ? 1000*sec : 1; in b_read()
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.S68 ! if (sec-ctx > INVALID_CONTEXT) {
69 ! write INVALID_CONTEXT to sec-ctx
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c716 srv_secinfo_treeclimb(nfs_export_t *ne, exportinfo_t *exip, secinfo_t *sec, in srv_secinfo_treeclimb() argument
768 srv_secinfo_add(pxsec, pxcnt, sec, seccnt, in srv_secinfo_treeclimb()
771 srv_secinfo_remove(pxsec, pxcnt, sec, seccnt); in srv_secinfo_treeclimb()
779 srv_secinfo_add(pxsec, pxcnt, sec, seccnt, in srv_secinfo_treeclimb()
782 srv_secinfo_remove(pxsec, pxcnt, sec, seccnt); in srv_secinfo_treeclimb()
2318 secinfo_t sec[MAX_FLAVORS]; in makefh_ol() local
2331 seccnt = build_seclist_nodups(&exi->exi_export, sec, TRUE); in makefh_ol()
2358 ipt[i] = htonl(sec[i + secidx].s_secinfo.sc_nfsnum); in makefh_ol()
2420 secinfo_t sec[MAX_FLAVORS]; in makefh3_ol() local
2433 seccnt = build_seclist_nodups(&exi->exi_export, sec, TRUE); in makefh3_ol()
[all …]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c527 n->sec <= SEC_SYNOPSIS) { in mdoc_sh_pre()
534 if (sn->sec == SEC_CUSTOM) in mdoc_sh_pre()
577 if (n->sec == SEC_AUTHORS) in mdoc_sh_pre()
1008 if (n->sec == SEC_AUTHORS && ! (h->flags & HTML_NOSPLIT)) in mdoc_an_pre()
1438 if (n->sec == SEC_SEE_ALSO) in mdoc_rs_pre()
1444 if (n->sec == SEC_SEE_ALSO) in mdoc_rs_pre()
1471 if (n->sec == SEC_LIBRARY && in mdoc_lb_pre()
H A Dhtml.c592 print_href(struct html *h, const char *name, const char *sec, int man) in print_href() argument
601 mandoc_asprintf(&filename, "%s.%s", name, sec); in print_href()
612 if (sec == NULL) in print_href()
615 print_encode(h, sec, NULL, 1); in print_href()

12345678910>>...18