Searched defs:szp (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dcfga.c185 size_t szl, szp; local
213 szp = sizeof (ap->ap_phys_id);
223 (void) snprintf(ap->ap_phys_id, szp, "%s%s%s", a->path,
244 (void) snprintf(ap->ap_phys_id, szp, "%s::%s",
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c124 int meta_sp_parsesize(char *s, sp_ext_length_t *szp);
125 static int meta_sp_parsesizestring(char *s, sp_ext_length_t *szp);
308 * OUTPUT: *szp - disk block count (0 for "all")
322 meta_sp_parsesize(char *s, sp_ext_length_t *szp) argument
324 if (s == NULL || szp == NULL) {
330 *szp = 0;
334 return (meta_sp_parsesizestring(s, szp));
340 * OUTPUT: *szp - disk block count
351 meta_sp_parsesizestring(char *s, sp_ext_length_t *szp) argument
356 if (s == NULL || szp
[all...]

Completed in 32 milliseconds