Home
last modified time | relevance | path

Searched refs:lab (Results 1 – 25 of 34) sorted by relevance

12

/src/sbin/bsdlabel/
H A Dbsdlabel.c92 static struct disklabel lab; variable
239 fixlabel(&lab); in main()
257 if (!getasciilabel(t, &lab)) in main()
270 makelabel(name, &lab); in main()
271 fixlabel(&lab); in main()
279 fixlabel(&lab); in main()
281 makelabel(argv[1], &lab); in main()
373 struct disklabel *lp = &lab; in writelabel()
387 for (i = 0; i < lab.d_npartitions; i++) in writelabel()
388 if (lab.d_partitions[i].p_size) in writelabel()
[all …]
/src/sys/contrib/device-tree/src/arm64/qcom/
H A Dpmi8950.dtsi88 compatible = "qcom,pmi8950-lab-ibb",
89 "qcom,pmi8998-lab-ibb";
97 lab: lab { label
H A Dpmi8998.dtsi56 compatible = "qcom,pmi8998-lab-ibb";
64 lab: lab { label
H A Dsdm845-lg-judyln.dts24 lab-supply = <&lab>;
H A Dmsm8998-sony-xperia-yoshino-lilac.dts22 &lab {
H A Dsdm845-xiaomi-beryllium-ebbg.dts29 vcc-supply = <&lab>;
H A Dsdm845-xiaomi-beryllium-tianma.dts29 vcc-supply = <&lab>;
H A Dmsm8998-sony-xperia-yoshino-poplar.dts22 &lab {
H A Dsdm450-lenovo-tbx605f.dts92 vsp-supply = <&lab>;
154 &lab {
H A Dmsm8998-sony-xperia-yoshino-maple.dts34 &lab {
H A Dsdm845-sony-xperia-tama-akatsuki.dts35 &lab {
H A Dsdm845-xiaomi-beryllium.dts228 vddpos-supply = <&lab>;
285 &lab {
H A Dsdm845-xiaomi-beryllium-common.dtsi264 &lab {
283 vddpos-supply = <&lab>;
H A Dsdm845-xiaomi-polaris.dts455 &lab {
479 vddpos-supply = <&lab>;
H A Dsdm845-sony-xperia-tama.dtsi502 &lab {
526 vsp-supply = <&lab>;
H A Dmsm8998-sony-xperia-yoshino.dtsi287 &lab {
/src/sbin/newfs/
H A Dnewfs.c431 static struct disklabel lab; in getdisklabel() local
440 &lab, MAXPARTITIONS)) in getdisklabel()
443 lp = &lab; in getdisklabel()
444 return &lab; in getdisklabel()
/src/contrib/unbound/contrib/
H A Ddrop-tld.diff11 + int lab = dname_count_labels(qinfo.qname);
12 + if (lab == 2) {
/src/crypto/openssl/crypto/rsa/
H A Drsa_pmeth.c742 unsigned char *lab; in pkey_rsa_ctrl_str() local
746 lab = OPENSSL_hexstr2buf(value, &lablen); in pkey_rsa_ctrl_str()
747 if (!lab) in pkey_rsa_ctrl_str()
749 ret = EVP_PKEY_CTX_set0_rsa_oaep_label(ctx, lab, lablen); in pkey_rsa_ctrl_str()
751 OPENSSL_free(lab); in pkey_rsa_ctrl_str()
/src/contrib/openpam/
H A DCREDITS40 Larry Baird <lab@gta.com>
/src/crypto/openssl/doc/designs/quic-design/
H A Ddebugging.md103 purposes in a lab environment. It should go without saying that the export of a
/src/contrib/ncurses/
H A DTO-DO191 window systems that never escaped the lab. The virtual_terminal cap had
/src/contrib/file/magic/Magdir/
H A Dgames105 0 string 5\x0aThe_Lab Quake I save: d1 The lab
109 0 string 5\x0aThe_Genetics_Lab Quake I save: d11 The genetics lab (secret)
H A Dsysex249 >1 byte 0x57 Acoustic tech. lab.
/src/contrib/tcsh/
H A Dsh.func.c426 gotolab(Char *lab) in gotolab() argument
442 search(TC_GOTO, 0, lab); in gotolab()

12