Searched refs:stp (Results 1 - 25 of 52) sorted by path

123

/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c554 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last)
556 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc;
713 dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last)
715 dtrace_ecbdesc_t *edp = stp->dtsd_ecbdesc;
553 info_stmt(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) argument
712 list_stmt(dtrace_hdl_t *dtp, dtrace_prog_t *pgp, dtrace_stmtdesc_t *stp, dtrace_ecbdesc_t **last) argument
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/sgs/tools/common/
H A Dsgsmsg.c109 static Str_tbl *stp; /* string table */ variable
156 if ((stp == 0) && ((stp = st_new(FLG_STNEW_COMPRESS)) == NULL)) {
171 if (st_insert(stp, msg->ms_message) == -1) {
318 dump_stringtab(Str_tbl *stp) argument
322 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0) {
324 stp->st_fullstrsize);
329 stp->st_fullstrsize, stp->st_strsize);
331 stp
[all...]
H A Dstring_table.c161 Str_tbl *stp; local
163 if ((stp = calloc(sizeof (Str_tbl), 1)) == NULL)
169 stp->st_strsize = stp->st_fullstrsize = stp->st_nextoff = 1;
174 stp->st_flags = flags;
175 if ((stp->st_flags & FLG_STTAB_COMPRESS) == 0)
176 return (stp);
178 if ((stp->st_lentree = calloc(sizeof (avl_tree_t), 1)) == NULL)
181 avl_create(stp
198 st_insert(Str_tbl *stp, const char *str) argument
263 st_delstring(Str_tbl *stp, const char *str) argument
307 st_destroy(Str_tbl *stp) argument
350 st_setstring(Str_tbl *stp, const char *str, size_t *stoff) argument
447 st_hash_insert(Str_tbl *stp, const char *str, size_t len) argument
553 st_getstrtab_sz(Str_tbl *stp) argument
654 st_getstrbuf(Str_tbl *stp) argument
660 st_setstrbuf(Str_tbl *stp, char *stbuf, size_t bufsize) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_dof.c640 const dt_stmt_t *stp; local
673 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
674 stp != NULL; stp = dt_list_next(stp), last = edp) {
676 dtrace_stmtdesc_t *sdp = stp->ds_desc;
717 for (last = NULL, stp = dt_list_next(&pgp->dp_stmts);
718 stp != NULL; stp = dt_list_next(stp), las
[all...]
H A Ddt_handle.c55 dt_stmt_t *stp; local
76 stp = dt_list_next(&pgp->dp_stmts);
77 assert(stp != NULL);
79 edp = stp->ds_desc->dtsd_ecbdesc;
H A Ddt_pid.c780 dt_stmt_t *stp; local
792 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL;
793 stp = dt_list_next(stp)) {
795 pdp = &stp->ds_desc->dtsd_ecbdesc->dted_probe;
H A Ddt_program.c67 dt_stmt_t *stp, *next; local
70 for (stp = dt_list_next(&pgp->dp_stmts); stp != NULL; stp = next) {
71 next = dt_list_next(stp);
72 dtrace_stmt_destroy(dtp, stp->ds_desc);
73 dt_free(dtp, stp);
89 dt_stmt_t *stp; local
106 for (stp = dt_list_next(&pgp->dp_stmts); stp; st
283 dt_stmt_t *stp = dt_alloc(dtp, sizeof (dt_stmt_t)); local
298 dt_stmt_t *stp, *next; local
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Darm-dis.c3406 unsigned int stp = (given & 0x00000030u) >> 4;
3412 switch (stp)
3405 unsigned int stp = (given & 0x00000030u) >> 4; local
/freebsd-9.3-release/contrib/gdb/gdb/
H A Drs6000-nat.c1152 struct section_table *stp;
1155 stp = target->to_sections_end - 2;
1157 stp->bfd = vp->bfd;
1158 stp->the_bfd_section = bfd_get_section_by_name (stp->bfd, ".text");
1159 stp->addr = vp->tstart;
1160 stp->endaddr = vp->tend;
1161 stp++;
1163 stp->bfd = vp->bfd;
1164 stp
1146 struct section_table *stp; local
[all...]
H A Dsymfile.c349 const struct section_table *stp;
354 for (stp = start, oidx = 0; stp != end; stp++)
356 if (bfd_get_section_flags (stp->bfd,
357 stp->the_bfd_section) & (SEC_ALLOC | SEC_LOAD)
360 sap->other[oidx].addr = stp->addr;
362 = xstrdup (bfd_section_name (stp->bfd, stp->the_bfd_section));
363 sap->other[oidx].sectindex = stp
348 const struct section_table *stp; local
[all...]
/freebsd-9.3-release/contrib/ipfilter/
H A Dradix.c1133 myst_t st1, st2, *stp; local
1163 stp = rn->rn_key;
1164 printf("%s/", inet_ntoa(stp->dst.adf_addr.in4));
1165 stp = rn->rn_mask;
1166 printf("%s\n", inet_ntoa(stp->dst.adf_addr.in4));
1174 stp = rn->rn_key;
1175 printf("%s/", inet_ntoa(stp->dst.adf_addr.in4));
1176 stp = rn->rn_mask;
1177 printf("%s\n", inet_ntoa(stp->dst.adf_addr.in4));
1185 stp
[all...]
/freebsd-9.3-release/contrib/libpcap/
H A Dscanner.l238 stp return STP;
/freebsd-9.3-release/contrib/libstdc++/
H A Dconfigure[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmap.c1417 struct stat std, stp; local
1458 sff, smode, &stp);
1539 (fstat(dirfd, &std) < 0 || fstat(pagfd, &stp) < 0))
1594 filechanged(pagfile, pfd, &stp))
/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Denc_des.c496 fb64_stream_iv(Block seed, struct stinfo *stp) argument
499 memmove((void *)stp->str_iv, (void *)seed, sizeof(Block));
500 memmove((void *)stp->str_output, (void *)seed, sizeof(Block));
502 des_key_sched((Block *)stp->str_ikey, stp->str_sched);
504 stp->str_index = sizeof(Block);
508 fb64_stream_key(Block key, struct stinfo *stp) argument
510 memmove((void *)stp->str_ikey, (void *)key, sizeof(Block));
511 des_key_sched((Block *)key, stp->str_sched);
513 memmove((void *)stp
543 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; local
566 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; local
616 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; local
636 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1]; local
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c512 void fb64_stream_iv(DES_cblock seed, struct stinfo *stp) argument
515 memcpy(stp->str_iv, seed,sizeof(DES_cblock));
516 memcpy(stp->str_output, seed, sizeof(DES_cblock));
518 DES_set_key_checked(&stp->str_ikey, &stp->str_sched);
520 stp->str_index = sizeof(DES_cblock);
523 void fb64_stream_key(DES_cblock key, struct stinfo *stp) argument
525 memcpy(stp->str_ikey, key, sizeof(DES_cblock));
526 DES_set_key_checked((DES_cblock*)key, &stp->str_sched);
528 memcpy(stp
557 struct stinfo *stp = &fb[CFB].streams[DIR_ENCRYPT-1]; local
579 struct stinfo *stp = &fb[CFB].streams[DIR_DECRYPT-1]; local
629 struct stinfo *stp = &fb[OFB].streams[DIR_ENCRYPT-1]; local
648 struct stinfo *stp = &fb[OFB].streams[DIR_DECRYPT-1]; local
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dauth.c455 auth_secure_path(const char *name, struct stat *stp, const char *pw_dir, argument
471 if (!S_ISREG(stp->st_mode)) {
475 if ((!platform_sys_dir_uid(stp->st_uid) && stp->st_uid != uid) ||
476 (stp->st_mode & 022) != 0) {
/freebsd-9.3-release/etc/
H A Dprotocols128 stp 118 STP # Schedule Transfer Protocol
/freebsd-9.3-release/gnu/usr.bin/cc/f771/
H A DMakefile10 stb.c stc.c std.c ste.c storag.c stp.c str.c sts.c stt.c stu.c stv.c \
/freebsd-9.3-release/lib/libc/regex/
H A Dengine.c380 const char *stp; /* string matched by it cannot pass here */ local
430 stp = stop;
433 rest = slow(m, sp, stp, ss, es);
440 stp = rest - 1;
441 assert(stp >= sp); /* it did work */
454 stp = stop;
457 rest = slow(m, sp, stp, ss, es);
464 stp = rest - 1;
465 assert(stp >= sp); /* it did work */
490 stp
[all...]
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-tra-defs.h997 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_filt_cmd::cvmx_tra_filt_cmd_cn31xx
1024 uint64_t stp : 1;
1057 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_filt_cmd::cvmx_tra_filt_cmd_cn52xx
1084 uint64_t stp : 1;
1187 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_filt_cmd::cvmx_tra_filt_cmd_cn63xx
1227 uint64_t stp : 1;
1894 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_trig0_cmd::cvmx_tra_trig0_cmd_cn31xx
1921 uint64_t stp : 1;
1954 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_trig0_cmd::cvmx_tra_trig0_cmd_cn52xx
1981 uint64_t stp
2084 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_trig0_cmd::cvmx_tra_trig0_cmd_cn63xx
2673 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_trig1_cmd::cvmx_tra_trig1_cmd_cn31xx
2733 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_trig1_cmd::cvmx_tra_trig1_cmd_cn52xx
2863 uint64_t stp : 1; /**< Enable STP tracing member in struct:cvmx_tra_trig1_cmd::cvmx_tra_trig1_cmd_cn63xx
[all...]
/freebsd-9.3-release/sys/dev/ata/
H A Datapi-tape.c105 struct ast_softc *stp; local
109 if (!(stp = malloc(sizeof(struct ast_softc), M_AST, M_NOWAIT | M_ZERO))) {
113 device_set_ivars(dev, stp);
118 free(stp, M_AST);
125 stp->flags |= F_ONSTREAM;
137 stp->stats = devstat_new_entry("ast", device_get_unit(dev), DEV_BSIZE,
145 stp->dev1 = device;
150 stp->dev2 = device;
160 struct ast_softc *stp = device_get_ivars(dev); local
163 destroy_dev(stp
205 struct ast_softc *stp = device_get_ivars(dev); local
228 struct ast_softc *stp = device_get_ivars(dev); local
257 struct ast_softc *stp = device_get_ivars(dev); local
376 struct ast_softc *stp = device_get_ivars(dev); local
455 struct ast_softc *stp = device_get_ivars(request->dev); local
472 struct ast_softc *stp = device_get_ivars(dev); local
522 struct ast_softc *stp = device_get_ivars(dev); local
592 struct ast_softc *stp = device_get_ivars(dev); local
666 struct ast_softc *stp = device_get_ivars(dev); local
[all...]
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_stp_packet_request.c82 * @param[in] this_request This parameter specifies the stp packet request object
161 memset(&(task_context->type.stp), 0, sizeof(struct STP_TASK_CONTEXT));
162 task_context->type.stp.fis_type = SATA_FIS_TYPE_DATA;
232 memset(&(task_context->type.stp), 0, sizeof(struct STP_TASK_CONTEXT));
233 task_context->type.stp.fis_type = SATA_FIS_TYPE_DATA;
264 *@brief This methods builds sgl for internal REQUEST SENSE stp packet
H A Dscic_sds_stp_request.c85 * This macro returns the address of the stp h2d reg fis buffer in the io
94 * This macro aligns the stp command buffer in DWORD alignment
103 * This macro returns the DWORD-aligned stp command buffer
112 * This macro returns the address of the stp response buffer in the io
123 * This macro aligns the stp response buffer in DWORD alignment
132 * This macro returns the DWORD-aligned stp response buffer
443 task_context->type.stp.fis_type = SATA_FIS_TYPE_REGH2D;
637 this_request->task_context_buffer->type.stp.ncq_tag = ncq_tag;
1071 task_context->type.stp.fis_type = SATA_FIS_TYPE_DATA;
H A Dscif_sas_io_request.c155 sati_sequence_construct(&fw_io->parent.stp.sequence);
205 sati_get_number_data_bytes_set(&(fw_request->parent.stp.sequence));
212 U8 sat_protocol = fw_request->parent.stp.sequence.protocol;
582 SATI_TRANSLATOR_SEQUENCE_T * sati_sequence = &fw_request->stp.sequence;
604 SATI_TRANSLATOR_SEQUENCE_T * sati_sequence = &fw_request->stp.sequence;
671 && fw_request->stp.sequence.state == SATI_SEQUENCE_STATE_INCOMPLETE)

Completed in 348 milliseconds

123