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

/freebsd-9.3-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.c353 OM_uint32 lmin; local
365 gss_release_buffer(&lmin, &gssapi_client.displayname);
366 gss_release_buffer(&lmin, &gssapi_client.exportedname);
367 gss_release_cred(&lmin, &gssapi_client.creds);
/freebsd-9.3-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-9.3-release/sys/vm/
H A Dvm_init.c166 physmem_est = lmin(physmem, btoc(kernel_map->max_offset -
H A Dvm_map.c306 uma_zone_set_obj(kmapentzone, &kmapentobj, lmin(cnt.v_page_count,
/freebsd-9.3-release/sys/netinet6/
H A Din6_rmx.c213 ap->nextstop = lmin(ap->nextstop,
/freebsd-9.3-release/sys/sys/
H A Dlibkern.h59 static __inline long lmin(long a, long b) { return (a < b ? a : b); } function
/freebsd-9.3-release/lib/libstand/
H A Dstand.h325 static __inline long lmin(long a, long b) { return (a < b ? a : b); } function
/freebsd-9.3-release/sys/netinet/
H A Din_rmx.c223 ap->nextstop = lmin(ap->nextstop,
H A Dtcp_output.c374 len = lmin(len, cwin);
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clbio.c691 n = lmin(uio->uio_resid, NFS_DIRBLKSIZ - bp->b_resid - on);
/freebsd-9.3-release/sys/nfsclient/
H A Dnfs_bio.c682 n = lmin(uio->uio_resid, NFS_DIRBLKSIZ - bp->b_resid - on);
/freebsd-9.3-release/sys/kern/
H A Dvfs_bio.c712 hirunningspace = lmax(lmin(roundup(hibufspace / 64, MAXBSIZE),

Completed in 203 milliseconds