Home
last modified time | relevance | path

Searched refs:spos (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libresolv2/common/irs/
H A Dlcl_ng.c275 char *spos, *epos; in parse_netgrp() local
311 if ((spos = strsep(&gpos, ","))) { in parse_netgrp()
312 while (*spos == ' ' || *spos == '\t') in parse_netgrp()
313 spos++; in parse_netgrp()
314 if ((epos = strpbrk(spos, " \t"))) { in parse_netgrp()
316 len = epos - spos; in parse_netgrp()
318 len = strlen(spos); in parse_netgrp()
327 spos, in parse_netgrp()
334 spos = strsep(&pos, ", \t"); in parse_netgrp()
335 if (spos != NULL && parse_netgrp(this, spos)) { in parse_netgrp()
[all …]
/titanic_44/usr/src/lib/libtecla/common/
H A Dexpand.c1045 int spos; /* The index of the start of the path segment that needs */ in ef_expand_special() local
1061 for(spos=ppos=0; ppos < pathlen; ppos++) { in ef_expand_special()
1073 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
1125 spos = ppos; in ef_expand_special()
1131 if(spos < ppos && _pn_append_to_path(ef->path, path + spos, ppos-spos, 0) in ef_expand_special()
/titanic_44/usr/src/uts/common/os/
H A Dclock.c1052 int spos; /* starting position */ in genloadavg() local
1064 spos = (avgs->lg_cur - 1) >= 0 ? avgs->lg_cur - 1 : in genloadavg()
1067 cpos = (spos - i) >= 0 ? spos - i : S_LOADAVG_SZ + (spos - i); in genloadavg()
/titanic_44/usr/src/uts/common/avs/ns/rdc/
H A Drdc_ioctl.h275 int spos; /* sub task start block */ member
H A Drdc_clnt.c3157 if (async6.spos != -1) { in rdc_async6()
3158 if ((async6.spos < async6.pos) || in rdc_async6()
3159 ((async6.spos + async6.slen) > in rdc_async6()
3163 async6.pos, async6.len, async6.spos, async6.slen); in rdc_async6()
3194 if (async6.spos == -1) { in rdc_async6()
3200 data6.sfba = async6.spos; in rdc_async6()
H A Drdc_svc.c2732 nsc_off_t spos; in rdc_readmaxfba() local
2785 spos = pos; in rdc_readmaxfba()
2796 ret = nsc_alloc_buf(RDC_U_FD(krdc), spos, fba, in rdc_readmaxfba()
2842 spos += fba; in rdc_readmaxfba()
/titanic_44/usr/src/uts/common/io/scsi/targets/
H A Dst.c4788 tapepos_t spos; in st_check_density_or_wfm() local
4790 COPY_POS(&spos, &un->un_pos); in st_check_density_or_wfm()
4820 COPY_POS(&un->un_pos, &spos); in st_check_density_or_wfm()