Searched refs:lmin (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dgss-genr.c93 OM_uint32 lmin; local
109 gss_display_status(&lmin, ctxt->major,
115 gss_release_buffer(&lmin, &msg);
120 gss_display_status(&lmin, ctxt->minor,
126 gss_release_buffer(&lmin, &msg);
H A Dgss-serv.c334 OM_uint32 lmin; local
346 gss_release_buffer(&lmin, &gssapi_client.displayname);
347 gss_release_buffer(&lmin, &gssapi_client.exportedname);
348 gss_release_cred(&lmin, &gssapi_client.creds);
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Dmain.c35 int lmin, lmax; /* packet len */ member in struct:cfg_s
361 c->lmin = c->lmax = 1280; /* packet len */
396 c->lmin = getnum(av[1], NULL, av[0]);
397 c->lmax = c->lmin;
427 if (c->lmin <= 0)
428 c->lmin = 1;
/freebsd-10.0-release/sys/vm/
H A Dvm_init.c199 physmem_est = lmin(physmem, btoc(kernel_map->max_offset -
/freebsd-10.0-release/sys/netinet6/
H A Din6_rmx.c213 ap->nextstop = lmin(ap->nextstop,
/freebsd-10.0-release/sys/sys/
H A Dlibkern.h59 static __inline long lmin(long a, long b) { return (a < b ? a : b); } function
/freebsd-10.0-release/lib/libstand/
H A Dstand.h327 static __inline long lmin(long a, long b) { return (a < b ? a : b); } function
/freebsd-10.0-release/sys/netinet/
H A Din_rmx.c223 ap->nextstop = lmin(ap->nextstop,
H A Dtcp_output.c377 len = lmin(len, cwin);
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clbio.c692 n = lmin(uio->uio_resid, NFS_DIRBLKSIZ - bp->b_resid - on);
/freebsd-10.0-release/sys/nfsclient/
H A Dnfs_bio.c683 n = lmin(uio->uio_resid, NFS_DIRBLKSIZ - bp->b_resid - on);
/freebsd-10.0-release/sys/kern/
H A Dvfs_bio.c816 hirunningspace = lmax(lmin(roundup(hibufspace / 64, MAXBSIZE),

Completed in 113 milliseconds