/src/sys/arch/x68k/x68k/ |
kgdb_glue.c | 86 u_long osp, nsp; local in function:kgdb_trap_glue 105 nsp = (u_long)&kgdb_stack[KGDB_STACKWORDS] - 108 copywords((u_long *)&frame, (u_long *)nsp, fsize); 113 setsp(nsp); 115 if (kgdb_trap(type, (struct frame *)nsp) == 0) { 131 osp = ((struct frame *)nsp)->f_regs[SP] - fsize; 132 copywords((u_long *)nsp, (u_long *)osp, fsize);
|
/src/games/hunt/hunt/ |
playit.c | 243 char *sp, *nsp; local in function:send_stuff 260 nsp = inp; 262 if ((*nsp = map_key[(unsigned char)*sp]) == 'q') 265 nsp++; 266 count = nsp - inp;
|
/src/games/fortune/strfile/ |
strfile.c | 159 char *nsp; local in function:main 205 for (nsp = sp; !isalnum((unsigned char)*nsp); nsp++) 209 if (Iflag && isupper((unsigned char)*nsp)) 210 fp->first = tolower((unsigned char)*nsp); 212 fp->first = *nsp;
|
/src/usr.bin/elf2aout/ |
elf2aout.c | 463 char *newstrings, *nsp; local in function:translate_syms 485 nsp = newstrings; 514 off = (size_t)(nsp - newstrings); 528 nsp = newstrings + off; 532 *nsp = '_'; 533 strcpy(nsp + 1, oldstrings + inbuf[i].st_name); 534 outbuf[i].n_un.n_strx = nsp - newstrings + 4; 535 nsp += len;
|
/src/usr.bin/elf2ecoff/ |
elf2ecoff.c | 756 char *newstrings, *nsp; local in function:translate_syms 783 nsp = newstrings; 794 if (nsp + namelen > newstrings + stringsize) 797 strcpy(nsp, name); 798 ecoffp->ecoff_syms[idx].es_strindex = nsp - newstrings; 799 nsp += namelen; 814 ecoffp->stringsize = nsp - newstrings;
|
/src/lib/libcurses/ |
refresh.c | 679 __CTRACE(__CTRACE_REFRESH, " nsp:"); 682 win->alines[i]->line[j].nsp); 804 curscr->alines[i]->line[j].nsp, 809 _cursesi_screen->__virtscr->alines[i]->line[j].nsp); 818 putattr(__LDATA *nsp) 830 , nsp->attr 838 off = (~nsp->attr & curscr->wattr) 890 __set_color(curscr, nsp->attr & __COLOR); 892 on = (nsp->attr & ~curscr->wattr) 1001 putattr_out(__LDATA *nsp) 1146 __LDATA *nsp, *csp, *cp, *cep, *fsp; local in function:makech [all...] |
curses_private.h | 77 nschar_t *nsp; /* Foreground non-spacing character pointer */ member in struct:__ldata 339 (_sp)->nsp != NULL || \
|
/src/usr.sbin/installboot/ |
evboards.c | 1065 const char *sp, *nsp; local in function:evb_db_get_board_from_ofw 1083 (nsp = memchr(sp, 0, compatible_len)) != NULL) { 1092 nsp++; /* skip over NUL */ 1093 compatible_len -= (nsp - sp); 1094 sp = nsp;
|
/src/usr.sbin/sysinst/ |
bsddisklabel.c | 1384 daddr_t planned_space = 0, nsp, from, align; local in function:apply_settings_to_partitions 1417 nsp = wanted->infos[i].size; 1425 nsp -= infos[i].size; 1427 if (nsp <= 0) 1429 planned_space += roundup(nsp, align);
|
/src/sys/external/bsd/ipf/netinet/ |
ip_nat6.c | 945 natstat_t *nsp; local in function:ipf_nat6_add 953 nsp = &softn->ipf_nat_stats; 955 if ((nsp->ns_active * 100 / softn->ipf_nat_table_max) > 960 if (nsp->ns_active >= softn->ipf_nat_table_max) { 984 (nsp->ns_active > 100)) { 985 softn->ipf_nat_table_max = nsp->ns_active - 100; 1104 nsp->ns_wilds++;
|
ip_nat.c | 1199 natstat_t *nsp = &softn->ipf_nat_stats; local in function:ipf_nat_ioctl 1201 nsp->ns_side[0].ns_table = softn->ipf_nat_table[0]; 1202 nsp->ns_side[1].ns_table = softn->ipf_nat_table[1]; 1203 nsp->ns_list = softn->ipf_nat_list; 1204 nsp->ns_maptable = softn->ipf_hm_maptable; 1205 nsp->ns_maplist = softn->ipf_hm_maplist; 1206 nsp->ns_nattab_sz = softn->ipf_nat_table_sz; 1207 nsp->ns_nattab_max = softn->ipf_nat_table_max; 1208 nsp->ns_rultab_sz = softn->ipf_nat_maprules_sz; 1209 nsp->ns_rdrtab_sz = softn->ipf_nat_rdrrules_sz 3066 natstat_t *nsp; local in function:ipf_nat_add 4260 natstat_t *nsp; local in function:ipf_nat_tabmove [all...] |
/src/sys/fs/nfs/server/ |
nfs_nfsdstate.c | 4435 struct nfsrv_stable *sp, *nsp; local in function:nfsrv_setupstable 4517 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) { 4570 struct nfsrv_stable *sp, *nsp; local in function:nfsrv_updatestable 4634 LIST_FOREACH_SAFE(sp, &sf->nsf_head, nst_list, nsp) {
|
/src/sys/dev/pckbport/ |
synaptics.c | 1269 struct synaptics_packet nsp; local in function:pms_synaptics_parse 1278 memcpy(&nsp, &packet, sizeof(packet)); 1281 nsp.sp_w = ((psc->packet[0] & 0x30) >> 2) 1289 (nsp.sp_w == SYNAPTICS_WIDTH_EXTENDED_W)) { 1301 nsp.sp_secondary = 1; 1303 nsp.sp_sx = ((psc->packet[1] & 0xfe) << 1) 1305 nsp.sp_sy = ((psc->packet[2] & 0xfe) << 1) 1307 nsp.sp_sz = (psc->packet[3] & 0x30) 1315 if (((nsp.sp_sx != 0) && 1316 ((nsp.sp_sx < synaptics_edge_left) | [all...] |
/src/sys/kern/ |
subr_autoconf.c | 1369 device_t *osp, *nsp; local in function:config_makeroom 1390 nsp = kmem_alloc(sizeof(device_t) * nndevs, KM_SLEEP); 1399 kmem_free(nsp, sizeof(device_t) * nndevs); 1404 memset(nsp + ondevs, 0, sizeof(device_t) * (nndevs - ondevs)); 1406 memcpy(nsp, cd->cd_devs, sizeof(device_t) * ondevs); 1409 cd->cd_devs = nsp;
|