Searched refs:nsp (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10-stable/sys/modules/nsp/
H A DMakefile3 .PATH: ${.CURDIR}/../../dev/nsp
5 KMOD= nsp
6 SRCS= nsp.c nsp_pccard.c
/freebsd-10-stable/contrib/ipfilter/tools/
H A Dipnat.c87 void showhostmap __P((natstat_t *nsp));
113 natstat_t ns, *nsp; local
118 nsp = &ns;
220 obj.ipfo_size = sizeof(*nsp);
221 obj.ipfo_ptr = (void *)nsp;
232 natstat_dead(nsp, kernel);
234 dostats(fd, nsp, opts, 0, natfilter);
244 dostats(fd, nsp, opts, 1, natfilter);
253 void natstat_dead(nsp, kernel)
254 natstat_t *nsp;
[all...]
/freebsd-10-stable/sys/mips/include/
H A Dcpu.h70 #define cpu_setstack(td, nsp) ((td)->td_frame->sp = (nsp))
/freebsd-10-stable/contrib/nvi/vi/
H A Dvs_split.c617 SCR *nsp; local
629 nsp = vs_getbg(sp, np);
632 if (vs_swap(sp, &nsp, np))
635 if ((*nspp = nsp) == NULL) {
645 TAILQ_REMOVE(gp->hq, nsp, q);
648 if (vs_split(sp, nsp, 0)) {
649 TAILQ_INSERT_TAIL(gp->hq, nsp, q);
670 SCR *nsp; local
675 if (vs_discard(sp, &nsp))
677 if (nsp
708 SCR *nsp, *list[2]; local
920 SCR *nsp; local
[all...]
/freebsd-10-stable/contrib/nvi/ex/
H A Dex_screen.c50 SCR *nsp; local
54 if (vs_fg(sp, &nsp, cmdp->argc ? cmdp->argv[0]->bp : NULL, newscreen))
59 sp->nextdisp = nsp;
/freebsd-10-stable/games/fortune/strfile/
H A Dstrfile.c143 char *sp, *nsp, dc; local
196 for (nsp = sp; !isalnum((unsigned char)*nsp); nsp++)
200 if (Iflag && isupper((unsigned char)*nsp))
201 fp->first = tolower((unsigned char)*nsp);
203 fp->first = *nsp;
/freebsd-10-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c181 char *inp, *nsp; local
183 nsp = inp = optarg;
184 while ((nsp = strsep(&inp, ",;:")) != NULL) {
185 if (strcasecmp(nsp, "LONG") == 0) {
190 "unknown suboption '%s'", nsp);
/freebsd-10-stable/sys/dev/nsp/
H A Dnsp_pccard.c58 #include <dev/nsp/nspreg.h>
59 #include <dev/nsp/nspvar.h>
220 "nsp",
227 MODULE_DEPEND(nsp, scsi_low, 1, 1, 1);
228 DRIVER_MODULE(nsp, pccard, nsp_pccard_driver, nsp_devclass, 0, 0);
265 strcpy(dvname,"nsp");
H A Dnsp.c1 /* $NecBSD: nsp.c,v 1.21.12.6 2001/06/29 06:27:52 honda Exp $ */
58 #include <dev/nsp/nspreg.h>
59 #include <dev/nsp/nspvar.h>
1127 * fill the nsp fifo, and waiting for
1486 kdb_enter(KDB_WHY_CAM, "nsp");
/freebsd-10-stable/contrib/ipfilter/samples/
H A Dproxy.c139 nat_save_t ns, *nsp = &ns; local
205 obj.ipfo_size = sizeof(*nsp);
206 obj.ipfo_ptr = nsp;
/freebsd-10-stable/sys/pc98/conf/
H A DGENERIC110 device nsp # Workbit Ninja SCSI-3
H A DNOTES430 # nsp: Workbit Ninja SCSI-3 based PC Card SCSI host adapters.
436 device nsp
/freebsd-10-stable/sys/kern/
H A Dvfs_syscalls.c656 cvtstatfs(nsp, osp)
657 struct statfs *nsp;
661 statfs_scale_blocks(nsp, LONG_MAX);
663 osp->f_bsize = nsp->f_bsize;
664 osp->f_iosize = MIN(nsp->f_iosize, LONG_MAX);
665 osp->f_blocks = nsp->f_blocks;
666 osp->f_bfree = nsp->f_bfree;
667 osp->f_bavail = nsp->f_bavail;
668 osp->f_files = MIN(nsp->f_files, LONG_MAX);
669 osp->f_ffree = MIN(nsp
[all...]
/freebsd-10-stable/contrib/binutils/binutils/
H A Ddebug.c604 struct debug_namespace **nsp, const char *name,
618 ns = *nsp;
626 *nsp = ns;
642 struct debug_namespace **nsp;
652 nsp = &info->current_block->locals;
654 nsp = &info->current_file->globals;
656 return debug_add_to_namespace (info, nsp, name, kind, linkage);
1126 struct debug_namespace **nsp;
1143 nsp = &info->current_file->globals;
1152 nsp
602 debug_add_to_namespace(struct debug_handle *info ATTRIBUTE_UNUSED, struct debug_namespace **nsp, const char *name, enum debug_object_kind kind, enum debug_object_linkage linkage) argument
641 struct debug_namespace **nsp; local
1124 struct debug_namespace **nsp; local
[all...]
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c1225 natstat_t *nsp = &softn->ipf_nat_stats; local
1227 nsp->ns_side[0].ns_table = softn->ipf_nat_table[0];
1228 nsp->ns_side[1].ns_table = softn->ipf_nat_table[1];
1229 nsp->ns_list = softn->ipf_nat_list;
1230 nsp->ns_maptable = softn->ipf_hm_maptable;
1231 nsp->ns_maplist = softn->ipf_hm_maplist;
1232 nsp->ns_nattab_sz = softn->ipf_nat_table_sz;
1233 nsp->ns_nattab_max = softn->ipf_nat_table_max;
1234 nsp->ns_rultab_sz = softn->ipf_nat_maprules_sz;
1235 nsp
3112 natstat_t *nsp; local
4331 natstat_t *nsp; local
[all...]
H A Dip_nat6.c969 natstat_t *nsp; local
977 nsp = &softn->ipf_nat_stats;
979 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) >
984 if (nsp->ns_active >= softn->ipf_nat_table_max) {
1008 (nsp->ns_active > 100)) {
1009 softn->ipf_nat_table_max = nsp->ns_active - 100;
1128 nsp->ns_wilds++;
/freebsd-10-stable/release/doc/share/misc/
H A Ddev.archlist.txt99 nsp i386,pc98
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c1070 dt_scope_t *nsp; local
1072 for (; dsp != NULL; dsp = nsp) {
1075 nsp = dsp->ds_next;
/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c384 node_sched_params_ptr nsp = &node_sched_params[i];
385 rtx reg_move = nsp->first_reg_move;
389 fprintf (file, " asap = %d:\n", nsp->asap);
390 fprintf (file, " time = %d:\n", nsp->time);
391 fprintf (file, " nreg_moves = %d:\n", nsp->nreg_moves);
392 for (j = 0; j < nsp->nreg_moves; j++)
381 node_sched_params_ptr nsp = &node_sched_params[i]; local
/freebsd-10-stable/contrib/binutils/bfd/
H A Daoutx.h1858 struct external_nlist nsp;
1864 PUT_WORD (abfd, indx, (bfd_byte *) nsp.e_strx);
1868 H_PUT_16 (abfd, aout_symbol (g)->desc, nsp.e_desc);
1869 H_PUT_8 (abfd, aout_symbol (g)->other, nsp.e_other);
1870 H_PUT_8 (abfd, aout_symbol (g)->type, nsp.e_type);
1874 H_PUT_16 (abfd, 0, nsp.e_desc);
1875 H_PUT_8 (abfd, 0, nsp.e_other);
1876 H_PUT_8 (abfd, 0, nsp.e_type);
1879 if (! translate_to_native_sym_flags (abfd, g, &nsp))
1883 if (bfd_bwrite ((void *) &nsp, am
1854 struct external_nlist nsp; local
[all...]
/freebsd-10-stable/share/man/man4/
H A DMakefile365 nsp.4 \
/freebsd-10-stable/sys/modules/
H A DMakefile564 _nsp= nsp
/freebsd-10-stable/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c4683 struct nfsrv_stable *sp, *nsp; local
4765 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
4818 struct nfsrv_stable *sp, *nsp; local
4882 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
/freebsd-10-stable/sys/netinet/
H A Dsctp_input.c311 struct sctp_stream_queue_pending *sp, *nsp; local
343 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) {
H A Dsctp_pcb.c4678 struct sctp_stream_queue_pending *sp, *nsp; local
4955 TAILQ_FOREACH_SAFE(sp, &outs->outqueue, next, nsp) {

Completed in 433 milliseconds

12