Searched refs:tend (Results 1 – 10 of 10) sorted by relevance
/illumos-gate/usr/src/cmd/acct/lib/ |
H A D | pnpsplit.c | 86 time_t tcur, tend; in pnpsplit() local 96 tend = start + etime; in pnpsplit() 97 memcpy(&end, localtime(&tend), sizeof(end)); in pnpsplit() 101 while ( tcur < tend ) { /* one iteration per day or part thereof */ in pnpsplit() 106 result[NONPRIME] += tend-tcur; in pnpsplit() 119 result[hp->h_type] += tend-tcur; in pnpsplit() 120 tcur = tend; in pnpsplit()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | common.c | 173 const uint8_t *tstart, *tend; in poe_tagcheck() local 184 tend = tstart + plen; in poe_tagcheck() 192 if (tptr < tstart || tptr+POET_HDRLEN > tend || in poe_tagcheck() 193 tptr+POET_HDRLEN+POET_GET_LENG(tptr) > tend) in poe_tagcheck()
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | permission.c | 795 char *temp, *tend; local 806 for ( tend = temp + strlen(temp) ; *temp; ) { 823 *tend = '\0'; 824 if ( (tend = strrchr(temp, '/')) == NULL ) { 828 *(tend+1) = '\0';
|
/illumos-gate/usr/src/cmd/ndmpd/ndmp/ |
H A D | ndmpd_tar.c | 1404 char *tend, *send; /* tmp and suffix end */ in prefixdir() local 1416 tend = &tmp[strlen(tmp)]; in prefixdir() 1423 while (tend >= tmp && send >= suffix) in prefixdir() 1424 if (*tend == *send) in prefixdir() 1425 tend--, send--; in prefixdir() 1429 *++tend = '\0'; in prefixdir()
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | lgrpplat.c | 2929 uint64_t tend; in lgrp_plat_process_srat() local 2931 tend = ml->ml_address + ml->ml_size; in lgrp_plat_process_srat() 2932 if (tstart > end || tend < start) in lgrp_plat_process_srat() 2938 if (end < tend) in lgrp_plat_process_srat() 2939 tend = end; in lgrp_plat_process_srat() 2940 if (rend < tend) in lgrp_plat_process_srat() 2941 rend = tend; in lgrp_plat_process_srat()
|
/illumos-gate/usr/src/common/ctf/ |
H A D | ctf_open.c | 206 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); in init_types() local 228 for (tp = tbuf; tp < tend; fp->ctf_typemax++) { in init_types() 348 for (id = 1, tp = tbuf; tp < tend; xp++, id++) { in init_types()
|
/illumos-gate/usr/src/tools/findunref/ |
H A D | exception_list.open | 104 # itself. This is a questionable practice, since they tend to rot.
|
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/ |
H A D | ecore.tex | 194 …\item Slowpath flows tend to reside largely in ecore and less so in OS specific layers. As much of… 196 …\item Fastpath flows tend to be in the OS specific layer as too much layering and abstraction is o…
|
/illumos-gate/usr/src/cmd/spell/ |
H A D | list | 22587 tend
|
/illumos-gate/usr/src/cmd/look/ |
H A D | words | 22588 tend
|