Searched refs:spp (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-current/lib/libc/arch/powerpc64/gen/
H A Dmakecontext.c52 __greg_t sp, *spp; local
70 spp = (__greg_t *)sp;
71 *spp = 0;
79 for (spp += 2; i < argc; i++)
80 *spp++ = va_arg(ap, long);
/netbsd-current/sys/dev/pci/
H A Dif_sf_pci.c130 const struct sf_pci_product *spp, *subspp; local
133 for (spp = sf_pci_products; spp->spp_name != NULL; spp++) {
134 if (PCI_VENDOR(pa->pa_id) == spp->spp_vendor &&
135 PCI_PRODUCT(pa->pa_id) == spp->spp_product) {
138 for (subspp = spp->spp_subsys;
147 return (spp);
173 const struct sf_pci_product *spp; local
181 spp
[all...]
/netbsd-current/external/bsd/am-utils/dist/amq/
H A Dpawd.c183 amq_string *spp; local
211 spp = amqproc_pawd_1((amq_string *) &dummystr, clnt);
212 if (spp && *spp && **spp) {
213 xstrlcpy(transform, *spp, sizeof(transform));
214 XFREE(*spp);
H A Damq.c738 amq_string *spp = amqproc_getvers_1((voidp) 0, clnt); local
739 if (spp && *spp) {
740 fputs(*spp, stdout);
741 XFREE(*spp);
/netbsd-current/sys/dev/sun/
H A Ddisksubr.c244 struct sun_dkpart *spp; local
287 spp = &sl->sl_part[i];
291 && spp->sdkp_cyloffset * secpercyl == npp->p_offset*secpblck
292 && spp->sdkp_nsectors <= npp->p_size*secpblck
293 && npp->p_size > 0 && spp->sdkp_nsectors > 0) {
302 npp->p_size = spp->sdkp_nsectors;
306 npp->p_offset = spp->sdkp_cyloffset * secpercyl;
307 npp->p_size = spp->sdkp_nsectors;
340 struct sun_dkpart *spp; local
364 spp
[all...]
/netbsd-current/sys/uvm/
H A Duvm_swap.c326 struct swappri *spp, *pspp; local
336 LIST_FOREACH(spp, &swap_priority, spi_swappri) {
337 if (priority <= spp->spi_priority)
339 pspp = spp;
345 if (spp == NULL || spp->spi_priority != priority) {
346 spp = newspp; /* use newspp! */
350 spp->spi_priority = priority;
351 TAILQ_INIT(&spp->spi_swapdev);
354 LIST_INSERT_AFTER(pspp, spp, spi_swappr
382 struct swappri *spp; local
416 struct swappri *spp, *nextspp; local
440 struct swappri *spp; local
515 struct swappri *spp; local
781 struct swappri *spp; local
1148 struct swappri *spp; local
1640 struct swappri *spp; local
[all...]
/netbsd-current/external/bsd/less/dist/lesstest/
H A Dterm.c82 static void setup_mode(char* enter_cap, char* exit_cap, char** enter_str, char** exit_str, char** spp) { argument
83 *enter_str = tgetstr(enter_cap, spp);
85 *exit_str = tgetstr(exit_cap, spp);
86 if (*exit_str == NULL) *exit_str = tgetstr("me", spp);
/netbsd-current/sys/arch/luna68k/luna68k/
H A Ddisksubr.c306 struct sun_dkpart *spp; local
352 spp = &sl->sl_part[i];
354 npp->p_offset = spp->sdkp_cyloffset * secpercyl;
355 npp->p_size = spp->sdkp_nsectors;
403 struct sun_dkpart *spp; local
426 spp = &sl->sl_part[i];
429 spp->sdkp_cyloffset = npp->p_offset; /* UniOS */
430 spp->sdkp_nsectors = npp->p_size;
/netbsd-current/sys/netipsec/
H A Dkey.h90 #define KEY_SP_UNREF(spp) \
91 key_sp_unref(*(spp), __func__, __LINE__)
/netbsd-current/external/bsd/nvi/dist/common/
H A Dscreen.c45 screen_init(GS *gp, SCR *orig, SCR **spp) argument
50 *spp = NULL;
52 *spp = sp;
126 *spp = sp;
H A Dapi.c304 api_edit(SCR *sp, char *file, SCR **spp, int newscreen) argument
320 *spp = sp->nextdisp;
/netbsd-current/bin/ksh/
H A Dedit.h54 int promptlen ARGS((const char *cp, const char **spp));
H A Dedit.c325 promptlen(cp, spp)
327 const char **spp;
361 if (spp)
362 *spp = sp;
/netbsd-current/external/gpl3/gdb.old/dist/sim/m32c/
H A Dreg.c304 SI *spp; local
306 spp = &regs.r_usp;
308 spp = &regs.r_isp;
309 *spp = v & addr_mask;
310 if (*spp < heaptop)
313 heaptop, *spp);
316 if (*spp < lowest_sp)
317 lowest_sp = *spp;
318 if (*spp > highest_sp)
319 highest_sp = *spp;
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/m32c/
H A Dreg.c306 SI *spp; local
308 spp = &regs.r_usp;
310 spp = &regs.r_isp;
311 *spp = v & addr_mask;
312 if (*spp < heaptop)
315 heaptop, *spp);
318 if (*spp < lowest_sp)
319 lowest_sp = *spp;
320 if (*spp > highest_sp)
321 highest_sp = *spp;
[all...]
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Dcolumn.cpp378 output_line **spp = 0; local
381 spp = 0;
382 else if (!spp)
383 spp = pp;
384 if (spp) {
385 output_line *ln = *spp;
386 *spp = 0;
387 tail = spp;
/netbsd-current/external/bsd/mdocml/dist/
H A Dtbl_term.c581 tbl_hrule(struct termp *tp, const struct tbl_span *spp, argument
594 cpp = spp == NULL ? NULL : spp->layout->first;
603 opts = spn == NULL ? spp->opts->opts : spn->opts->opts;
617 (spp == NULL ? 0 : BUP * bw) +
619 (spp == NULL || cpn == NULL ||
703 (spp == NULL ? 0 : BUP * bw) +
705 (spp == NULL || spn == NULL ||
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dofdev.c255 struct sun_dkpart *spp; local
295 spp = &sl->sl_part[i];
297 npp->p_offset = spp->sdkp_cyloffset * secpercyl;
298 npp->p_size = spp->sdkp_nsectors;
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-nfs.c1514 const struct nfsv3_pathconf *spp; local
1527 spp = (const struct nfsv3_pathconf *)dp;
1528 ND_TCHECK_SIZE(spp);
1531 GET_BE_U_4(spp->pc_linkmax),
1532 GET_BE_U_4(spp->pc_namemax),
1533 GET_BE_U_4(spp->pc_notrunc) ? "notrunc" : "",
1534 GET_BE_U_4(spp->pc_chownrestricted) ? "chownres" : "",
1535 GET_BE_U_4(spp->pc_caseinsensitive) ? "igncase" : "",
1536 GET_BE_U_4(spp->pc_casepreserving) ? "keepcase" : "");
/netbsd-current/external/bsd/nvi/dist/vi/
H A Dvs_split.c342 vs_discard(SCR *sp, SCR **spp) argument
367 if (spp != NULL)
368 *spp = NULL;
445 if (spp != NULL)
446 *spp = tsp;
H A Dvi.c70 vi(SCR **spp) argument
84 sp = *spp;
275 *spp = next;
422 *spp = sp;
/netbsd-current/external/bsd/nvi/dist/tcl_api/
H A Dtcl.c796 getscreenid(interp, spp, id, name)
798 SCR **spp;
806 if ((*spp = api_fscreen(scr_no, name)) == NULL) {
/netbsd-current/games/gomoku/
H A Dpickmove.c1216 struct combostr **spp, **cpp; local
1239 spp = scbpp + n;
1244 *--spp = fcbp;
1246 *--spp = *cpp;
1250 *--spp = *cpp;
1252 *--spp = fcbp;
1271 spp = scbpp + n;
1274 if (*--spp != *--cpp)
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_request.c1591 RestrictStackT **spp,
1597 if (NULL == (sp = *spp) || 0 == sp->fcnt) {
1600 sp->link = *spp;
1602 *spp = sp;
1610 RestrictStackT **spp,
1616 if (NULL == (sp = *spp) || sp->fcnt >= getStackSheetSize(sp))
1622 *spp = sp->link;
1630 RestrictStackT **spp
1635 while (NULL != (sp = *spp)) {
1636 *spp
1590 pushRestriction( RestrictStackT **spp, const restrict_u *ptr ) argument
1609 popRestriction( RestrictStackT **spp, const restrict_u **opp ) argument
[all...]
H A Drefclock_gpsdjson.c2134 char ** spp,
2141 *spp = NULL;
2146 free(*spp);
2147 *spp = (char*)malloc(alen);
2148 if (NULL == *spp)
2152 plen = (size_t)vsnprintf(*spp, alen, fmt, va);
2133 myasprintf( char ** spp, char const * fmt, ... ) argument

Completed in 406 milliseconds

12