/titanic_51/usr/src/uts/common/io/bge/ |
H A D | bge_main2.c | 2215 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 D | multi.awk.sh | 56 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 D | README | 246 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 D | macro.c | 68 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 D | textmem.c | 91 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 D | mkwidths.py | 47 items = line.split() 62 vals = line.split()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | macro.c | 78 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 D | variables.sh | 281 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 D | variables.sh | 281 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 D | git-pbchk.py | 67 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 D | wsdiff.py | 270 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 D | malloc.c | 135 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 D | fmt.c | 58 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 D | auditxml | 305 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 D | ldap_parse.h | 292 * 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 D | nge_main.c | 377 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 D | extends.c | 136 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 D | frontend.c | 220 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 D | fmt.c | 40 "[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 D | fmt.c | 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/cmd/split/ |
H A D | Makefile | 29 PROG= split
|
/titanic_51/usr/src/lib/libmail/common/ |
H A D | s_string.c | 282 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 D | kernel.c | 505 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 D | ex_cmdsub.c | 1074 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 D | man.c | 195 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()
|