Searched refs:lp (Results 101 - 125 of 248) sorted by relevance

12345678910

/freebsd-current/tools/test/stress2/misc/
H A Dmmap43.sh90 long ix, *lp;
111 if ((lp = mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0)) == MAP_FAILED)
115 lp[ix] = ix;
117 if (munmap(lp, size) == -1)
H A Dmkfifo3.sh60 pgrep mkfifo3 | xargs ps -lp
H A Dfsck6.sh38 pgrep -x mount && { pgrep -x mount | xargs ps -lp; exit 1; }
H A Dreaper.sh99 pgrep "$prog|timeout" | xargs ps -lp
/freebsd-current/sbin/nvmecontrol/
H A Dnvmecontrol.h46 #define NVME_LOGPAGE(unique, lp, vend, nam, fn, sz) \
48 .log_page = lp, \
/freebsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c903 compute_geometry_from_file(int fd, const char *fname, struct disklabel *lp) argument
913 lp->d_secsize = 512;
914 lp->d_nsectors = 63;
915 lp->d_ntracks = 255;
916 lp->d_secperunit = ms / lp->d_secsize;
926 struct disklabel *lp, dlp; local
932 lp = NULL;
936 lp = getdiskbyname(dtype);
940 if (lp
[all...]
/freebsd-current/sys/xdr/
H A Dxdr_mbuf.c141 xdrmbuf_getlong(XDR *xdrs, long *lp) argument
153 *lp = ntohl(t);
158 xdrmbuf_putlong(XDR *xdrs, const long *lp) argument
161 int32_t t = htonl(*lp);
/freebsd-current/usr.sbin/newsyslog/newsyslog.conf.d/
H A DMakefile20 LPPACKAGE= lp
/freebsd-current/usr.sbin/syslogd/
H A DMakefile37 LPPACKAGE= lp
/freebsd-current/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.h59 * lc/lp/pb in the middle of encoding, and some other internal improvements.
214 * preset_dict_size (if preset_dict != NULL). LZMA1 needs also lc, lp, and pb.
303 * position bits together: lc + lp <= 4. Without this limit the
308 * There may be LZMA1 streams that have lc + lp > 4 (maximum possible
320 * lp affects what kind of alignment in the uncompressed data is
324 uint32_t lp; member in struct:__anon25
343 * lp, LZMA1 and LZMA2 still slightly favor 16-byte alignment.
/freebsd-current/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_presets.c30 options->lp = LZMA_LP_DEFAULT;
/freebsd-current/sys/kern/
H A Dkern_cons.c477 char *lp, *end; local
482 lp = cp;
490 *lp = '\0';
495 if (lp > cp) {
498 lp--;
504 if (lp < end) {
515 *lp++ = c;
/freebsd-current/crypto/openssh/
H A Dmoduli.c504 char lp[QLINESIZE + 1]; local
510 while (fgets(lp, QLINESIZE + 1, f) != NULL)
584 char *cp, *lp; local
621 lp = xmalloc(QLINESIZE + 1);
622 while (fgets(lp, QLINESIZE + 1, in) != NULL && count_in < end_lineno) {
632 if (strlen(lp) < 14 || *lp == '!' || *lp == '#') {
639 cp = &lp[14]; /* (skip) */
802 free(lp);
[all...]
/freebsd-current/sys/dev/ppbus/
H A Dif_plip.c114 #ifndef LPMTU /* MTU for the lp# interfaces */
118 #ifndef LPMAXSPIN1 /* DELAY factor for the lp# interfaces */
122 #ifndef LPMAXSPIN2 /* DELAY factor for the lp# interfaces */
163 /* Tables for the lp# interface */
174 /* Functions for the lp# interface */
234 struct lp_data *lp = DEVTOSOFTC(dev); local
238 lp->sc_dev = dev;
244 lp->res_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid,
246 if (lp->res_irq == NULL) {
251 ifp = lp
[all...]
/freebsd-current/contrib/sendmail/src/
H A Dstab.c116 long *lp = (long *) s->s_class; local
119 s->s_symtype, lp[0], lp[1], lp[2], lp[3]);
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c588 size_t ls, lp; local
590 const char *p = luaL_checklstring(L, 2, &lp);
598 if (find && (lua_toboolean(L, 4) || nospecials(p, lp))) {
600 const char *s2 = lmemfind(s + init - 1, ls - init + 1, p, lp);
603 lua_pushinteger(L, s2 - s + lp);
612 p++; lp--; /* skip anchor character */
618 ms.p_end = p + lp;
651 size_t ls, lp; local
653 const char *p = lua_tolstring(L, lua_upvalueindex(2), &lp);
659 ms.p_end = p + lp;
746 size_t srcl, lp; local
[all...]
/freebsd-current/sys/compat/linux/
H A Dlinux_ioctl.c1215 bsd_to_linux_msf_lba(u_char af, union msf_lba *bp, union linux_cdrom_addr *lp) argument
1218 lp->lba = bp->lba;
1220 lp->msf.minute = bp->msf.minute;
1221 lp->msf.second = bp->msf.second;
1222 lp->msf.frame = bp->msf.frame;
1240 linux_to_bsd_dvd_struct(l_dvd_struct *lp, struct dvd_struct *bp) argument
1242 bp->format = lp->type;
1247 bp->layer_num = lp->physical.layer_num;
1250 bp->layer_num = lp->copyright.layer_num;
1253 bp->agid = lp
1265 bsd_to_linux_dvd_struct(struct dvd_struct *bp, l_dvd_struct *lp) argument
1311 linux_to_bsd_dvd_authinfo(l_dvd_authinfo *lp, int *bcode, struct dvd_authinfo *bp) argument
1374 bsd_to_linux_dvd_authinfo(struct dvd_authinfo *bp, l_dvd_authinfo *lp) argument
[all...]
/freebsd-current/sys/geom/raid/
H A Dg_raid.c1168 struct g_raid_lock *lp; local
1172 LIST_FOREACH(lp, &vol->v_locks, l_next) {
1173 if (g_raid_bio_overlaps(bp, lp->l_offset, lp->l_length))
1228 struct g_raid_lock *lp; local
1231 LIST_FOREACH(lp, &vol->v_locks, l_next) {
1232 if (lp->l_pending) {
1233 off = lp->l_offset;
1234 len = lp->l_length;
1235 lp
1285 struct g_raid_lock *lp; local
1320 struct g_raid_lock *lp; local
[all...]
/freebsd-current/usr.sbin/lpr/common_source/
H A Dcommon.c41 #include "lp.cdefs.h" /* A cross-platform version of <sys/cdefs.h> */
57 #include "lp.h"
58 #include "lp.local.h"
85 register char *lp = line; local
93 *lp++ = ' ';
99 *lp++ = c;
102 *lp++ = '\0';
596 if (pp->lp) recvdev = pp->lp;
/freebsd-current/bin/sh/
H A Deval.c563 struct nodelist *lp; local
570 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next)
575 for (lp = n->npipe.cmdlist ; lp ; lp = lp->next) {
576 prehash(lp
[all...]
/freebsd-current/sys/dev/sym/
H A Dsym_hipd.c5071 lcb_p lp = sym_lp(tp, lun); local
5072 lp->to_clear = 0; /* We donnot expect to fail here */
6254 lcb_p lp = sym_lp(tp, ln); local
6273 if (!lp && sym_is_bit(tp->lun_map, ln)) {
6274 lp = sym_alloc_lcb(np, tn, ln);
6275 if (!lp)
6285 if (!lp) {
6296 if (lp->busy_itl != 0)
6301 if (!lp->cb_tags) {
6303 if (!lp
6374 lcb_p lp = sym_lp(tp, cp->lun); local
6564 lcb_p lp = sym_lp(tp, ln); local
6642 lcb_p lp = sym_lp(tp, ln); local
7236 lcb_p lp; local
7400 lcb_p lp; local
7931 lcb_p lp; local
8750 lcb_p lp; local
[all...]
/freebsd-current/contrib/nvi/vi/
H A Dv_ulcase.c140 ulcase(SCR *sp, recno_t lno, CHAR_T *lp, size_t len, size_t scno, size_t ecno) argument
148 MEMMOVE(bp, lp, len);
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_superblock.c440 const BYTE* lp = lstart; local
456 (unsigned)(lend-lp), (unsigned)(send-sstart));
471 assert(lp <= lend);
472 assert(litSize <= (size_t)(lend - lp));
473 litSize = (size_t)(lend - lp);
480 cBlockSizeEstimate = ZSTD_estimateSubBlockSize(lp, litSize, ofCodePtr, llCodePtr, mlCodePtr, seqCount,
489 lp, litSize,
502 lp += litSize;
/freebsd-current/crypto/heimdal/lib/kadm5/
H A Dad.c232 LDAP *lp = CTX2LP(context); local
233 ldap_unbind(lp);
316 LDAP *lp; local
318 lp = ldap_init(servers[i].server, servers[i].port);
319 if (lp == NULL)
322 if (ldap_set_option(lp, LDAP_OPT_PROTOCOL_VERSION, &version)) {
323 ldap_unbind(lp);
327 if (ldap_set_option(lp, LDAP_OPT_REFERRALS, LDAP_OPT_OFF)) {
328 ldap_unbind(lp);
333 lret = ldap_tsasl_bind_s(lp, NUL
848 LDAP *lp = CTX2LP(context); local
[all...]
/freebsd-current/sys/net/
H A Dif_media.c147 ifmedia_list_add(struct ifmedia *ifm, struct ifmedia_entry *lp, int count) argument
152 ifmedia_add(ifm, lp[i].ifm_media, lp[i].ifm_data,
153 lp[i].ifm_aux);

Completed in 410 milliseconds

12345678910