| /freebsd/sys/kern/ |
| H A D | subr_devstat.c | 547 struct statspage *spp; in devstat_mmap() local 552 TAILQ_FOREACH(spp, &pagelist, list) { in devstat_mmap() 554 *paddr = vtophys(spp->stat); in devstat_mmap() 568 struct statspage *spp, *spp2; in devstat_alloc() local 582 TAILQ_FOREACH(spp, &pagelist, list) { in devstat_alloc() 583 if (spp->nfree > 0) in devstat_alloc() 586 if (spp != NULL) in devstat_alloc() 589 spp2 = malloc(sizeof *spp, M_DEVSTAT, M_ZERO | M_WAITOK); in devstat_alloc() 598 TAILQ_FOREACH(spp, &pagelist, list) in devstat_alloc() 599 if (spp->nfree > 0) in devstat_alloc() [all …]
|
| /freebsd/contrib/nvi/common/ |
| H A D | screen.c | 34 screen_init(GS *gp, SCR *orig, SCR **spp) in screen_init() argument 39 *spp = NULL; in screen_init() 41 *spp = sp; in screen_init() 113 *spp = sp; in screen_init()
|
| /freebsd/lib/libgeom/ |
| H A D | geom_stats.c | 48 static uint npages, spp; variable 97 spp = pagesize / sizeof(struct devstat); in geom_stats_open() 131 sp->perpage = spp; in geom_stats_snapshot_get()
|
| /freebsd/sys/netipsec/ |
| H A D | ipsec_pcb.c | 289 struct secpolicy **spp, *newsp; in ipsec_set_pcbpolicy() 350 spp = &inp->inp_sp->sp_in; in ipsec_set_pcbpolicy() 353 spp = &inp->inp_sp->sp_out; in ipsec_set_pcbpolicy() 357 if (*spp != NULL) { 358 ipsec_accel_spddel(*spp); in ipsec_get_pcbpolicy() 359 key_freesp(spp); in ipsec_get_pcbpolicy() 361 *spp = newsp; in ipsec_get_pcbpolicy() 274 struct secpolicy **spp, *newsp; ipsec_set_pcbpolicy() local
|
| H A D | key.c | 1258 key_freesp(struct secpolicy **spp) in key_freesp() argument 1260 struct secpolicy *sp = *spp; in key_freesp() 1270 *spp = NULL; in key_freesp() 1351 key_register_ifnet(struct secpolicy **spp, u_int count) in key_register_ifnet() argument 1361 IPSEC_ASSERT(spp[i]->spidx.dir == IPSEC_DIR_INBOUND || in key_register_ifnet() 1362 spp[i]->spidx.dir == IPSEC_DIR_OUTBOUND, in key_register_ifnet() 1363 ("invalid direction %u", spp[i]->spidx.dir)); in key_register_ifnet() 1365 if ((spp[i]->id = key_getnewspid()) == 0) { in key_register_ifnet() 1371 TAILQ_INSERT_TAIL(&V_sptree_ifnet[spp[i]->spidx.dir], in key_register_ifnet() 1372 spp[i], chain); in key_register_ifnet() [all …]
|
| /freebsd/contrib/mandoc/ |
| H A D | tbl_term.c | 607 tbl_hrule(struct termp *tp, const struct tbl_span *spp, in tbl_hrule() 622 cpp = spp == NULL ? NULL : spp->layout->first; in tbl_hrule() 645 (spp == NULL ? 0 : BUP * bw) + in tbl_hrule() 647 (spp == NULL || cpn == NULL || in tbl_hrule() 650 (spp == NULL || cpn == NULL || in tbl_hrule() 685 } else if (spp != NULL && opts & TBL_OPT_ALLBOX) in tbl_hrule() 746 (spp == NULL ? 0 : BUP * bw) + in tbl_data() 748 (spp == NULL || spn == NULL || in tbl_data() 570 tbl_hrule(struct termp * tp,const struct tbl_span * spp,const struct tbl_span * sp,const struct tbl_span * spn,int flags) tbl_hrule() argument
|
| /freebsd/contrib/nvi/vi/ |
| H A D | vs_split.c | 333 vs_discard(SCR *sp, SCR **spp) in vs_discard() argument 358 if (spp != NULL) in vs_discard() 359 *spp = NULL; in vs_discard() 436 if (spp != NULL) in vs_discard() 437 *spp = tsp; in vs_discard()
|
| H A D | vi.c | 60 vi(SCR **spp) in vi() argument 70 sp = *spp; in vi() 250 *spp = next; in vi() 397 *spp = sp; in vi()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-nfs.c | 1512 const struct nfsv3_pathconf *spp; in parsepathconf() local 1525 spp = (const struct nfsv3_pathconf *)dp; in parsepathconf() 1526 ND_TCHECK_SIZE(spp); in parsepathconf() 1529 GET_BE_U_4(spp->pc_linkmax), in parsepathconf() 1530 GET_BE_U_4(spp->pc_namemax), in parsepathconf() 1531 GET_BE_U_4(spp->pc_notrunc) ? "notrunc" : "", in parsepathconf() 1532 GET_BE_U_4(spp->pc_chownrestricted) ? "chownres" : "", in parsepathconf() 1533 GET_BE_U_4(spp->pc_caseinsensitive) ? "igncase" : "", in parsepathconf() 1534 GET_BE_U_4(spp->pc_casepreserving) ? "keepcase" : ""); in parsepathconf()
|
| /freebsd/share/doc/psd/21.ipc/ |
| H A D | spell.ok | 307 spp 308 spp.sp
|
| /freebsd/contrib/ncurses/ncurses/base/ |
| H A D | lib_set_term.c | 313 SCREEN **spp, in NCURSES_SP_NAME() 339 if (spp == NULL) in NCURSES_SP_NAME() 341 sp = *spp; in NCURSES_SP_NAME() 346 *spp = sp; in NCURSES_SP_NAME()
|
| /freebsd/contrib/ntp/ntpd/ |
| H A D | refclock_gpsdjson.c | 2151 char ** spp, in myasprintf() argument 2158 *spp = NULL; in myasprintf() 2163 free(*spp); in myasprintf() 2164 *spp = (char*)malloc(alen); in myasprintf() 2165 if (NULL == *spp) in myasprintf() 2169 plen = (size_t)vsnprintf(*spp, alen, fmt, va); in myasprintf()
|
| H A D | ntp_request.c | 1589 RestrictStackT **spp, in pushRestriction() argument 1595 if (NULL == (sp = *spp) || 0 == sp->fcnt) { in pushRestriction() 1598 sp->link = *spp; in pushRestriction() 1600 *spp = sp; in pushRestriction() 1608 RestrictStackT **spp, in popRestriction() argument 1614 if (NULL == (sp = *spp) || sp->fcnt >= getStackSheetSize(sp)) in popRestriction() 1620 *spp = sp->link; in popRestriction() 1628 RestrictStackT **spp in flushRestrictionStack() argument 1633 while (NULL != (sp = *spp)) { in flushRestrictionStack() 1634 *spp in flushRestrictionStack() [all...] |
| /freebsd/contrib/nvi/ex/ |
| H A D | ex.c | 46 ex(SCR **spp) in ex() argument 55 sp = *spp; in ex() 140 *spp = sp; in ex() 156 *spp = screen_next(sp); in ex() 157 if (*spp) { in ex() 158 F_CLR(*spp, SC_SCR_VI); in ex() 159 F_SET(*spp, SC_SCR_EX); in ex()
|
| /freebsd/crypto/heimdal/kdc/ |
| H A D | krb5tgs.c | 747 krb5_principals spp, in tgs_make_reply() argument 959 spp, in tgs_make_reply() 1497 krb5_principals spp = NULL; in tgs_build_reply() local 1857 &spp, in tgs_build_reply() 2260 spp, in tgs_build_reply()
|
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | pinctrl_spear.txt | 138 "clcd", "emi", "fsmc", "spp", "sdhci", "i2s", "uart1", "uart1_modem",
|
| /freebsd/contrib/less/ |
| H A D | screen.c | 1482 …r **instr, constant char **outstr, constant char *def_instr, constant char *def_outstr, char **spp) in tmodes() argument 1484 *instr = ltgetstr(inti, intc, spp); in tmodes() 1493 *outstr = ltgetstr(outti, outtc, spp); in tmodes() 1496 *outstr = ltgetstr("sgr0", "me", spp); in tmodes()
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-lncursest | 2040 SCREEN **spp,
|
| H A D | llib-lncurses | 2031 SCREEN **spp,
|
| H A D | llib-lncursestw | 2627 SCREEN **spp,
|
| H A D | llib-lncursesw | 2618 SCREEN **spp,
|