Home
last modified time | relevance | path

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

123456

/titanic_41/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; local
2482 for (split = 0; split < BGE_SPLIT; ++split)
2483 bge_free_dma_mem(&srp->buf[array][split]);
2541 uint32_t split; local
[all …]
/titanic_41/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_41/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 mask
[all …]
/titanic_41/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_41/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_41/usr/src/tools/onbld/Scm/
H A DVersion.py87 l = map(int, ver.split('.'))
102 desired = map(int, desired.split('.'))
/titanic_41/usr/src/cmd/localedef/
H A Dmkwidths.py43 items = line.split()
58 vals = line.split()
/titanic_41/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_41/usr/src/tools/scripts/
H A Dgit-pbchk.py61 command = command.split()
111 return elt.split()[1]
133 local, remote = line.split()
190 c = os.path.abspath(os.path.join(root, path)).split(os.path.sep)
191 s = os.path.abspath(here).split(os.path.sep)
/titanic_41/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_41/usr/src/cmd/fmt/
H A Dfmt.c87 void (*(split))(wchar_t []); variable
126 split = csplit; in main()
128 split = msplit; in main()
356 split(s); in prefix()
369 split(cp); in prefix()
/titanic_41/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_41/usr/src/lib/libnisdb/
H A Dldap_parse.h355 } split; member
453 } split; member
H A Dldap_print.c145 printMappingItem(&e->element.split.item, native); in printMappingSubElement()
146 p2buf(myself, ", \"%c\")", e->element.split.delim); in printMappingSubElement()
189 printMappingItem(&e->element.split.item, native); in printMappingElement()
190 p2buf(myself, ", \"%c\")", e->element.split.delim); in printMappingElement()
/titanic_41/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
449 for (split = 0; split < ngep->nge_split; ++split) in nge_free_bufs()
450 nge_free_dma_mem(&ngep->send->buf[split]); in nge_free_bufs()
499 uint32_t split; in nge_init_send_ring() local
525 for (split = 0; split < ngep->nge_split; ++split) { in nge_init_send_ring()
[all …]
/titanic_41/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()
428 split(const char *line, char *key, char *value) in split() function
471 split(value, fun, extends); in check4extends()
/titanic_41/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_41/usr/src/cmd/split/
H A DMakefile29 PROG= split
/titanic_41/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_41/usr/src/lib/libzpool/common/
H A Dkernel.c505 ssize_t iolen, split; in vn_rdwr() local
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_41/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_41/usr/src/cmd/dtrace/test/tst/common/cpc/
H A Dtst.platformevent.ksh47 @a = split(/ /, \$_);
/titanic_41/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()
532 manp->secv = split(mansec, ','); in getsect()
537 manp->secv = split(++sections, ','); in getsect()
546 manp->secv = split(sections, ','); in getsect()
744 ss = split(mansec, ','); in search_whatis()
775 split(char *s1, char sep) in split() function
/titanic_41/usr/src/tools/findunref/
H A Dexception_list.closed44 # An unfortunate artifact of the bridged, split gate is that closed-source
48 # and split, non-Teamware workspaces is that sometimes closed/deleted_files

123456