HomeSort by: relevance | last modified time | path
    Searched defs:nullop (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
kern_stub.c 112 __strong_alias(ktr_csw,nullop); /* Probes */
113 __strong_alias(ktr_emul,nullop);
114 __strong_alias(ktr_geniov,nullop);
115 __strong_alias(ktr_genio,nullop);
116 __strong_alias(ktr_mibio,nullop);
117 __strong_alias(ktr_namei,nullop);
118 __strong_alias(ktr_namei2,nullop);
119 __strong_alias(ktr_psig,nullop);
120 __strong_alias(ktr_syscall,nullop);
121 __strong_alias(ktr_sysret,nullop);
308 nullop(void *v) function
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
connection.c 84 int nullop; member in struct:conn_readinfo
1271 if( cri.op && !cri.nullop ) {
1714 if ( !cri->nullop ) {
1715 cri->nullop = 1;

Completed in 20 milliseconds