Home
last modified time | relevance | path

Searched refs:os (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/util-linux/volume_id/
Docfs2.c92 struct ocfs2_super_block *os; in volume_id_probe_ocfs2() local
96 os = volume_id_get_buffer(id, off + OCFS2_SUPERBLOCK_OFFSET, 0x200); in volume_id_probe_ocfs2()
97 if (os == NULL) in volume_id_probe_ocfs2()
100 if (memcmp(os->i_signature, "OCFSV2", 6) != 0) { in volume_id_probe_ocfs2()
107 volume_id_set_label_string(id, os->s_label, OCFS2_MAX_VOL_LABEL_LEN < VOLUME_ID_LABEL_SIZE ? in volume_id_probe_ocfs2()
109 volume_id_set_uuid(id, os->s_uuid, UUID_DCE); in volume_id_probe_ocfs2()
/busybox-1.35.0/coreutils/
Duname.c108 char os[sizeof(CONFIG_UNAME_OSNAME)]; member
121 offsetof(uname_info_t, os), /* -o */
183 strcpy(uname_info.os, CONFIG_UNAME_OSNAME); in uname_main()
/busybox-1.35.0/scripts/
Dbloat-o-meter10 import sys, os
30 if not os.path.exists(f):
47 for l in os.popen("readelf -W -S " + file).readlines():
55 for l in os.popen("readelf -W -s %s %s" % (sym_args, file)).readlines():
/busybox-1.35.0/scripts/kconfig/
DMakefile187 $(HOSTCXX) -print-multi-os-directory > /dev/null 2>&1 && \
188 osdir=x$$($(HOSTCXX) -print-multi-os-directory); \
/busybox-1.35.0/shell/
Dash.c4264 sprint_status48(char *os, int status, int sigonly) in sprint_status48() argument
4266 char *s = os; in sprint_status48()
4294 return s - os; in sprint_status48()