Home
last modified time | relevance | path

Searched refs:nlp (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/kern/
H A Dsubr_disklabel64.c219 nlp = nlpx.lab64; in l64_setdisklabel()
227 savecrc = nlp->d_crc; in l64_setdisklabel()
228 nlp->d_crc = 0; in l64_setdisklabel()
233 nlp->d_crc = savecrc; in l64_setdisklabel()
236 nlp->d_crc = savecrc; in l64_setdisklabel()
251 if (nlp->d_npartitions <= i) in l64_setdisklabel()
254 npp = &nlp->d_partitions[i]; in l64_setdisklabel()
292 npp = &nlp->d_partitions[i]; in l64_setdisklabel()
312 nlp->d_crc = 0; in l64_setdisklabel()
313 nlp->d_crc = crc32(&nlp->d_magic, nlpcrcsize); in l64_setdisklabel()
[all …]
H A Dusched_dfly.c652 struct lwp *nlp; in dfly_select_curproc() local
660 if (nlp) { in dfly_select_curproc()
937 struct lwp *nlp; in dfly_schedulerclock() local
950 nlp = NULL; in dfly_schedulerclock()
953 nlp = NULL; in dfly_schedulerclock()
960 if (nlp && in dfly_schedulerclock()
975 } else if (nlp) { in dfly_schedulerclock()
2398 if (nlp) { in dfly_helper_thread()
2443 nlp = NULL; in dfly_helper_thread()
2446 nlp = NULL; in dfly_helper_thread()
[all …]
H A Dusched_bsd4.c528 struct lwp *nlp; in bsd4_select_curproc() local
539 if (nlp) { in bsd4_select_curproc()
543 nlp->lwp_proc->p_pid, in bsd4_select_curproc()
550 dd->upri = nlp->lwp_priority; in bsd4_select_curproc()
551 dd->uschedcp = nlp; in bsd4_select_curproc()
554 lwkt_acquire(nlp->lwp_thread); in bsd4_select_curproc()
1753 struct lwp *nlp; in sched_thread() local
1795 nlp->lwp_proc->p_pid, in sched_thread()
1800 dd->uschedcp = nlp; in sched_thread()
1813 nlp->lwp_proc->p_pid, in sched_thread()
[all …]
H A Dsubr_disklabel32.c250 struct disklabel32 *olp, *nlp; in l32_setdisklabel() local
256 nlp = nlpx.lab32; in l32_setdisklabel()
261 if (nlp->d_magic != DISKMAGIC32 || nlp->d_magic2 != DISKMAGIC32 || in l32_setdisklabel()
262 dkcksum32(nlp) != 0) in l32_setdisklabel()
279 if (nlp->d_npartitions <= i) in l32_setdisklabel()
282 npp = &nlp->d_partitions[i]; in l32_setdisklabel()
299 nlp->d_checksum = 0; in l32_setdisklabel()
300 nlp->d_checksum = dkcksum32(nlp); in l32_setdisklabel()
301 *olp = *nlp; in l32_setdisklabel()
/dragonfly/share/examples/sunrpc/dir/
H A Ddir_proc.c20 namelist *nlp; local
40 nlp = &res.readdir_res_u.list;
42 nl = *nlp = (namenode *) malloc(sizeof(namenode));
45 nlp = &nl->next;
47 *nlp = NULL;
/dragonfly/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c288 char *nlp = strchr(buffer, '\n'); in main() local
289 if (nlp) in main()
290 *nlp = '\0'; in main()
/dragonfly/share/misc/
H A Dindent.pro40 -nlp
/dragonfly/contrib/libedit/src/
H A Dreadline.c1662 HIST_ENTRY **nlp, *nl; in history_list() local
1668 if ((nlp = el_realloc(_history_listp, in history_list()
1669 ((size_t)history_length + 1) * sizeof(*nlp))) == NULL) in history_list()
1671 _history_listp = nlp; in history_list()