Searched refs:NULL (Results 201 - 225 of 625) sorted by relevance

1234567891011>>

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c221 struct ip *ip = NULL;
222 register struct ipovly *ipov = NULL;
224 struct ip6_hdr *ip6 = NULL;
237 struct mbuf *m_last = NULL;
238 struct mbuf *m_head = NULL;
239 struct mbuf *packetlist = NULL;
315 if (rt != NULL && rt->generation_id != route_generation) {
342 if (tp->t_pktlist_head != NULL)
361 if (rt != NULL && (ifp = rt->rt_ifp) != NULL)
[all...]
H A Dip6.h258 if ((m)->m_next != NULL) { \
261 (((m) = m_pullup((m), (off) + (hlen))) == NULL)) { \
310 (val) = (typ)NULL; \
311 (m) = NULL; \
322 t = m_pulldown((m), (off), (len), NULL); \
328 (val) = (typ)NULL; \
329 (m) = NULL; \
H A Din_pcb.c208 if (inp == NULL)
241 if (inp->inpcb_mtx == NULL) {
282 timer would usually do and return NULL. This is
305 inp = NULL;
569 sflt_notify(so, sock_evt_bound, NULL);
693 inp->inp_moptions != NULL) {
698 if (imo->imo_multicast_ifp != NULL && (ia == NULL ||
748 inp->inp_lport, 0, NULL);
750 if (pcb != NULL) {
[all...]
H A Din_arp.c251 dlil_send_arp(rt->rt_ifp, ARPOP_REQUEST, SDL(gate), rt_key(rt), (struct sockaddr_dl *)rt_key(rt), NULL);
330 rt->rt_llinfo = NULL;
335 la->la_hold = NULL;
379 const char *why = NULL;
390 if (*route == NULL)
405 *route = NULL;
410 *route = NULL;
415 *route = NULL;
450 *out_route = NULL;
472 * We need the gateway route. If it is NULL o
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/nullfs/
H A Dnull_vnops.c96 * INSTANTIATING NEW NULL LAYERS
106 * OPERATION OF A NULL LAYER
266 if (descp->vdesc_vp_offsets == NULL ||
287 if (i && (*this_vp_p == NULL ||
289 old_vps[i] = NULL;
489 xp->null_lowervp = NULL;
492 vp->v_data = NULL;
567 { (struct vnodeop_desc*)NULL, (int(*)())NULL }
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DRootDomainUserClient.cpp78 return secureSleepSystemOptions( NULL, // inOptions
82 NULL, NULL);
97 OSDictionary *unserializedOptions = NULL;
98 OSString *unserializeErrorString = NULL;
135 *returnCode = fOwner->sleepSystemOptions( NULL );
215 return NULL;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dmk_timer.c69 if (timer == NULL)
102 mk_timer_t timer = NULL;
107 assert(timer != NULL);
114 if (timer != NULL) {
137 assert(!(mk_timer_zone != NULL));
233 assert(timer != NULL);
273 assert(timer != NULL);
H A Dkalloc.c222 k_zone[i] = NULL;
254 return(NULL);
266 addr = NULL;
392 *addrp = NULL;
637 void *addr=NULL;
645 addr = NULL;
660 void *addr=NULL;
663 return(NULL);
668 if (addr == NULL)
679 void *addr=NULL;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c52 CatalogName *nodeName = NULL; /* To ward off uninitialized use warnings from compiler */
97 CatalogName *nodeName = NULL;
174 if ( name == NULL )
201 if ( cName != NULL )
213 if ( cName != NULL )
227 if ( name == NULL)
258 * When textEncoding != NULL we know that this is a create
261 if (err && (textEncoding == NULL))
342 if ( srcName == NULL )
344 if ( dstName != NULL )
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_synch.c122 ut->uu_wchan = NULL;
123 ut->uu_wmesg = NULL;
171 if (p->p_stats != NULL)
178 if (mtx != NULL && chan != NULL && (thread_continue_t)continuation == THREAD_CONTINUE_NULL) {
188 if (chan != NULL)
269 ut->uu_wchan = NULL;
270 ut->uu_wmesg = NULL;
280 return _sleep((caddr_t)chan, pri, (char *)NULL, 0, (int (*)(int))0, (lck_mtx_t *)0);
H A Dkern_fork.c246 if ((child = forkproc(parent,1)) == NULL) {
407 thread_t child_thread = NULL;
452 child_task = NULL;
470 * Returns: !NULL Child process thread pointer
471 * NULL Failure (unspecified)
504 if (child_thread != NULL) {
595 if ((newth = cloneproc(parent, 1)) == NULL) {
649 * call if !NULL. If we NULL test, during lazy dof faulting
665 if (parent->p_dtrace_helpers != NULL
[all...]
H A Dkern_exit.c372 * and call if !NULL. If we NULL test, during lazy dof faulting
382 if (p->p_dtrace_helpers != NULL) {
474 sessp->s_ttyvp = NULL;
476 sessp->s_ttyp = NULL;
490 sessp->s_ttyvp = NULL;
492 sessp->s_ttyp = NULL;
507 sessp->s_leader = NULL;
522 while ((q = p->p_children.lh_first) != NULL) {
579 p->p_textvp = NULL;
[all...]
H A Duipc_usrreq.c283 if (unp == NULL)
285 if (unp->unp_conn != NULL && unp->unp_conn->unp_addr != NULL) {
412 control = NULL;
414 } else if (control != NULL && error == 0) {
416 control = NULL;
418 m = NULL;
468 control = NULL;
470 } else if (control != NULL && error == 0) {
472 control = NULL;
[all...]
H A Dkern_descrip.c280 p->p_fd->fd_ofiles[fd] = NULL;
293 if (fp != NULL)
306 msleep(&p->p_fd, &p->p_fdmlock, PRIBIO, "ftbl_waitfd", NULL);
316 p->p_fd->fd_ofiles[fd] = NULL;
352 fdp->fd_ofiles[nfd] == NULL &&
464 if ((fdp->fd_ofiles[new] != NULL) && ((error = fp_lookup(p, new, &nfp, 1)) == 0)) {
474 if (fdp->fd_ofiles[new] != NULL)
1157 error = VNOP_BLOCKMAP(vp, offset, devBlockSize, &bn, NULL, NULL, 0, &context);
1183 if (pathbufp == NULL) {
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp.h243 (object)->entry.next = NULL; \
245 (object)->entry.prev = NULL; \
255 (object)->entry.prev = NULL; \
257 (object)->entry.next = NULL; \
424 struct atp_trans *atp_trans_free_list = NULL; /* free transactions */
425 struct atp_rcb *atp_rcb_free_list = NULL; /* free rcbs */
426 struct atp_state *atp_free_list = NULL; /* free atp states */
428 struct atp_rcb* atp_rcb_data = NULL;
429 struct atp_state* atp_state_data=NULL;
H A Datp_read.c84 if ((m = gbuf_alloc(sizeof(ioc_t), PRI_HI)) != NULL) {
91 else if ((m = gbuf_alloc(1, PRI_HI)) != NULL) {
108 gbuf_t *m_asp = NULL;
170 if (trp == NULL) {
313 if (rcbp == NULL) {
337 if ((rcbp = atp_rcb_alloc(atp)) == NULL) {
385 if (m_asp != NULL) {
483 if ((m = (gbuf_t *)atp_build_release(trp)) != NULL) {
511 trp->tr_xmt = NULL;
514 if (gbuf_cont(m) == NULL) /* issue
[all...]
H A Dddp_brt.c107 if (src_addr != NULL)
111 if (brt == NULL) {
116 if (brt == NULL)
H A Dddp.c93 void (*ddp_AURPsendx)(void) = NULL;
348 M_RTABLE, M_WAITOK)) == NULL)
390 ifa->ifa_addr = NULL;
393 if (ifID->at_was_attached == 0 && ifID->aa_ifp != NULL) {
401 aarp_table[ifID->ifPort] = NULL;
405 ifID->aa_ifp = NULL;
409 ifID_table[ifID->ifPort] = NULL;
438 if ((atp_inputQ[socket] != NULL) && (atp_inputQ[socket] != (gref_t *)1)
441 if ((adsp_inputQ[socket] != NULL) && (adsp_pidM[socket] == pid))
523 register at_ifaddr_t *ifID = ifID_home, *ifIDTmp = NULL;
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOTypes.h48 #ifndef NULL
50 #define NULL 0 macro
52 #define NULL ((void *)0) macro
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_kprintf.c69 if (DTLookupEntry(NULL, "/options", &options) == kSuccess) {
77 gPESerialBaud = strtol(baud, NULL, 0);
88 gPESerialBaud = strtol(baud, NULL, 0);
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_posix_shm.c79 if (label == NULL)
80 return (NULL);
105 pshm->pshm_label = NULL;
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_cache.c99 * exist) the vnode pointer will be NULL.
202 proc_root_dir_vp = NULL;
211 if (vp->v_mount == NULL) {
238 if (str == NULL || *str == '\0') {
239 if (vp->v_parent != NULL) {
302 va.va_name = NULL;
347 vnode_update_identity(vp, dvp, NULL, 0, 0, VNODE_UPDATE_PARENT);
430 pvp = NULL;
439 const char *name = NULL;
468 * then drop string ref on v_name if it exists, and if name is non-NULL
[all...]
H A Dvfs_bio.c235 if ((bp->b_hash.le_next = (head)->lh_first) != NULL)
254 for(; nbp != NULL; nbp = nbp->b_hash.le_next) {
271 if (bp->b_hash.le_next != NULL)
471 return ((void *) NULL);
513 return (NULL);
516 return (NULL);
520 return (NULL);
523 return (NULL);
688 *io_addr = NULL;
832 if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flag
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_hotfiles.c172 (hfsmp->jnl == NULL) ||
191 hfsmp->hfc_recdata = NULL;
226 hfsmp->hfc_filevp = NULL;
234 cnid = GetFileInfo(HFSTOVCB(hfsmp), kRootDirID, HFC_FILENAME, &cattr, NULL);
318 if (hotdata == NULL)
320 hfsmp->hfc_recdata = NULL;
330 if (hotdata->rootentry == NULL) {
350 hfsmp->hfc_filevp = NULL;
360 if (listp == NULL) {
363 hfsmp->hfc_filevp = NULL;
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Ddtrace_subr_x86.c70 regs32 = NULL;
74 regs64 = NULL;
87 * must always be either NULL, or point to a valid,
145 if (dtrace_return_probe_ptr != NULL)
177 if (dtrace_pid_probe_ptr != NULL &&

Completed in 109 milliseconds

1234567891011>>