Home
last modified time | relevance | path

Searched refs:marker (Results 1 – 25 of 30) sorted by relevance

12

/titanic_50/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c371 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 + opts_av[i].longnm_len + 1; in populate_opts()
[all …]
/titanic_50/usr/src/lib/libcryptoutil/common/
H A Drandom.c86 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 Dkeyfile.c111 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_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_debug.c338 uint32_t marker[2], fdata[2], faddr; in ql_flash_errlog() local
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()
393 if (fdata[0] == marker[0] && fdata[1] == marker[1]) { in ql_flash_errlog()
402 rval = ql_flash_errlog_store(ha, marker); in ql_flash_errlog()
/titanic_50/usr/src/uts/intel/ia32/sys/
H A Dtraptrace.h116 #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_50/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c395 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 + opts_av[i].longnm_len + 1; in populate_opts()
[all …]
/titanic_50/usr/src/lib/libkmf/libkmf/common/
H A Dpk11tokens.c62 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_50/usr/src/cmd/svc/svccfg/
H A Dsvccfg_tmpl.c586 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()
[all …]
/titanic_50/usr/src/lib/libdwarf/common/
H A Dpro_die.c180 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()
H A Dpro_section.c1334 Dwarf_Unsigned marker) in marker_add() argument
1339 dbg->de_markers[n].ma_marker = marker; in marker_add()
/titanic_50/usr/src/lib/libshell/common/edit/
H A Dhistory.c559 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_50/usr/src/uts/common/io/
H A Dlofi.c1919 char *marker; in lofi_init_crypto() local
2002 marker = buf; in lofi_init_crypto()
2005 bcopy(marker, lsp->ls_crypto.magic, in lofi_init_crypto()
2007 marker += sizeof (lsp->ls_crypto.magic); in lofi_init_crypto()
2010 bcopy(marker, &(lsp->ls_crypto.version), in lofi_init_crypto()
2013 marker += sizeof (lsp->ls_crypto.version); in lofi_init_crypto()
2016 bcopy(marker, lsp->ls_crypto.reserved1, in lofi_init_crypto()
2018 marker += sizeof (lsp->ls_crypto.reserved1); in lofi_init_crypto()
2021 bcopy(marker, &(lsp->ls_crypto.data_sector), in lofi_init_crypto()
2024 marker += sizeof (lsp->ls_crypto.data_sector); in lofi_init_crypto()
[all …]
/titanic_50/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c191 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()
1091 len = fprintf(log, "%s", marker); in logflush()
/titanic_50/usr/src/uts/common/crypto/api/
H A Dkcf_miscapi.c742 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_50/usr/src/cmd/hal/hald/
H A Dhald.c245 static char marker[1] = {'S'}; in handle_sigterm() local
253 written = write (sigterm_unix_signal_pipe_fds[1], marker, 1); in handle_sigterm()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2758 uInt marker; /* if BAD, inflateSync's marker bytes count */ member
2876 z->state->sub.marker = 5; /* can't try inflateSync */
2883 z->state->sub.marker = 5; /* can't try inflateSync */
2893 z->state->sub.marker = 5; /* can't try inflateSync */
2900 z->state->sub.marker = 5; /* can't try inflateSync */
2912 z->state->sub.marker = 0; /* can try inflateSync */
2945 z->state->sub.marker = 5; /* can't try inflateSync */
2962 z->state->sub.marker = 0; /* can try inflateSync */
2998 z->state->sub.marker = 0;
3003 m = z->state->sub.marker;
[all …]
/titanic_50/usr/src/cmd/modload/
H A Ddrvsubr.c344 char *marker, in delete_entry() argument
463 for (i = strcspn(drv, marker); i < FILENAME_MAX; i++) { in delete_entry()
1597 char *marker) in list_entry() argument
1624 for (i = strcspn(drv, marker); i < FILENAME_MAX; i++) { in list_entry()
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c3621 uInt marker; /* if BAD, inflateSync's marker bytes count */ member
3761 z->state->sub.marker = 5;
3769 z->state->sub.marker = 5;
3782 z->state->sub.marker = 5;
3817 z->state->sub.marker = 0; /* can try inflateSync */
3828 z->state->sub.marker = 0;
3868 z->state->sub.marker = 5;
3888 z->state->sub.marker = 0; /* can try inflateSync */
3954 z->state->sub.marker = 0;
3959 m = z->state->sub.marker;
[all …]
/titanic_50/usr/src/uts/intel/io/dnet/
H A Ddnet.c1588 int marker = dnetp->rx_current_desc; in dnet_getp() local
1615 marker == dnetp->rx_current_desc) { in dnet_getp()
1618 marker = (marker+1) % dnetp->max_rx_desc; in dnet_getp()
1619 } while (!(dnetp->rx_desc[marker].desc0.own) && in dnet_getp()
1620 marker != index); in dnet_getp()
1659 marker = dnetp->rx_current_desc = index; in dnet_getp()
/titanic_50/usr/src/uts/common/os/
H A Dsunddi.c4926 struct ddi_callback *list, *marker, *new; in callback_insert() local
4929 list = marker = (struct ddi_callback *)*listid; in callback_insert()
4935 marker = list; in callback_insert()
4950 if (marker != NULL) { in callback_insert()
4951 marker->c_nlist = new; in callback_insert()
4984 struct ddi_callback *list, *marker; in real_callback_run() local
4997 marker = list; in real_callback_run()
4998 while (marker != NULL) { in real_callback_run()
4999 pending += marker->c_count; in real_callback_run()
5000 marker = marker->c_nlist; in real_callback_run()
/titanic_50/usr/src/uts/sparc/ml/
H A Dmodstubs.s276 ! this is just a marker for the area of text that contains stubs
1286 ! this is just a marker for the area of text that contains stubs
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c5417 char *marker; in read_perm_items() local
5432 marker = IPQOS_CONF_PERM_FILTER_MK; in read_perm_items()
5434 marker = IPQOS_CONF_PERM_CLASS_MK; in read_perm_items()
5446 if (strncmp(lbuf, marker, strlen(marker)) == 0) { in read_perm_items()
5457 marker); in read_perm_items()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c2877 arc_evict_state_impl(multilist_t *ml, int idx, arc_buf_hdr_t *marker, in arc_evict_state_impl() argument
2886 ASSERT3P(marker, !=, NULL); in arc_evict_state_impl()
2891 for (hdr = multilist_sublist_prev(mls, marker); hdr != NULL; in arc_evict_state_impl()
2892 hdr = multilist_sublist_prev(mls, marker)) { in arc_evict_state_impl()
2909 multilist_sublist_move_forward(mls, marker); in arc_evict_state_impl()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c2039 struct target *marker = tg; in target_next() local
2101 } while (tg != marker); in target_next()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h974 uint8_t marker; /* 0xff */ member

12