Searched refs:lookup (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_pflog.c321 if (rm->log & PF_LOG_SOCKET_LOOKUP && !pd->lookup.done)
322 pd->lookup.done = pf_socket_lookup(dir, pd);
323 if (pd->lookup.done > 0) {
324 hdr.uid = pd->lookup.uid;
325 hdr.pid = pd->lookup.pid;
H A Dpf.c3649 pd->lookup.uid = UID_MAX;
3650 pd->lookup.gid = GID_MAX;
3651 pd->lookup.pid = NO_PID;
3687 0, &pd->lookup.uid, &pd->lookup.gid, NULL);
3703 &d6, dport, 0, &pd->lookup.uid, &pd->lookup.gid, NULL);
3706 daddr->v4, dport, INPLOOKUP_WILDCARD, &pd->lookup.uid, &pd->lookup.gid, NULL);
3710 &pd->lookup
[all...]
H A Droute.c182 * RT_ADDREF after the lookup has returned an entry.
894 * have from lookup above will do. Return that;
903 * We cloned it; drop the original route found during lookup.
997 * since it is possible that another thread doing a lookup wins
1305 * or the the lookup failed. This is necessary for hosts
1976 * a lookup from returning the newly-created route. Hence
2612 * Common routine to lookup/match a route. It invokes the lookup/matchaddr
2614 * between the two (at least for AF_INET/AF_INET6) is that a lookup does
2628 * When a scoped route lookup i
[all...]
H A Dpfvar.h1402 } lookup; member in struct:pf_pdesc
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dpipe.c95 int lookup(char *x, char *names[]);
123 x = lookup(optarg, modes);
132 x = lookup(optarg, xports);
554 lookup(char *x, char *names[]) function
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_lookup.c143 #% lookup dvp L ? ?
144 #% lookup vpp - L -
339 * If this was a create/rename operation lookup, then by this point
356 * If this was a straight lookup operation, we may need to redrive the entire
357 * lookup starting from cat_lookup if the element was deleted as the result of
363 * we just re-try the lookup to ensure the caller gets the most recent element.
375 /* Also, re-drive the lookup if the item we looked up was a hardlink, and the number
381 * it needs to occur regardless of the type of lookup we're doing here.
462 * If the lookup succeeds, the vnode is returned in *vpp,
465 * If the lookup determine
[all...]
H A Dhfs_cnode.c392 /* Initialize the rsrc descriptor for lookup if necessary*/
1048 * subject to a race where the calling thread invoked cat_lookup, got a valid lookup
1052 * not yet have been a hardlink when the lookup occurred.
1071 * force a re-drive in the lookup routine.
1101 * item. We are not susceptible to the lookup fastpath issue at this point.
1148 * lookup re-drive itself to get valid/consistent data with the same failure condition below.
1423 * go through lookup again, which will need to create a new vnode. Thus,
1474 int lookup = 0; local
1498 lookup = cat_lookup (hfsmp, &cndesc, 0, NULL, &attr, &fork, NULL);
1500 if ((lookup
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dnamei.h95 * Arguments to namei/lookup.
103 * Arguments to lookup.
109 * Results: returned from/manipulated by lookup
114 * Shared between namei and lookup/commit routines.
126 #define NAMEI_CONTLOOKUP 0x002 /* Continue processing a lookup which was partially processed in a compound VNOP */
128 #define NAMEI_UNFINISHED 0x008 /* We broke off a lookup to do a compound op */
132 * supports in the decision to break off a lookup early.
157 * name in ni_startdir. It allows repeated calls to lookup for the
163 #define RDONLY 0x00000200 /* lookup with read-only semantics */
165 #define DONOTAUTH 0x00000800 /* do not authorize during lookup */
[all...]
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_lookup.c141 * call lookup to search path.
151 * lookup:EBADF Bad file descriptor
152 * lookup:EROFS
153 * lookup:EACCES
154 * lookup:EPERM
155 * lookup:ERECYCLE vnode was recycled from underneath us in lookup.
156 * This means we should re-drive lookup from this point.
157 * lookup: ???
208 panic("We need to keep going on a continued lookup, bu
858 lookup(struct nameidata *ndp) function
[all...]
H A Dvfs_xattr.c780 * post-lookup. Retry from the beginning, 1x only, to
1039 * and it has an iocount from the lookup. Return the vp in the output argument.
2415 goto lookup;
2440 * Note that the lookup here does not authorize. Since we are looking
2447 lookup:
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddis_tables.c3552 int (*lookup)(void *, uint64_t, char *, size_t);
3579 * unsignedness for symbol lookup.
3673 lookup = dis->d86_sym_lookup;
3676 lookup(dis->d86_data, tgt, NULL, 0) == 0) {
3679 lookup(dis->d86_data, tgt, buf + curlen,
3701 lookup(dis->d86_data, reltgt, buf + curlen,
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_serv.c587 * nfs lookup rpc
2024 while ((error = lookup(&ni)) == ERECYCLE) {
2285 while ((error = lookup(&ni)) == ERECYCLE) {
2836 * then finally start the lookup
3406 while ((error = lookup(&ni)) == ERECYCLE) {
4274 /* Got to get the vnode for lookup per entry. */
H A Dnfs_subs.c1998 * Extract a lookup path from the given mbufs and store it in
2046 * Set up nameidata for a lookup() call and do it.
2090 * And call lookup() to do the real work
2093 while ((error = lookup(nip)) == ERECYCLE) {
3009 while ((error = lookup(&xnd)) == ERECYCLE) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6.c1460 log(LOG_DEBUG, "%s: failed to lookup %s "
1816 * during the lookup.
3038 goto lookup;
3054 lookup:

Completed in 82 milliseconds