Home
last modified time | relevance | path

Searched refs:split (Results 1 – 25 of 137) sorted by relevance

123456

/titanic_51/usr/src/uts/common/io/bge/
H A Dbge_main2.c2215 uint32_t split; local
2272 for (split = 0; split < BGE_SPLIT; ++split) {
2273 pbuf = brp->buf[split];
2376 uint32_t split; local
2447 for (split = 0; split < BGE_SPLIT; ++split) {
2448 pbuf = srp->buf[0][split];
2466 uint32_t split; global() local
2541 uint32_t split; global() local
2577 uint32_t split; global() local
2663 int split; global() local
3031 int split; global() local
[all...]
/titanic_51/usr/src/cmd/ypcmd/
H A Dmulti.awk.sh56 numnames = split(namelist[$1], n);
88 numaddr = split(addr[host], tmpaddr, ",");
90 numnames = split(namelist[tmpaddr[i]], tmpname);
/titanic_51/usr/src/uts/common/io/usb/hcd/
H A DREADME246 Start split overhead 67 ns 4 bytes
247 Complete split overhead 67 ns 4 bytes
289 Protocol overhead + Host_Delay + Start split overhead
294 Host_Delay + Complete split overhead
301 Host_Delay) + Start split overhead
305 Protocol overhead + Host_Delay + Complete split overhead
308 o Interrupt schedule or Start and Complete split masks
312 - Interrupt schedule or Start split mask
318 initiate a "start split" transaction.
347 - Complete split mas
[all...]
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dmacro.c68 char split; /* set when word splittin is possible */ member
165 mp->quoted = mp->lit = mp->split = mp->quote = 0; in sh_mactrim()
214 mp->split = !(flag&ARG_ASSIGN); in sh_macexpand()
215 mp->assign = !mp->split; in sh_macexpand()
216 mp->pattern = mp->split && !(flag&ARG_NOGLOB) && !sh_isoption(SH_NOGLOB); in sh_macexpand()
223 mp->split = 0; in sh_macexpand()
272 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0; in sh_machere()
510 else if(mp->split && endch && !mp->quote && !mp->lit) in copyto()
578 if(mp->split && !mp->quote && endch) in copyto()
606 if(mp->split && !mp->quote && !mp->lit && endch) in copyto()
[all …]
/titanic_51/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c91 static void split(struct block *, size_t);
150 split(block, size); in malloc_unlocked()
182 split(block, size); in realloc()
225 split(struct block *block, size_t size) in split() function
/titanic_51/usr/src/cmd/localedef/
H A Dmkwidths.py47 items = line.split()
62 vals = line.split()
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c78 char split; /* set when word splittin is possible */ member
175 mp->quoted = mp->lit = mp->split = mp->quote = 0; in sh_mactrim()
224 mp->split = !(flag&ARG_ASSIGN); in sh_macexpand()
225 mp->assign = !mp->split; in sh_macexpand()
226 mp->pattern = mp->split && !(flag&ARG_NOGLOB) && !sh_isoption(SH_NOGLOB); in sh_macexpand()
234 mp->split = 0; in sh_macexpand()
283 mp->split = mp->assign = mp->pattern = mp->patfound = mp->lit = mp->arith = mp->let = 0; in sh_machere()
524 else if(mp->split && endch && !mp->quote && !mp->lit) in copyto()
593 if(mp->split && !mp->quote && endch) in copyto()
659 if(mp->split in copyto()
1006 int split = mp->split; subcopy() local
1586 int split = mp->split; varsub() local
2463 endfield(register Mac_t * mp,int split) endfield() argument
[all...]
/titanic_51/usr/src/lib/libshell/common/tests/
H A Dvariables.sh281 function split function
338 '') split "$d0$f1$d1" "[0]" "()()" ;;
340 *) split "$d0$f1$d1" "[1]($f1)" "($f1)()" ;;
363 '') split "$d0$f1$d1$f2$d2" "[1]($f1)" "($f1)()" ;;
365 *) split "$d0$f1$d1$f2$d2" "[2]($f1)($f2)" "($f1)($f2)" ;;
397 '') split "$d0$f1$d1$f2$d2$f3$d3" "[2]($f1)($f2)" "($f1)($f2)" ;;
402 split "$d0$f1$d1$f2$d2$f3$d3" "[3]($f1)($f2)($f3)" "($f1)($x)"
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Dvariables.sh281 function split function
338 '') split "$d0$f1$d1" "[0]" "()()" ;;
340 *) split "$d0$f1$d1" "[1]($f1)" "($f1)()" ;;
363 '') split "$d0$f1$d1$f2$d2" "[1]($f1)" "($f1)()" ;;
365 *) split "$d0$f1$d1$f2$d2" "[2]($f1)($f2)" "($f1)($f2)" ;;
397 '') split "$d0$f1$d1$f2$d2$f3$d3" "[2]($f1)($f2)" "($f1)($f2)" ;;
402 split "$d0$f1$d1$f2$d2$f3$d3" "[3]($f1)($f2)($f3)" "($f1)($x)"
/titanic_51/usr/src/tools/scripts/
H A Dgit-pbchk.py67 command = command.split()
110 return elt.split()[1]
131 local, remote = line.split()
184 c = os.path.abspath(os.path.join(root, path)).split(os.path.sep)
185 s = os.path.abspath(here).split(os.path.sep)
H A Dwsdiff.py270 data = data.split("\n", 2)[-1]
463 fnamelist = f.split('.')
708 sections = hstring.split("Section Header")
713 section = sect[datap:].split()[1]
718 sh_type = sect[datap:].split()[2]
784 for line in data.split('\n'):
787 parent = line.split('=')[1].strip()
1093 bname = fileName.split('/')[-1]
/titanic_51/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c135 split(struct block *block, size_t size) in split() function
198 split(block, size); in malloc()
254 split(block, size); in realloc()
/titanic_51/usr/src/cmd/fmt/
H A Dfmt.c58 int nojoin = 0; /* split lines only, don't join short ones */
87 void (*(split))(wchar_t []); variable
126 split = csplit; in main()
128 split = msplit; in main()
303 int nosplit = 0; /* flag set if line should not be split */ in prefix()
324 * if this is a mail header line, don't split it; flush previous in prefix()
334 /* nroff-type lines starting with '.' are not split nor joined */ in prefix()
356 split(s); in prefix()
366 * split puts current line onto outbuf, but splits it in prefix()
369 split(c in prefix()
[all...]
/titanic_51/usr/src/lib/libbsm/
H A Dauditxml305 my ($id, $text) = split(/\s*::\s*/, $listValue);
400 my ($id, $text) = split(/\s*::\s*/, $listValue);
877 my @type = split(/,/, $type);
879 my @id = split(/,/, $id);
997 my @type = split(/\s*,\s*/, $dataType);
998 my @id = split(/\s*,\s*/, $entryId);
1062 my ($id, $text) = split(/\s*::\s*/, $entry);
1101 my @tmp = split(/\//, $file);
/titanic_51/usr/src/lib/libnisdb/
H A Dldap_parse.h292 * element.split Item value string split into multiple values
294 * delim The separator character for the split
324 * element.split
355 } split; member
379 * element.split Item value string split into multiple values
381 * delim The separator character for the split
453 } split; member
572 * numSplits number of split field
[all...]
/titanic_51/usr/src/uts/common/io/nge/
H A Dnge_main.c377 int split; in nge_alloc_bufs() local
395 for (split = 0; split < ngep->nge_split; ++split) { in nge_alloc_bufs()
398 &ngep->send->buf[split]); in nge_alloc_bufs()
428 for (split = 0; split < ngep->nge_split; ++split) in nge_alloc_bufs()
429 nge_free_dma_mem(&ngep->send->buf[split]); in nge_alloc_bufs()
442 int split; in nge_free_bufs() local
499 uint32_t split; nge_init_send_ring() local
[all...]
/titanic_51/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c136 split(buf2, key, localvalue); in do_extends()
216 split(buf2, key, localvalue); in do_extends()
359 split(buf2, key, localvalue); in arch_match()
H A Dfrontend.c220 split(buf2, key, value); in read_spec()
424 * split(const char *line, char *key, char *value);
428 split(const char *line, char *key, char *value) in split() function
471 split(value, fun, extends); in check4extends()
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dfmt.c40 "[s:split-only?Split lines only; do not join short lines to form longer "
137 split(Fmt_t* fp, char* buf, int splice) in split() function
413 split(fp, buf, 0); in dofmt()
494 split(fp, buf, 0); in dofmt()
559 split(fp, buf, splice); in dofmt()
/titanic_51/usr/src/lib/libcmd/common/
H A Dfmt.c137 split(Fmt_t* fp, char* buf, int splice) in split() function
413 split(fp, buf, 0); in dofmt()
494 split(fp, buf, 0); in dofmt()
559 split(fp, buf, splice); in dofmt()
/titanic_51/usr/src/cmd/split/
H A DMakefile29 PROG= split
/titanic_51/usr/src/lib/libmail/common/
H A Ds_string.c282 s_tok(string *from, char *split) in s_tok() argument
284 char *splitend = strpbrk(from->ptr, split); in s_tok()
295 from->ptr += strspn(from->ptr, split); in s_tok()
/titanic_51/usr/src/lib/libzpool/common/
H A Dkernel.c505 ssize_t iolen, split; in vn_rdwr() local
516 * To simulate partial disk writes, we split writes into two in vn_rdwr()
520 split = (sectors > 0 ? rand() % sectors : 0) << in vn_rdwr()
522 iolen = pwrite64(vp->v_fd, addr, split, offset); in vn_rdwr()
523 iolen += pwrite64(vp->v_fd, (char *)addr + split, in vn_rdwr()
524 len - split, offset + split); in vn_rdwr()
/titanic_51/usr/src/cmd/vi/port/
H A Dex_cmdsub.c1074 line *split; in zop2() local
1076 split = NULL; in zop2()
1104 dot = split = addr2; in zop2()
1140 if (split) { in zop2()
1141 plines(addr1, split - 1, 0); in zop2()
1143 plines(split, split, 0); in zop2()
1145 addr1 = split + 1; in zop2()
/titanic_51/usr/src/cmd/man/
H A Dman.c195 static char **split(char *, char);
335 pathv = split(manpath, ':'); in main()
438 q = split(*p, ','); in build_manpath()
533 manp->secv = split(mansec, ','); in getsect()
539 manp->secv = split(sections, ','); in getsect()
548 manp->secv = split(sections, ','); in getsect()
746 ss = split(mansec, ','); in search_whatis()
777 split(char *s1, char sep) in split() function
824 * Free a vector allocated by split()

123456