/src/usr.bin/finger/ |
extern.h | 53 PERSON *palloc(void);
|
util.c | 272 pn = palloc(); 303 palloc(void) function in typeref:typename:PERSON *
|
/src/usr.bin/find/ |
function.c | 146 static PLAN *palloc(enum ntype, int (*)(PLAN *, FTSENT *)); 243 new = palloc(N_AMIN, f_amin); 275 new = palloc(N_ANEWER, f_anewer); 300 new = palloc(N_ASINCE, f_asince); 328 new = palloc(N_ATIME, f_atime); 356 new = palloc(N_CMIN, f_cmin); 388 new = palloc(N_CNEWER, f_cnewer); 413 new = palloc(N_CSINCE, f_csince); 441 new = palloc(N_CTIME, f_ctime); 502 return palloc(N_DELETE, f_delete) 2017 palloc(enum ntype t, int (*f)(PLAN *, FTSENT *)) function in typeref:typename:PLAN * [all...] |
/src/sbin/mount_portal/ |
conf.c | 71 static path *palloc(char *, int, const char *); 147 palloc(char *cline, int lno, const char *conf_file) function in typeref:typename:path * 281 path *p = palloc(cline, nread+1, conf_file);
|
/src/sys/kern/ |
subr_pool.c | 808 const char *wchan, struct pool_allocator *palloc, int ipl) 833 if (palloc == NULL) { 837 palloc = &pool_allocator_big[bigidx]; 840 palloc = &pool_allocator_nointr; 842 palloc = &pool_allocator_kmem; 848 if (palloc->pa_refcnt++ == 0) { 849 if (palloc->pa_pagesz == 0) 850 palloc->pa_pagesz = PAGE_SIZE; 852 TAILQ_INIT(&palloc->pa_list); 854 mutex_init(&palloc->pa_lock, MUTEX_DEFAULT, IPL_VM) [all...] |
/src/bin/csh/ |
extern.h | 256 void palloc(int, struct command *);
|
sem.c | 288 palloc(pid, t);
|
proc.c | 449 * palloc - allocate a process structure and fill it up. 453 palloc(int pid, struct command *t) function in typeref:typename:void 1319 palloc(pid, t);
|