HomeSort by: relevance | last modified time | path
    Searched refs:otype (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/moduli/qsieve/
qfile.c 49 qfileout(FILE * ofile, uint32_t otype, uint32_t otests, uint32_t otries,
66 otype,
  /src/distrib/utils/ssh/
ssh.c 84 void child_newfd(int setfd, char *file, int otype);
558 * which was opened with OTYPE and MODE.
561 child_newfd(int setfd, char *file, int otype)
564 /* int otype; O_RDONLY, etc. */
569 if ((newfd = open(file, otype, def_omode)) < 0) {
  /src/sys/compat/ultrix/
ultrix_fs.c 343 int otype = SCARG(uap, type); local in function:ultrix_sys_mount
365 if (otype == ULTRIX_FSTYPE_NFS) {
407 if (otype == ULTRIX_FSTYPE_ULTRIX) {
  /src/sys/net/
if_gre.c 1164 int fd, error = 0, oproto, otype, s; local in function:gre_ioctl
1208 otype = sp->sp_type;
1232 (otype == sp->sp_type || sp->sp_type == 0))
1278 otype = sp->sp_type;
1300 (otype == sp->sp_type || sp->sp_type == 0))
  /src/sys/external/bsd/ipf/netinet/
ip_dstlist.c 296 /* otype(I) - type of data structure to iterate through */
305 ipf_dstlist_iter_deref(ipf_main_softc_t *softc, void *arg, int otype, int unit,
318 switch (otype)
ip_htable.c 1284 /* otype(I) - which data structure type is being walked */
1290 ipf_htable_iter_deref(ipf_main_softc_t *softc, void *arg, int otype, int unit,
1300 switch (otype)
ip_pool.c 1354 ipf_pool_iter_deref(ipf_main_softc_t *softc, void *arg, int otype, int unit,
1365 switch (otype)
  /src/sys/arch/x86/x86/
intr.c 915 int otype = source->is_type; local in function:intr_establish_xname
924 otype, type);

Completed in 19 milliseconds