Searched refs:noop (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dlwres_noop.c318 lwres_noopresponse_t *noop; local
323 noop = *structp;
326 CTXFREE(noop, sizeof(lwres_noopresponse_t));
333 lwres_nooprequest_t *noop; local
338 noop = *structp;
341 CTXFREE(noop, sizeof(lwres_nooprequest_t));
/freebsd-9.3-release/sys/kern/
H A Dkern_conf.c651 #define FIXUP(member, noop, giant) \
654 devsw->member = noop; \
/freebsd-9.3-release/contrib/cvs/src/
H A Dsanity.sh16139 # Unedit of a file not being edited should be a noop.
24551 # head-o1 (::branch, where this deletes a revision or is noop)
26622 # basicc: "-d .", global -Q, no arguments (is a noop),
28978 # Sending the Root and noop before waiting for the
28990 noop
29017 noop
29335 noop
29337 # Sending the second "noop" before waiting for the output
29352 noop
29355 noop
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c16955 const char * noop;
16970 noop = thumb_bigend_noop;
16972 noop = thumb_noop;
16978 noop = arm_bigend_noop;
16980 noop = arm_noop;
16994 memcpy (p, noop, noop_size);
16942 const char * noop; local

Completed in 150 milliseconds