Searched refs:label (Results 1 - 25 of 217) sorted by relevance

123456789

/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dmac_get.c46 mac_get_fd(int fd, struct mac *label) argument
49 return (__mac_get_fd(fd, label));
53 mac_get_file(const char *path, struct mac *label) argument
56 return (__mac_get_file(path, label));
60 mac_get_link(const char *path, struct mac *label) argument
63 return (__mac_get_link(path, label));
67 mac_get_peer(int fd, struct mac *label) argument
71 len = sizeof(*label);
72 return (getsockopt(fd, SOL_SOCKET, SO_PEERLABEL, label, &len));
76 mac_get_pid(pid_t pid, struct mac *label) argument
83 mac_get_proc(struct mac *label) argument
[all...]
H A Dmac_set.c44 mac_set_fd(int fd, struct mac *label) argument
47 return (__mac_set_fd(fd, label));
51 mac_set_file(const char *path, struct mac *label) argument
54 return (__mac_set_file(path, label));
58 mac_set_link(const char *path, struct mac *label) argument
61 return (__mac_set_link(path, label));
65 mac_set_proc(struct mac *label) argument
68 return (__mac_set_proc(label));
H A Dmac_exec.c42 mac_execve(char *fname, char **argv, char **envv, struct mac *label) argument
45 return (__mac_execve(fname, argv, envv, label));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dx86cpuid.pl23 &jnc (&label("done"));
38 &jz (&label("intel"));
49 &jnz (&label("intel"));
55 &jb (&label("intel"));
65 &jnc (&label("done"));
69 &ja (&label("done"));
71 &jmp (&label("done"));
76 &jb (&label("nocacheinfo"));
89 &jne (&label("notP4"));
92 &jne (&label("notP
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ms/
H A Duplink-x86.pl16 &lea ("eax",&DWP(&label("OPENSSL_UplinkTable")));
19 &call (&label("OPENSSL_Uplink"));
31 &data_word(&label("_\$lazy${i}"));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dkssl_lcl.h71 void print_krb5_data(char *label, krb5_data *kdata);
72 void print_krb5_authdata(char *label, krb5_authdata **adata);
73 void print_krb5_keyblock(char *label, krb5_keyblock *keyblk);
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DDummyViewer.java31 private JLabel label = new JLabel("Dummy viewer"); field in class:DummyViewer
44 return(label);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/times/091/
H A Dmips-rel.pl13 local($mhz,$label,@data)=@_;
19 printf("%s %6.1f %6.1f %6.1f %6.1f\n",$label,@data);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dcbc.pl99 &jz(&label("decrypt"));
105 &jz(&label("encrypt_finish"));
142 &jnz(&label("encrypt_loop"));
148 &jz(&label("finish"));
149 &call(&label("PIC_point"));
152 &lea("ecx",&DWP(&label("cbc_enc_jmp_table")."-".&label("PIC_point"),"edx"));
157 #&mov($count,&DWP(&label("cbc_enc_jmp_table"),"",$count,4));
170 &jmp(&label("ejend"));
201 &jmp(&label("finis
[all...]
H A Dx86asm.pl83 # label management
84 $lbdecor="L"; # local label decoration, set by package
85 $label="000";
87 sub ::islabel # see is argument is a known label
89 foreach $i (values %label) { return $i if ($i eq $_[0]); }
90 $label{$_[0]}; # can be undef
93 sub ::label # instantiate a function-scope label
94 { if (!defined($label{$_[0]}))
95 { $label{
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/x86/
H A Dsqr.pl20 &jz(&label("sw_finish"));
37 &jnz(&label("sw_loop"));
42 &jz(&label("sw_end"));
53 &jz(&label("sw_end")) if ($i != 7-1);
H A Dmul.pl26 &jz(&label("mw_finish"));
48 &jz(&label("mw_finish"));
49 &jmp(&label("mw_loop"));
54 &jnz(&label("mw_finish2"));
55 &jmp(&label("mw_end"));
69 &jz(&label("mw_end")) if ($i != 7-1);
H A Dmul_add.pl29 &jz(&label("maw_finish"));
55 &jnz(&label("maw_loop"));
60 &jnz(&label("maw_finish2")); # helps branch prediction
61 &jmp(&label("maw_end"));
77 &jz(&label("maw_end")) if ($i != 7-1);
H A Dadd.pl26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
H A Dsub.pl26 &jz(&label("aw_finish"));
48 &jnz(&label("aw_loop"));
53 &jz(&label("aw_end"));
67 &jz(&label("aw_end")) if ($i != 6);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dbn-586.pl37 &jnc(&label("maw_non_sse2"));
44 &jmp(&label("maw_sse2_entry"));
107 &jz(&label("maw_sse2_exit"));
110 &jnz(&label("maw_sse2_unrolled"));
123 &jnz(&label("maw_sse2_loop"));
157 &jz(&label("maw_finish"));
179 &jnz(&label("maw_loop"));
184 &jnz(&label("maw_finish2")); # helps branch prediction
185 &jmp(&label("maw_end"));
200 &jz(&label("maw_en
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-586.pl76 &je (&label("abort"));
90 &je (&label("RC4_CHAR"));
95 &jz (&label("loop1"));
109 &jb (&label("loop4"));
112 &je (&label("done"));
129 &jb (&label("loop1"));
131 &jmp (&label("done"));
150 &jb (&label("cloop1"));
183 &jc (&label("c1stloop"));
188 &jnc (&label("w1stloo
[all...]
/barrelfish-2018-10-04/include/arch/powerpc64/arch/
H A Dasm.h64 #define LD_LABEL(reg, label) \
65 lis reg,(label)@highest; \
66 ori reg,reg,(label)@higher; \
68 oris reg,reg,(label)@h; \
69 ori reg,reg,(label)@l;
/barrelfish-2018-10-04/usr/acpi/arch/x86/
H A Dioapic.h26 char label[255]; member in struct:ioapic
37 struct ioapic *find_ioapic_for_label(const char *label);
H A Dioapic_controller_client.c41 const char *label,
49 ACPI_DEBUG("ioapic add_mapping: label:%s, class:%s (port=%"PRIu64") to"
50 "(%"PRIu64", %"PRIu64")\n", label, class, from.port, to.port, to.msg);
57 struct ioapic* ioapic = find_ioapic_for_label(label);
59 debug_printf("No ioapic found for label: %s\n", label);
103 const char * label = ""; local
105 b->tx_vtbl.register_controller(b, NOP_CONT, label, ctrl_class);
40 add_mapping(struct int_route_controller_binding *b, const char *label, const char *class, int_route_controller_int_message_t from, int_route_controller_int_message_t to) argument
/barrelfish-2018-10-04/usr/pci/
H A Dpci_int_ctrl.c23 const char *label,
30 PCI_DEBUG("pci add_mapping: label:%s, class:%s (%"PRIu64", %"PRIu64") to "
31 "(%"PRIu64", %"PRIu64")\n", label, class, from.addr, from.msg, to.addr, to.msg);
42 "write((Bus,Dev,Fun,PCIE)).", label);
64 if(strncmp(label, "pci_msix", strlen("pci_msix")) == 0){
91 const char * label = ""; local
93 b->tx_vtbl.register_controller(b, NOP_CONT, label, ctrl_class);
97 b->tx_vtbl.register_controller(b, NOP_CONT, label, ctrl_class_msix);
22 add_mapping(struct int_route_controller_binding *b, const char *label, const char *class, int_route_controller_int_message_t from, int_route_controller_int_message_t to) argument
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_int_ctrl.c73 char * label; local
76 err = oct_read(device_record, "_ { label: %s, class: %s }",
77 &label, &class);
83 KALUGA_DEBUG("Int Controller appeared, Label: %s\n", label);
86 err = skb_execute_query(query, label);
88 KALUGA_DEBUG("No int controller driver found for: label=%s,class=%s\n",
89 label, class);
120 " label: _, class: _ }";
/barrelfish-2018-10-04/lib/libc/gen/
H A Dfmtmsg.c36 #define DFLT_MSGVERB "label:severity:text:action:tag"
49 fmtmsg(long class, const char *label, int sev, const char *text, argument
69 output = printfmt(msgverb, class, label, sev, text, action,
81 output = printfmt(DFLT_MSGVERB, class, label, sev, text,
113 printfmt(char *msgverb, long class, const char *label, int sev, argument
121 if (label != MM_NULLLBL)
122 size += strlen(label);
136 if (strcmp(comp, "label") == 0 && label != MM_NULLLBL) {
138 strlcat(output, label, siz
[all...]
/barrelfish-2018-10-04/lib/int_route/server/
H A Dinit.c30 char * label; // Label used in the SKB member in struct:controller_driver
61 cur->label = NULL;
67 * Finds a controller for the given label/class combination.
68 * First, if a label is passed, it tries to match the label exactly, if no controller is found, it
71 static struct controller_driver * find_controller(char * label, char * class){ argument
72 if(label != NULL && strlen(label) > 0) {
74 if(strcmp(label, cur->label)
300 ctrl_register_controller(struct int_route_controller_binding *_binding, const char *label, const char *class) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/camellia/asm/
H A Dcmll-x86.pl144 &call (&label("pic_point"));
147 &lea ($Tbl,&DWP(&label("Camellia_SBOX")."-".&label("pic_point"),$Tbl));
178 &jmp (&label("Camellia_EncryptBlock_Rounds"));
209 &call (&label("pic_point"));
212 &lea ($Tbl,&DWP(&label("Camellia_SBOX")."-".&label("pic_point"),$Tbl));
255 &je (&label("done"));
277 &jmp (&label("loop"));
319 &call (&label("pic_poin
[all...]

Completed in 105 milliseconds

123456789