Searched defs:sec (Results 126 - 146 of 146) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c291 int ccnt, c; /* sec count in current data - curdata */
293 int tcnt; /* total sec count after merge */
294 int mcnt; /* total sec count after merge */
354 * curdata and return the new sec array info
365 * Assume there is at least one flavor entry in the current sec list
380 int ccnt, c; /* sec count in current data - cursec */
381 int r; /* sec count in removal data - remsec */
382 int tcnt, mcnt; /* total sec count after removing */
463 * For the reshare case, sec flavor accounting happens in 3 steps:
490 int ccnt, c; /* sec coun
706 srv_secinfo_treeclimb(exportinfo_t *exip, secinfo_t *sec, int seccnt, bool_t isadd) argument
2061 secinfo_t sec[MAX_FLAVORS]; local
2163 secinfo_t sec[MAX_FLAVORS]; local
[all...]
H A Dnfs4_vfsops.c3569 "start time: %ld sec %ld nsec", prop_time.tv_sec,
3581 "finish time: %ld sec ", after_time.tv_sec));
3584 "propagation delay set to %ld sec",
3879 uint32_t sec; member in struct:__anon55::__anon56
3907 nfs4clientid_verifier.un_curtime.sec = (uint32_t)tt.tv_sec;
H A Dnfs_server.c2645 struct exportinfo **exi, struct sec_ol *sec)
2664 * on in sec->sec_flags. This bit will later serve as an
2666 * filehandle to contain the sec modes used by the server for
2670 if ((sec->sec_index = (uint_t)(*p)) > 0) {
2671 sec->sec_flags |= SEC_QUERY;
2678 "violating WebNFS SNEGO protocol.", sec->sec_index);
2644 rfs_publicfh_mclookup(char *p, vnode_t *dvp, cred_t *cr, vnode_t **vpp, struct exportinfo **exi, struct sec_ol *sec) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/dtrace/
H A Ddtrace.c449 dof_sec_t *sec; local
480 sec = (dof_sec_t *)((uintptr_t)dof + sizeof (dof_hdr_t));
481 sec->dofs_type = DOF_SECT_OPTDESC;
482 sec->dofs_align = sizeof (uint64_t);
483 sec->dofs_flags = DOF_SECF_LOAD;
484 sec->dofs_entsize = sizeof (dof_optdesc_t);
486 opt = (dof_optdesc_t *)((uintptr_t)sec +
489 sec->dofs_offset = (uintptr_t)opt - (uintptr_t)dof;
490 sec->dofs_size = sizeof (dof_optdesc_t) * DTRACEOPT_MAX;
/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c1071 char *host, *pri, *sec, *sbm, *bit, *mas, *sha, *ovr; local
1127 sec = strtok(NULL, " "); /* secondary */
1147 if ((strcmp(bmp, sec) == 0) ||
1174 (strcmp(bmp, sec) == 0) ||
1186 (strcmp(bmp, sec) == 0) ||
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dfil.c1454 u_char sec; local
1457 sec = *(s + 2); /* classification */
1460 if (sec == sp->ol_val) {
1467 if (sec < sp->ol_val)
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c2961 enum snego_stat sec; local
3005 * negotiate sec flavor.
3008 if ((sec = nfs_sec_nego(vers, cl, fspath, &snego)) ==
3014 * specified in the sec= option.
3027 * find a common sec flavor
3046 * sec flavor in the next lookup to
3063 } else if (sec == SNEGO_ARRAY_TOO_SMALL ||
3064 sec == SNEGO_FAILURE) {
3281 * value of 15 sec in the rpc library. The code below is to protect
3707 int cache_time = 30; /* sec */
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Ddumpsubr.c2317 int sec = (gethrtime() - ds->start) / NANOSEC; local
2326 if (ds->percent > ds->percent_done || sec > ds->sec_done) {
2327 ds->sec_done = sec;
2330 sec / 60, sec % 60, ds->percent);
2523 int sec, iorate; local
2528 sec = ds->elapsed / (1000 * 1000 * 1000ULL);
2529 if (sec < 1)
2530 sec = 1;
2578 P("Dump pages/sec,
[all...]
H A Ddevcfg.c5402 clock_t end_time; /* 60 sec */
7531 int nsec, sec; local
7533 sec = end.tv_sec - start.tv_sec;
7537 sec -= 1;
7540 return (sec * (NANOSEC >> 20) + (nsec >> 20));
/illumos-gate/usr/src/cmd/savecore/
H A Dsavecore.c1085 int sec, percent; local
1091 sec = (gethrtime() - startts) / NANOSEC;
1092 if (percent > percent_done || sec > sec_done) {
1093 (void) printf("\r%2d:%02d %3d%% done", sec / 60, sec % 60,
1096 sec_done = sec;
1864 int sec = (gethrtime() - startts) / 1000 / 1000 / 1000; local
1871 if (sec < 1)
1872 sec = 1;
1898 (void) fprintf(mfile, "Copy time,%d\n", sec);
1933 int sec = (gethrtime() - startts) / 1000 / 1000 / 1000; local
1976 int sec = (gethrtime() - startts) / 1000 / 1000 / 1000; local
[all...]
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/
H A Ddigestmd5.c2846 sasl_secret_t *sec = NULL; local
3223 sec = sparams->utils->malloc(sizeof(sasl_secret_t) + len);
3224 if (!sec) {
3235 sec->len = len;
3237 strncpy((char *)sec->data, auxprop_values[0].values[0], len + 1);
3239 strncpy(sec->data, auxprop_values[0].values[0], len + 1);
3245 * H_URP = H({ username-value,":",realm-value,":",passwd}) sec->data
3255 (unsigned char *)text->realm, sec->data,
3256 sec->len, HA1);
3259 text->realm, sec
[all...]
/illumos-gate/usr/src/cmd/ls/
H A Dls.c2306 /* times are equal to the sec, check nsec */
2640 format_time(time_t sec, time_t nsec) argument
2648 localtime(&sec));
2652 if (sec < year || sec > now)
2658 localtime(&sec));
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c1111 const char *symname, *sec; local
1139 sec = NULL;
1142 sec = (char *)MSG_INTL(MSG_STR_UNKNOWN);
1151 sec = conv_sym_shndx(state->osabi, state->ehdr->e_machine,
1157 sec = state->cache[shndx].c_name;
1176 sec = state->cache[shndx].c_name;
1313 state->ehdr->e_machine, sym, verndx, gnuver, sec, symname);
2949 } sec; local
2961 bzero(&sec, sizeof (sec));
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c421 int64_t sec; local
423 r = scf_value_get_time(g_val, &sec, &ns);
424 ((struct timeval *)vp)->tv_sec = sec;
1709 int64_t sec; local
1713 sec = tv.tv_sec;
1716 sec = BE_64(sec);
1718 bcopy(&sec, buf, sizeof (sec));
1719 bcopy(&us, buf + sizeof (sec), sizeo
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c8873 * sec unsigned long The number of whole seconds in the timeout.
8886 unsigned long sec, unsigned long nsec)
8908 gl->timer.dt.tv_sec = sec;
8885 gl_inactivity_timeout(GetLine *gl, GlTimeoutFn *timeout_fn, void *data, unsigned long sec, unsigned long nsec) argument
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvds.c1046 "SUN-DiskImage-%ld%cB cyl %d alt %d hd %d sec %d",
1082 size_t blk, sec, cyl, head, cnt; local
1110 sec = 1;
1114 if (sec >= label->dkl_nsect) {
1120 (caddr_t)label, blk + sec, sizeof (struct dk_label)) < 0) {
1122 blk + sec);
1126 PR1("wrote backup label at block %lu\n", blk + sec);
1128 sec += 2;
1752 int sec, status; local
1860 for (sec
5447 uint_t sec; local
[all...]
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c6325 "sata_txlt_read cmd 0x%2x, lba %llx, sec count %x\n",
6589 "sata_txlt_write cmd 0x%2x, lba %llx, sec count %x\n",
9292 sata_build_read_verify_cmd(sata_cmd_t *scmd, uint16_t sec, uint64_t lba) argument
9298 scmd->satacmd_sec_count_lsb = sec & 0xff;
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c8878 dtrace_helper_provide_one(dof_helper_t *dhp, dof_sec_t *sec, pid_t pid) argument
8895 provider = (dof_provider_t *)(uintptr_t)(daddr + sec->dofs_offset);
8972 dof_sec_t *sec = (dof_sec_t *)(uintptr_t)(daddr + local
8975 if (sec->dofs_type != DOF_SECT_PROVIDER)
8978 dtrace_helper_provide_one(dhp, sec, pid);
8992 dtrace_helper_provider_remove_one(dof_helper_t *dhp, dof_sec_t *sec, pid_t pid) argument
9003 provider = (dof_provider_t *)(uintptr_t)(daddr + sec->dofs_offset);
9029 dof_sec_t *sec = (dof_sec_t *)(uintptr_t)(daddr + local
9032 if (sec->dofs_type != DOF_SECT_PROVIDER)
9035 dtrace_helper_provider_remove_one(dhp, sec, pi
12490 dof_sec_t *sec; local
12648 dof_sec_t *sec = (dof_sec_t *)(uintptr_t) local
12670 dtrace_dof_probedesc(dof_hdr_t *dof, dof_sec_t *sec, dtrace_probedesc_t *desc) argument
12739 dtrace_dof_difo(dof_hdr_t *dof, dof_sec_t *sec, dtrace_vstate_t *vstate, cred_t *cr) argument
12913 dtrace_dof_predicate(dof_hdr_t *dof, dof_sec_t *sec, dtrace_vstate_t *vstate, cred_t *cr) argument
12925 dtrace_dof_actdesc(dof_hdr_t *dof, dof_sec_t *sec, dtrace_vstate_t *vstate, cred_t *cr) argument
13058 dtrace_dof_ecbdesc(dof_hdr_t *dof, dof_sec_t *sec, dtrace_vstate_t *vstate, cred_t *cr) argument
13127 dtrace_dof_relocate(dof_hdr_t *dof, dof_sec_t *sec, uint64_t ubase) argument
13297 dof_sec_t *sec = (dof_sec_t *)(daddr + local
13351 dof_sec_t *sec = (dof_sec_t *)(daddr + local
13369 dof_sec_t *sec = (dof_sec_t *)(daddr + local
13400 dof_sec_t *sec = (dof_sec_t *)((uintptr_t)dof + local
15108 dtrace_helper_provider_validate(dof_hdr_t *dof, dof_sec_t *sec) argument
15347 dof_sec_t *sec = (dof_sec_t *)(uintptr_t)(daddr + local
[all...]
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h535 u64 sec; member in struct:e1000_hw_stats
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h841 uint64_t sec; member in struct:e1000_hw_stats
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h2418 uint8_t sec; member in struct:ql_iltds_time_stamp

Completed in 394 milliseconds

123456