/titanic_51/usr/src/cmd/cmd-crypto/kmfcfg/ |
H A D | util.c | 371 char *marker; in populate_opts() local 390 marker = optstring; /* may need optstring later */ in populate_opts() 392 opts_av[i].shortnm = *marker++; /* set short name */ in populate_opts() 394 if (*marker == ':') { /* check for opt arg */ in populate_opts() 395 marker++; in populate_opts() 399 if (*marker == '(') { /* check and set long name */ in populate_opts() 400 marker++; in populate_opts() 401 opts_av[i].longnm = marker; in populate_opts() 402 opts_av[i].longnm_len = strcspn(marker, ")"); in populate_opts() 403 optstring = marker in populate_opts() [all...] |
/titanic_51/usr/src/lib/libcryptoutil/common/ |
H A D | random.c | 86 char *marker = dbuf; in readn_nointr() local 90 for (err = 0; left > 0 && nread != -1; marker += nread, left -= nread) { in readn_nointr() 91 if ((nread = read(fd, marker, left)) < 0) { in readn_nointr() 111 char *marker = dbuf; in writen_nointr() local 115 for (err = 0; left > 0 && nwrite != -1; marker += nwrite, in writen_nointr() 117 if ((nwrite = write(fd, marker, left)) < 0) { in writen_nointr()
|
H A D | keyfile.c | 111 char *marker = (char *)filebuf; in pkcs11_read_data() local 115 for (/* */; left > 0; marker += nread, left -= nread) { in pkcs11_read_data() 117 nread = read(fd, marker, left); in pkcs11_read_data()
|
/titanic_51/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_debug.c | 338 uint32_t marker[2], fdata[2], faddr; in ql_flash_errlog() local 350 * If marker not already found, locate or write marker. in ql_flash_errlog() 354 /* Create marker. */ in ql_flash_errlog() 355 marker[0] = CHAR_TO_LONG(ha->fw_subminor_version, in ql_flash_errlog() 367 for (marker[1] = 0; *s != '\0'; s++) { in ql_flash_errlog() 369 marker[1] <<= 4; in ql_flash_errlog() 370 marker[1] |= *s - '0'; in ql_flash_errlog() 376 /* Locate marker. */ in ql_flash_errlog() 393 if (fdata[0] == marker[ in ql_flash_errlog() [all...] |
/titanic_51/usr/src/uts/intel/ia32/sys/ |
H A D | traptrace.h | 108 * marker -- register containing byte to store in marker field of entry 116 #define TRACE_PTR(ptr, scr1, scr1_32, scr2, marker) \ 131 9: movb marker, TTR_MARKER(ptr); 135 #define TRACE_PTR(ptr, scr1, scr1_32, scr2, marker) \ 149 9: movb marker, TTR_MARKER(ptr); 275 #define TRACE_PTR(ptr, scr1, scr1_32, scr2, marker)
|
/titanic_51/usr/src/boot/sys/boot/common/ |
H A D | bcache.c | 125 uint32_t *marker; in bcache_allocate() local 160 /* Insert cache end marker. */ in bcache_allocate() 161 marker = (uint32_t *)(bc->bcache_data + bc->bcache_nblks * bcache_blksize); in bcache_allocate() 162 *marker = BCACHE_MARKER; in bcache_allocate() 224 uint32_t *marker; in read_strategy() local 230 marker = (uint32_t *)(bc->bcache_data + bc->bcache_nblks * bcache_blksize); in read_strategy() 351 if (*marker != BCACHE_MARKER) { in read_strategy()
|
/titanic_51/usr/src/common/ficl/softcore/ |
H A D | marker.fr | 1 \ ** ficl/softwords/marker.fr 6 : marker ( "name" -- )
|
/titanic_51/usr/src/cmd/cmd-crypto/pktool/ |
H A D | common.c | 395 char *marker; in populate_opts() local 417 marker = optstring; /* may need optstring later */ in populate_opts() 419 opts_av[i].shortnm = *marker++; /* set short name */ in populate_opts() 421 if (*marker == ':') { /* check for opt arg */ in populate_opts() 422 marker++; in populate_opts() 426 if (*marker == '(') { /* check and set long name */ in populate_opts() 427 marker++; in populate_opts() 428 opts_av[i].longnm = marker; in populate_opts() 429 opts_av[i].longnm_len = strcspn(marker, ")"); in populate_opts() 430 optstring = marker in populate_opts() [all...] |
/titanic_51/usr/src/lib/libkmf/libkmf/common/ |
H A D | pk11tokens.c | 62 char *marker; in memcmp_pad_max() local 74 marker = d2; in memcmp_pad_max() 78 marker = d1; in memcmp_pad_max() 87 while (len < extra_len && marker[len]) in memcmp_pad_max() 88 if (!isspace(marker[len++])) in memcmp_pad_max()
|
/titanic_51/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_tmpl.c | 586 void *marker = NULL; in composed_pg_destroy() local 593 while (uu_avl_teardown(cpg->cpg_composed_props, &marker) != in composed_pg_destroy() 622 uu_avl_index_t marker; in grow_props_tree() local 628 if (uu_avl_find(tree, prop, NULL, &marker) == NULL) { in grow_props_tree() 637 uu_avl_insert(tree, prop, marker); in grow_props_tree() 685 uu_avl_index_t marker; in build_composed_property_groups() local 698 match = uu_avl_find(tree, cpg, NULL, &marker); in build_composed_property_groups() 701 uu_avl_insert(tree, cpg, marker); in build_composed_property_groups() 716 match = uu_avl_find(tree, cpg, NULL, &marker); in build_composed_property_groups() 718 uu_avl_insert(tree, cpg, marker); in build_composed_property_groups() 758 void *marker = NULL; demolish_composed_instance() local 2099 uu_avl_index_t marker; gather_pattern() local 2903 void *marker = NULL; tmpl_consistency() local 2989 void *marker = NULL; tmpl_errors_destroy() local [all...] |
/titanic_51/usr/src/lib/libdwarf/common/ |
H A D | pro_die.c | 180 Dwarf_Unsigned marker, in dwarf_add_die_marker() argument 186 die->di_marker = marker; in dwarf_add_die_marker() 194 Dwarf_Unsigned * marker, in dwarf_get_die_marker() argument 200 *marker = die->di_marker; in dwarf_get_die_marker()
|
/titanic_51/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 559 unsigned char *buff, marker[4]; in hist_nearend() local 591 if((n=sfread(iop,(char*)marker,4))==4) in hist_nearend() 593 n = (marker[0]<<16)|(marker[1]<<8)|marker[2]; in hist_nearend() 668 unsigned char *marker = (unsigned char*)(cp-4); in hist_eof() local 669 int n = ((marker[0]<<16) in hist_eof() 670 |(marker[1]<<8)|marker[2]); in hist_eof()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 63 off_t histmarker; /* offset of last command marker */ \ 562 unsigned char *buff, marker[4]; in hist_nearend() local 565 /* skip to marker command and return the number */ in hist_nearend() 573 /* check for marker */ in hist_nearend() 594 if((n=sfread(iop,(char*)marker,4))==4) in hist_nearend() 596 n = (marker[0]<<16)|(marker[1]<<8)|marker[2]; in hist_nearend() 680 unsigned char *marker = (unsigned char*)(cp-4); in hist_eof() local 681 hp->histind = ((marker[ in hist_eof() [all...] |
/titanic_51/usr/src/cmd/svr4pkg/pkgserv/ |
H A D | pkgserv.c | 191 static char marker[] = "###Marker\n"; variable 849 int mlen = strlen(marker); in parse_log() 887 if (memcmp(map + realend - mlen, marker, mlen) != 0) { in parse_log() 892 for (p = map; q = strstr(p, marker); ) { in parse_log() 910 if (memcmp(marker, p, mlen) == 0) in parse_log() 1090 /* Anything before the last marker found in the log will be valid */ in logflush() 1091 len = fprintf(log, "%s", marker); in logflush()
|
/titanic_51/usr/src/boot/sys/boot/ficl/softcore/ |
H A D | Makefile | 24 FR = softcore.fr ifbrack.fr prefix.fr ficl.fr jhlocal.fr marker.fr
|
/titanic_51/usr/src/lib/libficl/softcore/ |
H A D | Makefile | 26 FR = softcore.fr ifbrack.fr prefix.fr ficl.fr jhlocal.fr marker.fr
|
/titanic_51/usr/src/uts/common/crypto/api/ |
H A D | kcf_miscapi.c | 742 char *marker; in memcmp_pad_max() local 754 marker = d2; in memcmp_pad_max() 758 marker = d1; in memcmp_pad_max() 768 if (!isspace(marker[len++])) in memcmp_pad_max()
|
/titanic_51/usr/src/uts/common/io/ |
H A D | lofi.c | 2437 char *marker; in lofi_init_crypto() local 2520 marker = buf; in lofi_init_crypto() 2523 bcopy(marker, lsp->ls_crypto.magic, in lofi_init_crypto() 2525 marker += sizeof (lsp->ls_crypto.magic); in lofi_init_crypto() 2528 bcopy(marker, &(lsp->ls_crypto.version), in lofi_init_crypto() 2531 marker += sizeof (lsp->ls_crypto.version); in lofi_init_crypto() 2534 bcopy(marker, lsp->ls_crypto.reserved1, in lofi_init_crypto() 2536 marker += sizeof (lsp->ls_crypto.reserved1); in lofi_init_crypto() 2539 bcopy(marker, &(lsp->ls_crypto.data_sector), in lofi_init_crypto() 2542 marker in lofi_init_crypto() [all...] |
/titanic_51/usr/src/boot/sys/boot/userboot/ficl/ |
H A D | Makefile | 30 SOFTWORDS= softcore.fr jhlocal.fr marker.fr freebsd.fr ficllocal.fr \
|
/titanic_51/usr/src/cmd/hal/hald/ |
H A D | hald.c | 245 static char marker[1] = {'S'}; in handle_sigterm() local 253 written = write (sigterm_unix_signal_pipe_fds[1], marker, 1); in handle_sigterm()
|
/titanic_51/usr/src/boot/sys/boot/forth/ |
H A D | color.4th | 27 marker task-color.4th
|
H A D | brand.4th | 27 marker task-brand.4th
|
H A D | shortcuts.4th | 37 marker task-shortcuts.4th
|
H A D | screen.4th | 28 marker task-screen.4th
|
H A D | version.4th | 27 marker task-version.4th
|