Home
last modified time | relevance | path

Searched refs:sec (Results 251 – 275 of 426) sorted by relevance

1...<<1112131415161718

/illumos-gate/usr/src/uts/common/sys/
H A Dtime.h282 #define SEC_TO_TICK(sec) ((sec) * hz) argument
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c221 #define WLAN_ENC(sec) \ argument
222 ((sec == DLADM_WLAN_SECMODE_WPA ? "WPA" : \
223 (sec == DLADM_WLAN_SECMODE_WEP ? "WEP" : "none")))
225 #define NEED_ENC(sec) \ argument
226 (sec == DLADM_WLAN_SECMODE_WPA || sec == DLADM_WLAN_SECMODE_WEP)
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsvcctl_scm.c151 int64_t sec; in svcctl_scm_pg_get_val() local
153 r = scf_value_get_time(mgr_ctx->mc_scf_gval, &sec, &ns); in svcctl_scm_pg_get_val()
154 ((struct timeval *)vp)->tv_sec = sec; in svcctl_scm_pg_get_val()
/illumos-gate/usr/src/cmd/dfs.cmds/sharemgr/
H A Dcommands.c787 void *object, char *sec) in valid_options() argument
795 if (sec == NULL) in valid_options()
798 parent = sa_get_security(object, sec, proto); in valid_options()
1834 out_properties(sa_optionset_t optionset, char *proto, char *sec) in out_properties() argument
1841 if (sec == NULL) in out_properties()
1844 (void) printf(" %s:%s=(", proto ? proto : gettext("all"), sec); in out_properties()
4129 char *sec; in valid_unset_security() local
4131 sec = sa_proto_space_alias(proto, sectype); in valid_unset_security()
4132 security = sa_get_security(group, sec, proto); in valid_unset_security()
4148 if (sec != NULL) in valid_unset_security()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.cond263 122sec
H A Dt.in137 131 122sec 1
H A Dt.nameval131 122sec 1
H A Dt.8.y132 122sec 122sec
H A Dt.printf2134 %: 122sec ... 1 1 122sec 0 0 0  1
H A Dt.vf3132 122sec 122sec
H A Dt.cat525 122sec 1
526 1 is 122sec
527 122sec is 1
H A Dt.NF658 1|122sec
660 1|122sec|||five
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c2360 int sec = (gethrtime() - ds->start) / NANOSEC; in dumpsys_main_task() local
2369 if (ds->percent > ds->percent_done || sec > ds->sec_done) { in dumpsys_main_task()
2370 ds->sec_done = sec; in dumpsys_main_task()
2373 sec / 60, sec % 60, ds->percent); in dumpsys_main_task()
2565 int sec, iorate; in dumpsys_metrics() local
2570 sec = ds->elapsed / (1000 * 1000 * 1000ULL); in dumpsys_metrics()
2571 if (sec < 1) in dumpsys_metrics()
2572 sec = 1; in dumpsys_metrics()
2624 P("Dump pages/sec,%llu\n", (u_longlong_t)ds->npages / sec); in dumpsys_metrics()
2626 P("Dump time,%d\n", sec); in dumpsys_metrics()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_frame.c101 struct Dwarf_Section_s *sec = 0; in dwarf_get_frame_section_name() local
105 sec = &dbg->de_debug_frame; in dwarf_get_frame_section_name()
106 if (sec->dss_size == 0) { in dwarf_get_frame_section_name()
110 *sec_name = sec->dss_name; in dwarf_get_frame_section_name()
119 struct Dwarf_Section_s *sec = 0; in dwarf_get_frame_section_name_eh_gnu() local
123 sec = &dbg->de_debug_frame_eh_gnu; in dwarf_get_frame_section_name_eh_gnu()
124 if (sec->dss_size == 0) { in dwarf_get_frame_section_name_eh_gnu()
128 *sec_name = sec->dss_name; in dwarf_get_frame_section_name_eh_gnu()
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c495 dof_sec_t *sec; in dtracemdb_dof_create() local
526 sec = (dof_sec_t *)((uintptr_t)dof + sizeof (dof_hdr_t)); in dtracemdb_dof_create()
527 sec->dofs_type = DOF_SECT_OPTDESC; in dtracemdb_dof_create()
528 sec->dofs_align = sizeof (uint64_t); in dtracemdb_dof_create()
529 sec->dofs_flags = DOF_SECF_LOAD; in dtracemdb_dof_create()
530 sec->dofs_entsize = sizeof (dof_optdesc_t); in dtracemdb_dof_create()
532 opt = (dof_optdesc_t *)((uintptr_t)sec + in dtracemdb_dof_create()
535 sec->dofs_offset = (uintptr_t)opt - (uintptr_t)dof; in dtracemdb_dof_create()
536 sec->dofs_size = sizeof (dof_optdesc_t) * DTRACEOPT_MAX; in dtracemdb_dof_create()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_clnt.h592 #define SEC2HR(sec) ((sec) * (long long)NANOSEC) argument
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dshdr.msg78 Interpret the sec argument as a section index rather than\n\
83 Interpret the sec argument as a section type rather than\n\
110 If -shndx is set, then sec is a section index, and is\n\
114 If -shtyp is set, then sec is a section type, and is\n\
364 @ MSG_STR_SEC "sec"
H A Dsym.msg122 Interpret the sec argument as a section index rather than\n\
126 Interpret the sec argument as a section type rather than\n\
169 If -secshndx is set, then sec is a section index,\n\
173 If -secshtyp is set, then sec is a section type,\n\
381 @ MSG_STR_SEC "sec"
H A Dphdr.c74 elfedit_section_t *sec; /* Section containing string */ member
315 interp->sec = strsec; in locate_interp()
423 interp.sec->sec_name, interp.str); in print_phdr()
526 strsec = interp.sec; in cmd_body_set_interp()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex221 …\item Chapter \ref{cha:overview}'s introduction and section \ref{sec:overview-api} for a listing o…
223 …\item OS abstraction layer [\ref{sec:osal}] for functions needed to be implemented by upper-layer …
227 …\item Initialization and De-initialization of the HW [ \ref{sec:init-init}, \ref{sec:init-de-init}…
229 …\item Status block initialization [\ref{ssec:sb-init}] and Interrupt handling flow [\ref{sec:sb-fl…
231 \item Link interface [\ref{sec:mfw-link}].
255 \label{sec:overview-api}
332 \label{sec:osal}
428 \label{sec:init-init}
472 \label{sec:init-Zipped and Binary firmware}
502 \label{sec:init-de-init}
[all …]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c996 sec, in gtime() local
1004 if ((sec = tm -> tm_sec) < 0 || sec > 59 in gtime()
1026 result = 60 * result + sec; in gtime()
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c431 int64_t sec; in pg_get_single_val() local
433 r = scf_value_get_time(g_val, &sec, &ns); in pg_get_single_val()
434 ((struct timeval *)vp)->tv_sec = sec; in pg_get_single_val()
1697 int64_t sec; in sortkey_stime() local
1701 sec = tv.tv_sec; in sortkey_stime()
1704 sec = BE_64(sec); in sortkey_stime()
1706 bcopy(&sec, buf, sizeof (sec)); in sortkey_stime()
1707 bcopy(&us, buf + sizeof (sec), sizeof (us)); in sortkey_stime()
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c59 evConsTime(time_t sec, long nsec) { in evConsTime() argument
62 x.tv_sec = sec; in evConsTime()
/illumos-gate/usr/src/boot/common/
H A Dpart.c263 int pri, sec; in ptable_gptread() local
280 pri = sec = 0; in ptable_gptread()
326 sec = 1; in ptable_gptread()
330 if (pri == 0 && sec == 0) { in ptable_gptread()
/illumos-gate/usr/src/boot/i386/libi386/
H A Dbiosdisk.c1155 uint32_t x, bpc, cyl, hd, sec; in bd_chs_io() local
1162 sec = x % bd->bd_sec; /* offset into track */ in bd_chs_io()
1165 sec++; in bd_chs_io()
1178 v86.ecx = ((cyl & 0xff) << 8) | ((cyl & 0x300) >> 2) | sec; in bd_chs_io()

1...<<1112131415161718