Searched refs:lu (Results 1 - 23 of 23) sorted by relevance

/freebsd-10-stable/lib/libkse/sys/
H A Dlock.c96 _lockuser_init(struct lockuser *lu, void *priv) argument
98 if (lu == NULL)
100 else if ((lu->lu_myreq == NULL) &&
101 ((lu->lu_myreq = malloc(sizeof(struct lockreq))) == NULL))
104 lu->lu_myreq->lr_locked = 1;
105 lu->lu_myreq->lr_watcher = NULL;
106 lu->lu_myreq->lr_owner = lu;
107 lu->lu_myreq->lr_active = 0;
108 lu
117 _lockuser_reinit(struct lockuser *lu, void *priv) argument
152 _lockuser_destroy(struct lockuser *lu) argument
162 _lock_acquire(struct lock *lck, struct lockuser *lu, int prio) argument
242 _lock_release(struct lock *lck, struct lockuser *lu) argument
352 _lock_grant(struct lock *lck __unused , struct lockuser *lu) argument
358 _lockuser_setactive(struct lockuser *lu, int active) argument
[all...]
H A Dlock.h73 #define _LCK_BUSY(lu) ((lu)->lu_watchreq->lr_locked != 0)
74 #define _LCK_ACTIVE(lu) ((lu)->lu_watchreq->lr_active != 0)
75 #define _LCK_GRANTED(lu) ((lu)->lu_watchreq->lr_locked == 3)
77 #define _LCK_SET_PRIVATE(lu, p) (lu)->lu_private = (void *)(p)
78 #define _LCK_GET_PRIVATE(lu) (lu)
[all...]
/freebsd-10-stable/lib/msun/src/
H A Ds_ilogbl.c35 m = 1lu << (LDBL_MANL_SIZE - 1);
39 m = 1lu << (LDBL_MANH_SIZE - 1);
H A Ds_logbl.c38 m = 1lu << (LDBL_MANL_SIZE - 1);
42 m = 1lu << (LDBL_MANH_SIZE - 1);
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Dia64.S330 (p21) xmpy.lu f48=f37,f8
373 (p18) xma.lu f35=f34,f8,f39
435 (p20) xma.lu f42=f36,f8,f50 // low
501 (p25) xmpy.lu f42=f41,f41
659 { .mfi; xma.lu f40=f32,f120,f0 };; // (*)
661 { .mfi; xma.lu f50=f32,f121,f0 };;
663 { .mfi; xma.lu f60=f32,f122,f0 };;
665 { .mfi; xma.lu f70=f32,f123,f0 };;
667 { .mfi; xma.lu f80=f32,f124,f0 };;
669 { .mfi; xma.lu f9
[all...]
H A Dia64-mont.pl145 xmpy.lu alo[4]=alo[4],bi
152 xma.lu alo[3]=alo[3],bi,ahi[2]
158 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[0])*n0
171 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
177 (p20) xma.lu nlo[2]=nlo[2],m0,nhi[1]
216 xma.lu alo[4]=alo[4],bi,ahi[3]
222 xma.lu alo[3]=alo[3],bi,ahi[2]
229 xmpy.lu m0=alo[4],n0 // (ap[0]*bp[i]+tp[0])*n0
249 (p18) xma.lu alo[2]=alo[2],bi,ahi[1]
261 (p20) xma.lu nl
[all...]
/freebsd-10-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c236 X509_LOOKUP *lu; local
243 lu = sk_X509_LOOKUP_value(sk, i);
244 X509_LOOKUP_shutdown(lu);
245 X509_LOOKUP_free(lu);
260 X509_LOOKUP *lu; local
264 lu = sk_X509_LOOKUP_value(sk, i);
265 if (m == lu->method) {
266 return lu;
270 lu = X509_LOOKUP_new(m);
271 if (lu
288 X509_LOOKUP *lu; local
[all...]
H A Dby_dir.c96 static int new_dir(X509_LOOKUP *lu);
97 static void free_dir(X509_LOOKUP *lu);
147 static int new_dir(X509_LOOKUP *lu) argument
158 lu->method_data = (char *)a;
186 static void free_dir(X509_LOOKUP *lu) argument
190 a = (BY_DIR *)lu->method_data;
/freebsd-10-stable/usr.bin/write/
H A Dwrite.c147 struct utmpx lu, *u; local
149 strncpy(lu.ut_line, tty, sizeof lu.ut_line);
151 while ((u = getutxline(&lu)) != NULL)
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_kern.c500 _kse_lock_wait(struct lock *lock __unused, struct lockuser *lu) argument
502 struct kse *curkse = (struct kse *)_LCK_GET_PRIVATE(lu);
513 while (!_LCK_GRANTED(lu)) {
527 _kse_lock_wakeup(struct lock *lock, struct lockuser *lu) argument
534 kse = (struct kse *)_LCK_GET_PRIVATE(lu);
540 _lock_grant(lock, lu);
557 _thr_lock_wait(struct lock *lock __unused, struct lockuser *lu) argument
559 struct pthread *curthread = (struct pthread *)lu->lu_private;
565 } while (!_LCK_GRANTED(lu));
569 _thr_lock_wakeup(struct lock *lock __unused, struct lockuser *lu) argument
[all...]
H A Dthr_private.h1107 void _kse_lock_wait(struct lock *, struct lockuser *lu);
1108 void _kse_lock_wakeup(struct lock *, struct lockuser *lu);
1148 void _thr_lock_wait(struct lock *lock, struct lockuser *lu);
1149 void _thr_lock_wakeup(struct lock *lock, struct lockuser *lu);
/freebsd-10-stable/sys/boot/ia64/efi/
H A Dstart.S206 xma.lu f10=f10,f9,f8 // f10=symtab + r_sym*syment
/freebsd-10-stable/sys/ia64/ia64/
H A Dlocore.S285 xma.lu f10=f10,f9,f8 // f10=symtab + r_sym*syment
/freebsd-10-stable/contrib/amd/fsinfo/
H A Dnull_gram.c648 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1075 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-10-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp516 char lu[2], wu[2]; local
522 if (sscanf(pp, "%lf%1[ipPc],%lf%1[ipPc]", &l, lu, &w, wu) == 4
524 && unit_scale(&l, lu[0]) && unit_scale(&w, wu[0])) {
/freebsd-10-stable/crypto/heimdal/lib/com_err/
H A Dparse.c794 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1277 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-10-stable/contrib/ofed/libsdp/src/
H A Dconfig_parser.c926 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1409 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-10-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1186 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1669 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-mips.c5034 as_bad (_("Improper position (%lu)"), pos);
5040 as_bad (_("Improper extract size (%lu, position %lu)"),
5082 as_bad (_("Improper position (%lu)"), pos);
5088 as_bad (_("Improper insert size (%lu, position %lu)"),
8775 as_bad (_("BALIGN immediate not 1 or 3 (%lu)"),
8788 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
8801 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
8814 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
[all...]
/freebsd-10-stable/contrib/gcc/
H A Dread-rtl.c1035 (infile, "missing closing } for opening brace on line %lu",
/freebsd-10-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.c768 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1251 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_parser.c1591 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
2018 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
/freebsd-10-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c1179 YYFPRINTF (stderr, "Reducing stack by rule %d (line %lu):\n",
1662 YYDPRINTF ((stderr, "Stack size increased to %lu\n",
3501 reply(213, "%lu", (unsigned long)stbuf.st_size);
3528 reply(213, "%lu", (unsigned long)count);

Completed in 503 milliseconds