Searched refs:bundle_id (Results 1 – 2 of 2) sorted by relevance
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | multilink.c | 46 char *bundle_id; /* identifier for our bundle */ variable 123 bundle_id = malloc(l); in mp_join_bundle() 124 if (bundle_id == NULL) in mp_join_bundle() 127 p = bundle_id; in mp_join_bundle() 130 p += slprintf(p, bundle_id+l-p, "%s", epdisc_to_str(&ho->endpoint)); in mp_join_bundle() 132 p += slprintf(p, bundle_id+l-p, "/%v", bundle_name); in mp_join_bundle() 133 dbglog("bundle_id = %s", bundle_id+7); in mp_join_bundle() 141 script_setenv("BUNDLE", bundle_id + 7, 1); in mp_join_bundle() 150 key.dptr = bundle_id; in mp_join_bundle() 151 key.dsize = p - bundle_id; in mp_join_bundle() [all …]
|
| /illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/ |
| H A D | common_nvm.h | 58 extern int validate_dir(u32 bundle_id, u32 num_images);
|