HomeSort by: relevance | last modified time | path
    Searched defs:lab (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
pmi8998.dtsi 30 compatible = "qcom,pmi8998-lab-ibb";
38 lab: lab { label in label:pmi8998_lsid1
pmi8998.dtsi 30 compatible = "qcom,pmi8998-lab-ibb";
38 lab: lab { label in label:pmi8998_lsid1
pmi8998.dtsi 30 compatible = "qcom,pmi8998-lab-ibb";
38 lab: lab { label in label:pmi8998_lsid1
  /src/sbin/fsck/
partutil.c 102 struct disklabel lab; local in function:getdiskinfo
103 struct disklabel *lp = &lab;
partutil.c 102 struct disklabel lab; local in function:getdiskinfo
103 struct disklabel *lp = &lab;
partutil.c 102 struct disklabel lab; local in function:getdiskinfo
103 struct disklabel *lp = &lab;
  /src/usr.sbin/ldpd/
tlv_stack.c 160 struct label *lab; local in function:withdraw_label
203 lab = label_get_by_prefix(&socktmp.sa, pref->prelen);
204 if (lab && lab->p == p) {
205 label_reattach_route(lab, REATT_INET_CHANGE);
206 announce_label_change(lab); /* binding has changed */
414 struct label *lab; local in function:request_respond
448 lab = label_get_by_prefix(&socktmp.sa, pref->prelen);
449 if (!lab)
455 send_label_tlv(p, &socktmp.sa, pref->prelen, lab->binding
    [all...]
tlv_stack.c 160 struct label *lab; local in function:withdraw_label
203 lab = label_get_by_prefix(&socktmp.sa, pref->prelen);
204 if (lab && lab->p == p) {
205 label_reattach_route(lab, REATT_INET_CHANGE);
206 announce_label_change(lab); /* binding has changed */
414 struct label *lab; local in function:request_respond
448 lab = label_get_by_prefix(&socktmp.sa, pref->prelen);
449 if (!lab)
455 send_label_tlv(p, &socktmp.sa, pref->prelen, lab->binding
    [all...]
tlv_stack.c 160 struct label *lab; local in function:withdraw_label
203 lab = label_get_by_prefix(&socktmp.sa, pref->prelen);
204 if (lab && lab->p == p) {
205 label_reattach_route(lab, REATT_INET_CHANGE);
206 announce_label_change(lab); /* binding has changed */
414 struct label *lab; local in function:request_respond
448 lab = label_get_by_prefix(&socktmp.sa, pref->prelen);
449 if (!lab)
455 send_label_tlv(p, &socktmp.sa, pref->prelen, lab->binding
    [all...]
mpls_routes.c 586 struct label *lab; local in function:check_route
659 lab = label_get(so_dest, so_pref);
660 if (lab) {
663 label_reattach_route(lab, REATT_INET_DEL);
664 label_del(lab);
687 lab = label_add(so_dest, so_pref,
691 if (lab != NULL)
692 mpls_add_label(lab);
708 lab = label_get(so_dest, so_pref);
709 if (!lab)
    [all...]
mpls_routes.c 586 struct label *lab; local in function:check_route
659 lab = label_get(so_dest, so_pref);
660 if (lab) {
663 label_reattach_route(lab, REATT_INET_DEL);
664 label_del(lab);
687 lab = label_add(so_dest, so_pref,
691 if (lab != NULL)
692 mpls_add_label(lab);
708 lab = label_get(so_dest, so_pref);
709 if (!lab)
    [all...]
mpls_routes.c 586 struct label *lab; local in function:check_route
659 lab = label_get(so_dest, so_pref);
660 if (lab) {
663 label_reattach_route(lab, REATT_INET_DEL);
664 label_del(lab);
687 lab = label_add(so_dest, so_pref,
691 if (lab != NULL)
692 mpls_add_label(lab);
708 lab = label_get(so_dest, so_pref);
709 if (!lab)
    [all...]
  /src/lib/librumpuser/
rumpuser_file.c 145 struct disklabel lab; local in function:rumpuser_getfileinfo
147 if (ioctl(fd, DIOCGDINFO, &lab) == 0) {
148 parta = &lab.d_partitions[DISKPART(sb.st_rdev)];
149 size = (uint64_t)lab.d_secsize * parta->p_size;
rumpuser_file.c 145 struct disklabel lab; local in function:rumpuser_getfileinfo
147 if (ioctl(fd, DIOCGDINFO, &lab) == 0) {
148 parta = &lab.d_partitions[DISKPART(sb.st_rdev)];
149 size = (uint64_t)lab.d_secsize * parta->p_size;
rumpuser_file.c 145 struct disklabel lab; local in function:rumpuser_getfileinfo
147 if (ioctl(fd, DIOCGDINFO, &lab) == 0) {
148 parta = &lab.d_partitions[DISKPART(sb.st_rdev)];
149 size = (uint64_t)lab.d_secsize * parta->p_size;
  /src/sbin/fsirand/
fsirand.c 133 fixinodes(int fd, struct fs *fs, struct disklabel *lab, int pflag, long xorval)
156 (off_t) lab->d_secsize;
231 struct disklabel lab; local in function:main
278 memset(&lab, 0, sizeof(lab));
279 lab.d_secsize = DEV_BSIZE; /* XXX */
281 if (ioctl(fd, DIOCGDINFO, &lab) == -1)
288 fixinodes(fd, fs, &lab, pflag, xorval);
fsirand.c 133 fixinodes(int fd, struct fs *fs, struct disklabel *lab, int pflag, long xorval)
156 (off_t) lab->d_secsize;
231 struct disklabel lab; local in function:main
278 memset(&lab, 0, sizeof(lab));
279 lab.d_secsize = DEV_BSIZE; /* XXX */
281 if (ioctl(fd, DIOCGDINFO, &lab) == -1)
288 fixinodes(fd, fs, &lab, pflag, xorval);
fsirand.c 133 fixinodes(int fd, struct fs *fs, struct disklabel *lab, int pflag, long xorval)
156 (off_t) lab->d_secsize;
231 struct disklabel lab; local in function:main
278 memset(&lab, 0, sizeof(lab));
279 lab.d_secsize = DEV_BSIZE; /* XXX */
281 if (ioctl(fd, DIOCGDINFO, &lab) == -1)
288 fixinodes(fd, fs, &lab, pflag, xorval);
  /src/sbin/swapctl/
swapctl.c 662 struct disklabel lab; local in function:do_partitionsofdisk
665 if (ioctl(fd, DIOCGDINFO, &lab) != 0)
668 for (i = 0; i < lab.d_npartitions; i++) {
669 if (lab.d_partitions[i].p_fstype != FS_SWAP)
swapctl.c 662 struct disklabel lab; local in function:do_partitionsofdisk
665 if (ioctl(fd, DIOCGDINFO, &lab) != 0)
668 for (i = 0; i < lab.d_npartitions; i++) {
669 if (lab.d_partitions[i].p_fstype != FS_SWAP)
swapctl.c 662 struct disklabel lab; local in function:do_partitionsofdisk
665 if (ioctl(fd, DIOCGDINFO, &lab) != 0)
668 for (i = 0; i < lab.d_npartitions; i++) {
669 if (lab.d_partitions[i].p_fstype != FS_SWAP)
  /src/usr.bin/indent/
indent.c 77 struct buffer lab; variable in typeref:struct:buffer
420 buf_add_char(&lab, '#');
423 buf_add_char(&lab, inp_next());
424 switch (lab.s[lab.len - 1]) {
427 buf_add_char(&lab, inp_next());
432 buf_add_char(&lab, *in.p++);
450 buf_add_char(&lab, *in.p++);
456 while (lab.len > 0 && ch_isblank(lab.s[lab.len - 1])
    [all...]
indent.c 77 struct buffer lab; variable in typeref:struct:buffer
420 buf_add_char(&lab, '#');
423 buf_add_char(&lab, inp_next());
424 switch (lab.s[lab.len - 1]) {
427 buf_add_char(&lab, inp_next());
432 buf_add_char(&lab, *in.p++);
450 buf_add_char(&lab, *in.p++);
456 while (lab.len > 0 && ch_isblank(lab.s[lab.len - 1])
    [all...]
indent.c 77 struct buffer lab; variable in typeref:struct:buffer
420 buf_add_char(&lab, '#');
423 buf_add_char(&lab, inp_next());
424 switch (lab.s[lab.len - 1]) {
427 buf_add_char(&lab, inp_next());
432 buf_add_char(&lab, *in.p++);
450 buf_add_char(&lab, *in.p++);
456 while (lab.len > 0 && ch_isblank(lab.s[lab.len - 1])
    [all...]
  /src/sbin/disklabel/
main.c 147 static struct disklabel lab; /* The label we have updated */ variable in typeref:struct:disklabel
711 if (lab.d_bbsize == 0)
712 lab.d_bbsize = BBSIZE;
713 if (lab.d_sbsize == 0)
714 lab.d_sbsize = SBLOCKSIZE;
715 interact(&lab, f);
728 makedisktab(stdout, &lab);
730 showinfo(stdout, &lab, specname);
731 showpartitions(stdout, &lab, Cflag);
733 error = checklabel(&lab);
    [all...]

Completed in 47 milliseconds

1 2